Closed
Bug 833327
Opened 12 years ago
Closed 12 years ago
slideshow continues to rotate when video thumbnail has focus
Categories
(www.mozilla.org :: Bedrock, defect)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: icaaq, Assigned: gauthierm)
Details
(Whiteboard: u=user c=video p=)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20130122 Firefox/21.0
Build ID: 20130122030956
Steps to reproduce:
1. Press Cmd+N to open a new browser window, then type https://www-demo1.allizom.org/en-US/ in the address bar and press Enter
2. Use your keyboard and tab your way to the play video image in the first slide
3. wait
Actual results:
Slide number two is shown in the slideshow
Expected results:
slideshow should be paused as it does on the other slides when it has focus
Updated•12 years ago
|
Assignee: nobody → steven
Whiteboard: u=user c=video p=
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•12 years ago
|
Assignee: steven → mike
Assignee | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
Seems to work :)
I talked to sgarrity on IRC and suggested a more general way to do it in mozilla-pager.js
Have a look at http://www.nczonline.net/blog/2013/02/12/making-an-accessible-dialog-box/ under "Trapping focus". You should be able to look for focus events and see if it comes from a focusable element inside of the pager.
Assignee | ||
Comment 3•12 years ago
|
||
See https://github.com/mozilla/bedrock/pull/699 for a more general solution using focusin/focusout in mozilla-pager.js
Reporter | ||
Comment 4•12 years ago
|
||
looks great!
Comment 5•12 years ago
|
||
fixed www.allizom.org
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•