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)
Tracking
(blocking-basecamp:+)
RESOLVED
DUPLICATE
of bug 793108
| blocking-basecamp | + |
People
(Reporter: fzzzy, Unassigned)
References
Details
Attachments
(1 file)
|
346 bytes,
text/html
|
Details |
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
| Reporter | ||
Comment 1•13 years ago
|
||
I'm not really sure if this is a bug in platform or gaia.
blocking-basecamp: --- → ?
Comment 2•13 years ago
|
||
I'm pretty sure this is a gaia bug as we only create an activity on focus*change*. Slightly related to bug 796269.
| Reporter | ||
Comment 3•13 years ago
|
||
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?
Comment 4•13 years ago
|
||
(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...
Comment 6•13 years ago
|
||
(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.
Comment 7•13 years ago
|
||
Should we mark this as a dupe of 793108?
| Reporter | ||
Comment 8•13 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #7)
> Should we mark this as a dupe of 793108?
Yeah, I think so.
Updated•13 years ago
|
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.
Description
•