Closed
Bug 1228295
Opened 10 years ago
Closed 10 years ago
Set pager tabs on /firefox/android/ to disabled when inactive
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: agibson, Assigned: agibson)
Details
(Whiteboard: [kb=1907589])
URL: https://www.mozilla.org/en-US/firefox/android/
Currently when someone clicks the customize next/prev buttons on this page, we're using a boolean variable and 600ms timeout when someone clicks a button before allowing another click to register.
This makes automated testing difficult, as it means we need to use implicit waits which can be temperamental. It would make testing easier if we we're setting the "diabled" attributes on the buttons here, instead of using a variable. This would also be a minor a11y improvement.
| Assignee | ||
Updated•10 years ago
|
Whiteboard: [kb=1907589]
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → agibson
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
s/"diabled"/"disabled"
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/4ec297c49d6bfd4a35b8066ca6b43266f415e6a3
[fix bug 1228295] Set pager tabs on /firefox/android/ to disabled when inactive
https://github.com/mozilla/bedrock/commit/7d4f40b9bbc43071e585132e69e26d711a22e46b
Merge pull request #3606 from alexgibson/android-pager-tabs-disabled
[fix bug 1228295] Set pager tabs on /firefox/android/ to disabled when inactive
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•