Closed
Bug 286885
Opened 20 years ago
Closed 20 years ago
JavaScript Console Error in findBar.js when closing a tab with focus on tab-title.
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 273910
People
(Reporter: djcater+bugzilla, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050319 Firefox/1.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050319 Firefox/1.0+
Error: document.commandDispatcher.focusedElement.parentNode has no properties
Source File: chrome://global/content/findBar.js
Line: 289
Offending code:
document.commandDispatcher.focusedElement.parentNode.parentNode ==
findField) {
Reproducible: Always
Steps to Reproduce:
(With javascript.options.showInConsole set to true.)
1. Open a new tab.
2. Click on the tab-title so it is focused.
3. Close the tab.
4. Tools -> JavaScript Console.
5. Click on Errors.
Actual Results:
Error mentioned in summary is present.
Expected Results:
No errors.
OS = All because it's been observed on Linux and Windows.
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050325 Firefox/1.0+ I cannot reproduce this with your steps to reproduce, but I definitely have seen this error message. confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
This is a duplicate of bug 273910
Comment 3•20 years ago
|
||
right, misread that bug first. *** This bug has been marked as a duplicate of 273910 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•