Closed
Bug 611408
Opened 13 years ago
Closed 13 years ago
Tab candy ui is all broken
Categories
(Firefox Graveyard :: Panorama, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 604381
People
(Reporter: jrmuizel, Unassigned)
Details
Attachments
(1 file)
218.55 KB,
image/png
|
Details |
Not sure if I can reproduce the problem.
The error console says:
Error: this[0] is undefined
Source File: chrome://browser/content/tabview.js
Line: 467
which is:
// ----------
// Function: val
// Given a value, sets the receiver's value to it; otherwise returns what's already there.
val: function iQClass_val(value) {
Utils.assert(this.length == 1, 'does not yet support multi-objects (or null objects)');
if (typeof value === "undefined") {
return this[0].value;
}
>> this[0].value = value;
return this;
},
Updated•13 years ago
|
blocking2.0: --- → ?
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
This error is in iQ.js.
Reporter | ||
Comment 3•13 years ago
|
||
I can, it seems, reproduce the problem after doing a session restore
Reporter | ||
Comment 4•13 years ago
|
||
Built from http://hg.mozilla.org/mozilla-central/rev/a0826dcd6228
Reporter | ||
Comment 5•13 years ago
|
||
Updating doesn't fix it. I can send the sessionstore.js to anyone who is interested
OS: Mac OS X → Windows 7
Comment 6•13 years ago
|
||
Dupe of bug 604381.
Comment 7•13 years ago
|
||
(In reply to comment #6) > Dupe of bug 604381. Definitely. Marking as dupe.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
blocking2.0: ? → ---
Comment 8•13 years ago
|
||
Jeff, do you have javascript.options.methodjit.chrome set to true?
Reporter | ||
Comment 9•13 years ago
|
||
Yes, it turns out I do.
Assignee | ||
Updated•8 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•