Closed
Bug 756962
Opened 13 years ago
Closed 13 years ago
aria-expanded attribute does not change on mouseover or focusin
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: icaaq, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
1. Press Cmd+N to open a new browser window, then type http://www.mozilla.org/en-US/firefox/fx/ in the address bar and press Enter
2. Hover or tab the focus to a link in #nav-main eg. #nav-main-features > a
Actual results:
The attribute aria-expanded on the sibling ol eg. #nav-main-features-submenu is still set to false.
Expected results:
The attribute aria-expanded on the sibling ol eg. #nav-main-features-submenu should change it's value to true.
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•13 years ago
|
||
While I've done the original implementation, the code has been modified by MoCo's WebDev team. I hope folks would look into the current code.
Comment 2•13 years ago
|
||
Commits pushed to dev at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/d48298ee4c57f02373bd05290e09f47db69bc8d4
fixes Bug 756962 - aria-expanded attribute does not change on mouseover or focusin
https://github.com/mozilla/bedrock/commit/d542c7eb4fdde7406aa1b15c161890e75d2ff40a
Merge pull request #157 from icaaq/bug-756962
This fixes bug 756962
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
qa-verified-trunk http://www-dev.allizom.org/en-US/firefox/fx/
Keywords: qawanted
Assignee | ||
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•