Closed
Bug 44183
Opened 25 years ago
Closed 24 years ago
disabled widgets should not be part of tab order
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: bugs, Assigned: bryner)
Details
Attachments
(1 file)
|
382 bytes,
patch
|
Details | Diff | Splinter Review |
*[disabled="true"] {
user-focus: ignore;
}
is required. currently disabled widgets are in the tabbing order, and can be
toggled, which is really weird.
Comment 1•25 years ago
|
||
No, this isn't right. This is supposed to be automatically detected by the
tabbing code.
| Reporter | ||
Comment 2•25 years ago
|
||
who should get this then? saari? (...resummarizing also)
Summary: disabled widgets need user-focus: ignore rule → disabled widgets should not be part of tab order
->saari (chris, i'll be just as happy to take this myself if you think i'll be
able to fix it)
Assignee: ben → saari
Comment 4•24 years ago
|
||
Bryner, I think you've probably fixed this already...
Assignee: saari → bryner
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 6•24 years ago
|
||
saari: nope, I just took this rule out of xul.css and bad things happened with
tabbing when disabled widgets were present.
| Assignee | ||
Comment 7•24 years ago
|
||
I was confused, I had removed the entire rule, not just the *[disabled="true"]
part. If I take that out, everything seems to work fine. Patch coming up to
remove the rule.
| Assignee | ||
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
r=blake
| Assignee | ||
Comment 10•24 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•