Closed
Bug 102241
Opened 24 years ago
Closed 24 years ago
[XUL 1.0] use selectedIndex on deck and tabpanels
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: hewitt, Assigned: hewitt)
References
Details
tabpanels can extend deck. Patch nsDeckFrame to check for selectedIndex instead
of index
Assignee | ||
Comment 1•24 years ago
|
||
support selectedPanel as well
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Comment 2•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•24 years ago
|
||
Does this mean that the code:
<deck index="1"/> should be <deck selectedindex="1"/> now?
Assignee | ||
Comment 4•24 years ago
|
||
yes indeed
Comment 5•24 years ago
|
||
For those of you who are looking at this bug for help, the attribute right now
needs to be upper case I, so selectedindex does not work, but selectedIndex does.
*** Bug 111211 has been marked as a duplicate of this bug. ***
Comment 7•24 years ago
|
||
Release note needed for 0.9.6?
/be
![]() |
||
Comment 8•24 years ago
|
||
*** Bug 116946 has been marked as a duplicate of this bug. ***
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
•