Open
Bug 102110
Opened 23 years ago
Updated 1 year ago
<tabs> can't handle dymanic tabs
Categories
(Core :: XUL, defect)
Tracking
()
REOPENED
mozilla1.0.1
People
(Reporter: neil, Unassigned)
References
()
Details
When a tab is selected the previous and next tabs are given the "beforeselected" and "afterselected" attributes. When the tabbrowser deletes a tab these attributes are not removed. In particular if the first tab is deleted then the second tab (which is now first) permanently has the "afterselcted" attribute. IMHO the fix is to insert oldTab.selected = false; into the code.
Comment 1•23 years ago
|
||
.
Component: XP Toolkit/Widgets → Tabbed Browser
QA Contact: jrgm → blakeross
Reporter | ||
Comment 2•23 years ago
|
||
The tabs element was desgined for use with a static predefined set of tabs. However Chatzilla and the Tabbed Browser need a more dynamic tab control. In particular it needs to be able to handle adding or removing tabs.
Component: Tabbed Browser → XP Toolkit/Widgets: XUL
Summary: tabbrowser should deselect tab before deleting it → <tabs> can't handle dymanic tabs
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Updated•22 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 137836 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 4•22 years ago
|
||
This bug is intended to cover all uses of tabs, not just tabbrowser.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: bugzilla → xptoolkit.widgets
Updated•14 years ago
|
Assignee: hyatt → nobody
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•