Closed
Bug 611408
Opened 15 years ago
Closed 15 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•15 years ago
|
blocking2.0: --- → ?
| Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
This error is in iQ.js.
| Reporter | ||
Comment 3•15 years ago
|
||
I can, it seems, reproduce the problem after doing a session restore
| Reporter | ||
Comment 4•15 years ago
|
||
| Reporter | ||
Comment 5•15 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•15 years ago
|
||
Dupe of bug 604381.
Comment 7•15 years ago
|
||
(In reply to comment #6)
> Dupe of bug 604381.
Definitely. Marking as dupe.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
blocking2.0: ? → ---
Comment 8•15 years ago
|
||
Jeff, do you have javascript.options.methodjit.chrome set to true?
| Reporter | ||
Comment 9•15 years ago
|
||
Yes, it turns out I do.
| Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•