Closed
Bug 716595
Opened 13 years ago
Closed 13 years ago
Pressing back button in select form helper popup causes the first option to be selected
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
Firefox 12
People
(Reporter: martijn.martijn, Assigned: wesj)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
974 bytes,
patch
|
Margaret
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Steps to reproduce:
- Visit url testcase
- Tap on the first combobox
- Press the Android back button
Expected result:
- Option "Three" stays selected
Actual result:
- Option "One" becomes selected
Updated•13 years ago
|
Assignee: nobody → wjohnston
tracking-fennec: --- → 11+
Priority: -- → P3
Assignee | ||
Comment 1•13 years ago
|
||
We return -1 here, and then we're trying to deselect everything in the list. This just makes us bail (no changes) when we get -1.
Attachment #591264 -
Flags: review?(margaret.leibovic)
Comment 2•13 years ago
|
||
Comment on attachment 591264 [details] [diff] [review]
Patch
It's confusing that FormAssistant.show is only used for select elements. Maybe we can clean up FormAssistant at some point, but that's obviously not a priority right now.
Attachment #591264 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Updated•13 years ago
|
Whiteboard: [inbound]
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 12
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 591264 [details] [diff] [review]
Patch
[Approval Request Comment]
Regression caused by (bug #): bug 695485
User impact if declined: potential data loss and annoyance
Testing completed (on m-c, etc.): landed jan 24
Risk to taking this patch (and alternatives if risky): low risk, uses a feature i already built but apparently didn't hook up
Attachment #591264 -
Flags: approval-mozilla-aurora?
Reporter | ||
Comment 6•13 years ago
|
||
Verified fixed in current Native trunk build.
Status: RESOLVED → VERIFIED
Comment 7•13 years ago
|
||
Comment on attachment 591264 [details] [diff] [review]
Patch
[Triage Comment]
Mobile only - approved for Aurora.
Attachment #591264 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•13 years ago
|
||
status-firefox11:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•