Closed
Bug 91880
Opened 24 years ago
Closed 24 years ago
Radio focus handling not quite correct
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: neil, Assigned: dead)
Details
(Keywords: polish)
Attachments
(1 file)
|
859 bytes,
patch
|
Details | Diff | Splinter Review |
Using Build ID: 2001072003
Steps to reproduce problem:
1. Edit/Preferences
2. Advanced/Mouse Wheel
3. Focus on the Use System Default checkbox
Actual Result: Both checkbox and radio button get focus
Expected result: Only checkbox gets focus.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Comment 3•24 years ago
|
||
Good work Neil; r=hwaara.
Comment 4•24 years ago
|
||
CC hyatt for super-review of the XBL.
Comment 5•24 years ago
|
||
Checked in. Note that right clicking on a child of a radiobutton in a radiogroup
still focuses the radiobutton. For example, this means that selecting the
Manual Proxy Configuration radiobutton in the Advanced > Proxies pref panel and
then right clicking on one of the textboxes will focus the radiobutton, and thus
the items in the context menu won't enable/disable/function properly. There's a
separate bug on that.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•24 years ago
|
||
Blake: I couldn't find the bug which you are referring to, but it only seems to
affect the textbox context menu, rather than any right click in particular. It
also depends on the radiogroup being able to take focus, so if you remove the
focus rule from xul.css or disable the radiogroup then the context menu works.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•