Closed
Bug 637215
Opened 14 years ago
Closed 14 years ago
regression: menulist popups don't show checkmarks
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: regression, Whiteboard: [has patch])
Attachments
(1 file, 1 obsolete file)
1.97 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
Tap on the "home page" or "language" menu in the Fennec prefs.
Expected results: A checkmark next to the currently selected item.
Actual results: no checkmark.
Regression from bug 622578.
Assignee | ||
Comment 1•14 years ago
|
||
We used to use ".menulist-command.selected". Now it should be ".option-comand[selected=true]".
Attachment #515527 -
Flags: review?(21)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch][needs review]
Comment 2•14 years ago
|
||
Comment on attachment 515527 [details] [diff] [review]
patch
I thought we were moving to use the "selected" class name, since the "selected" attribute is controlled by the listbox/richlistbox XBL bindings.
Assignee | ||
Comment 3•14 years ago
|
||
Use the .selected class. Also found a .menulist-command selector that wasn't caught before.
Attachment #515527 -
Attachment is obsolete: true
Attachment #515527 -
Flags: review?(21)
Attachment #515555 -
Flags: review?(21)
Attachment #515555 -
Flags: review?(21) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch][needs review] → [has patch]
Comment 5•14 years ago
|
||
Please see http://www.youtube.com/watch?v=tQVV-m1WAHc
Build id: Mozilla/5.0 (Android;Linux armv7l;rv:2.0b13pre)Gecko/20110228
Firefox/4.0b13pre Fennec /4.0b6pre
Actual result:
- some languages are hard to be checked (eg Portuguese)
- at home page and language doesn't keep the current selected option.
due to the above facts, I will reopen the bug
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•14 years ago
|
||
Build id: Mozilla/5.0 (Android;Linux armv7l;rv:2.0b13pre)Gecko/20110301
Firefox/4.0b13pre Fennec /4.0b6pre
On today's new build everything works fine, The check mark remains at the selected option.
Sorry for comment 5.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
Due to comment 6 I will mark the bug as verified fixed
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•