Closed
Bug 268941
Opened 21 years ago
Closed 21 years ago
Error ``tabs has no properties'' [xs] in file ``chrome://communicator/content/sidebar/sidebarOverlay.js'', line 1355, character 0.
Categories
(SeaMonkey :: Sidebar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: mcsmurf)
References
()
Details
Attachments
(1 file)
3.56 KB,
patch
|
caillon
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Error ``tabs has no properties'' [xs] in file
``chrome://communicator/content/sidebar/sidebarOverlay.js'', line 1355, character 0.
Stopped for error handler.
#0: function SidebarTogglePanel(panel_menuitem=XULElement:{0}) in
<chrome://communicator/content/sidebar/sidebarOverlay.js> line 1355
1353: {
1354: // we included a new tab so let's take the last one out of view
1355: for (i = 2; i < tabs.length; i += 2)
1356: {
1357: var currHeader = tabs[i];
0001: sidebarObj.panels.node.childNodes
$[0] = [NodeList] [class: NodeList] {0}
0001: sidebarObj.panels.node.childNodes.length
$[1] = [integer] 40
0001: tabs
$[2] = [void] void
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 165464 [details] [diff] [review]
Patch
you own blame for that one :)
Attachment #165464 -
Flags: superreview?(caillon)
Attachment #165464 -
Flags: review?(caillon)
Comment 3•21 years ago
|
||
Comment on attachment 165464 [details] [diff] [review]
Patch
r=me; but super-reviewer I am not.
Attachment #165464 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #165464 -
Flags: superreview?(caillon)
Attachment #165464 -
Flags: review?(caillon)
Attachment #165464 -
Flags: review+
Updated•21 years ago
|
Attachment #165464 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
mozilla/xpfe/components/sidebar/resources/sidebarOverlay.js 1.124
Assignee: sdwalker → bugzilla
Assignee | ||
Comment 5•21 years ago
|
||
fixed!
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•