Closed
Bug 961363
Opened 11 years ago
Closed 11 years ago
focused <select size=1> picklist (combobox) blocks hotkey (ctrl+pgup/pgdown) tab switching
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: lmironov, Assigned: MatsPalmgren_bugz)
References
Details
Attachments
(2 files)
1.69 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
4.42 KB,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22.1 (Beta/Release)
Build ID: 20131113180410
Steps to reproduce:
1. open a new tab (tab1)
2. open a document with <select> picklist (e.g. this bug submission page https://bugzilla.mozilla.org/enter_bug.cgi#h=bugForm|SeaMonkey) in a second tab (tab2)
3. click on the picklist (e.g. "version:" picklist) to focus it
4. click on a tab header of tab1 to switch to tab1
5. press ^pgdn to switch to tab2
6. press ^pgup to switch back to tab1
Actual results:
switching to tab1 in step 6 does not work, also reproducible in firefox 26.0 linux 32
Same on Windows, moving to Core, not sure if this category is right
Status: UNCONFIRMED → NEW
Component: Tabbed Browser → Layout
Ever confirmed: true
OS: Linux → All
Product: SeaMonkey → Core
Hardware: x86 → All
Version: SeaMonkey 2.22 Branch → Trunk
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → matspal
Severity: normal → minor
Status: NEW → ASSIGNED
Component: Layout → Layout: Form Controls
Summary: focused <select> picklist blocks hotkey tab switching → focused <select size=1> picklist (combobox) blocks hotkey (ctrl+pgup/pgdown) tab switching
Assignee | ||
Comment 2•11 years ago
|
||
The added early return is what fixes this bug.
Adding HOME/END to the if-condition below it is a minor bug fix
for CTRL+HOME/END for single-select lists that I discovered.
We should map those to their non-CTRL behavior just like UP etc.
("single-select" here meaning comboboxes, or non-multiple lists)
Attachment #8362377 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 3•11 years ago
|
||
![]() |
||
Comment 4•11 years ago
|
||
Comment on attachment 8362377 [details] [diff] [review]
fix
r=me
Attachment #8362377 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7676f94f42e7
https://hg.mozilla.org/integration/mozilla-inbound/rev/875995978eab
Flags: in-testsuite+
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7676f94f42e7
https://hg.mozilla.org/mozilla-central/rev/875995978eab
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Another bug which may be related: when <select size=1> picklist is focused in the current tab ^F4 doesn't close the tab but toggles the picklist instead (tested on seamonkey 2.22.1 for windows 32). Is it fixed in this bug or should I create a new one?
Flags: needinfo?(matspal)
Assignee | ||
Comment 8•11 years ago
|
||
(In reply to lvm from comment #7)
> Another bug which may be related: when <select size=1> picklist is focused
> in the current tab ^F4 doesn't close the tab but toggles the picklist
Please file a separate bug.
Flags: needinfo?(matspal)
You need to log in
before you can comment on or make changes to this bug.
Description
•