Closed Bug 802248 Opened 13 years ago Closed 13 years ago

Cannot open the same <select> menu twice in a row

Categories

(Firefox OS Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-basecamp:+)

RESOLVED DUPLICATE of bug 793108
blocking-basecamp +

People

(Reporter: fzzzy, Unassigned)

References

Details

Attachments

(1 file)

Attached file simple repro html
When selecting an option from a <select> tag in an html page, once the selection has been made, that same select box cannot be tapped to make a different selection until a different select box has been tapped. Repro: 1) Open example index.html page 2) Choose an item from first select list 3) Attempt to choose a different item from this same list; does not work 4) Choosing an item from the other list causes the first list to be choosable again
I'm not really sure if this is a bug in platform or gaia.
blocking-basecamp: --- → ?
I'm pretty sure this is a gaia bug as we only create an activity on focus*change*. Slightly related to bug 796269.
Ah, so you change focus, and then the focuschange can't fire again because it's already focused... Yeah looks like a dupe of #796269 Thanks!! Maybe the fix is to unfocus the select box once the selection is made?
(In reply to Donovan Preston from comment #3) > Ah, so you change focus, and then the focuschange can't fire again because > it's already focused... Exactly. > Yeah looks like a dupe of #796269 No, not a dupe, just related :) > Maybe the fix is to unfocus the select box once the selection is made? Maybe? I definitely works that way manually. I don't know if it's okay to do that automatically...
(In reply to Tim Taubert [:ttaubert] from comment #4) > (In reply to Donovan Preston from comment #3) > > Maybe the fix is to unfocus the select box once the selection is made? > > Maybe? I definitely works that way manually. I don't know if it's okay to do > that automatically... bug 793108 is working on this and can also solve this bug in my dev build.
Should we mark this as a dupe of 793108?
(In reply to Andrew Overholt [:overholt] from comment #7) > Should we mark this as a dupe of 793108? Yeah, I think so.
Status: NEW → RESOLVED
blocking-basecamp: ? → +
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: