Closed
Bug 858643
Opened 12 years ago
Closed 12 years ago
"TypeError: candidate is undefined" when closing tabs.
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
VERIFIED
FIXED
Firefox 23
People
(Reporter: morac, Assigned: ttaubert)
References
Details
Attachments
(1 file)
|
984 bytes,
patch
|
dao
:
review+
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Any time I close a tab using the "x" button on the tab in the latest nightly load, the following error appears in the error console:
Timestamp: 4/5/2013 12:56:33 PM
Error: TypeError: candidate is undefined
Source File: chrome://browser/content/tabbrowser.xml
Line: 4226
The code generating the error is:
let candidate = visibleTabs[tabIndex - 1];
-> if (!candidate.selected) {
This started happening relatively recently.
| Assignee | ||
Updated•12 years ago
|
OS: Windows XP → All
Hardware: x86 → All
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #736147 -
Flags: review?(dao)
Updated•12 years ago
|
Attachment #736147 -
Flags: review?(dao) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
| Assignee | ||
Comment 3•12 years ago
|
||
Assignee: nobody → ttaubert
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
| Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 736147 [details] [diff] [review]
don't handle mouseover event for closing tabs
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 585558
User impact if declined: errors in the console when closing tabs
Testing completed (on m-c, etc.):
Risk to taking this patch (and alternatives if risky): very low risk
String or IDL/UUID changes made by this patch: none
Attachment #736147 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #736147 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 5•12 years ago
|
||
status-firefox22:
--- → fixed
status-firefox23:
--- → fixed
Comment 6•12 years ago
|
||
Verified as fixed on Windows 7 64bit, Mac OSX 10.7 and Ubuntu 13.04 32bit, using Firefox 22b2 (20130521223249). The error message in comment 0 is no longer displayed in the Error console when closing tabs.
Comment 7•12 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20100101 Firefox/23.0
Verified as fixed with Firefox 23 RC (Build ID: 20130730113002): the error message from comment 0 is not present in the Error console.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•