Closed
Bug 1177797
Opened 10 years ago
Closed 10 years ago
Contributor bar - show all zooms one user pic even though mouse isn't over it
Categories
(developer.mozilla.org Graveyard :: General, defect)
developer.mozilla.org Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shobson, Unassigned)
References
Details
(Keywords: in-triage)
Attachments
(1 file)
|
24.58 KB,
image/png
|
Details |
1) go to https://developer.mozilla.org/en-US/docs/Web/CSS/display
2) click "show all" on contributor bar
3) see the first new user pic has been "zoomed" in as if the mouse was over top of it.
Pics should only zoom when the user interacts with them.
Updated•10 years ago
|
Blocks: mdn-contributor-bar-1
Comment 1•10 years ago
|
||
This is happening because we manually focus on the first hidden avatar after the user clicks the "show all" button. I think we'll be able to prevent this issue by checking for 'ENTER' key specifically.
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/acfcca93e28d285ed7de04d52c4a5a0e36ca2542
fix bug 1177797 - Only focus on next avatar if enter key pressed
https://github.com/mozilla/kuma/commit/6f9b6d335f66a606a57bfdcab6e45fc324a61652
Merge pull request #3570 from mozilla/1177797-contrib-bar
fix bug 1177797 - Only focus on next avatar if enter key pressed
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•