Open
Bug 61043
Opened 24 years ago
Updated 2 years ago
Shouldn't be able to switch to a tab with styling display:none;
Categories
(Core :: XUL, defect, P5)
Core
XUL
Tracking
()
NEW
mozilla1.0.1
People
(Reporter: bugzilla, Unassigned)
Details
Reminder to disallow switching to a tab with display:none in tabBindings.xml in
the future (once you can properly check style through the dom).
Comment 1•24 years ago
|
||
Blake, didn't you at some point create a fix for this? I can swear I reviewed it
a while back.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•24 years ago
|
||
I made one to ignore hidden="true". I couldn't get display: none working
because there's a problem with getComputedStyle not returning the right
property value.
Updated•24 years ago
|
Severity: normal → minor
Priority: P3 → P5
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.8
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla1.0.1
Comment 3•23 years ago
|
||
Is getComputedStyle working for this now? There have been a number of fixes for
it recently.
Updated•15 years ago
|
Assignee: hewitt → nobody
Status: ASSIGNED → NEW
QA Contact: jrgmorrison → xptoolkit.widgets
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•