Closed
Bug 228535
Opened 21 years ago
Closed 21 years ago
Warning ``reference to undefined property this.mSearchInputTO'' [xs] in file ``chrome://navigator/content/urlbarBindings.xml'', line 144, character 0.
Categories
(SeaMonkey :: Location Bar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: neil)
Details
Attachments
(1 file, 1 obsolete file)
712 bytes,
patch
|
timeless
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208
Warning ``reference to undefined property this.mSearchInputTO'' [xs] in file
``chrome://navigator/content/urlbarBindings.xml'', line 144, character 0.
Stopped for error handler.
#0: function anonymous(aEvent=Event:{0}) in
<chrome://navigator/content/urlbarBindings.xml> line 144
142: (function(aEvent) {
143: // "this" is the textbox, not the popup
144: if (this.mSearchInputTO)
145: window.clearTimeout(this.mSearchInputTO);
146: this.mSearchInputTO = window.setTimeout(this.resultsPopup.mInputTimeout,
this.timeout, this);
Attachment #137449 -
Flags: superreview?(bz-vacation)
Attachment #137449 -
Flags: review?(neil.parkwaycc.co.uk)
![]() |
||
Comment 2•21 years ago
|
||
Comment on attachment 137449 [details] [diff] [review]
declare field
sr=bzbarsky, assuming this gets r= from neil.
Attachment #137449 -
Flags: superreview?(bz-vacation) → superreview+
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 137449 [details] [diff] [review]
declare field
Wrong element, you need to set the property on the textbox, not the popup, as
the comment clearly states :-P
Attachment #137449 -
Attachment is obsolete: true
Attachment #137449 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Assignee | ||
Comment 4•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #137669 -
Flags: review?(timeless)
Attachment #137669 -
Flags: superreview?(bz-vacation)
Attachment #137669 -
Flags: review?(timeless)
Attachment #137669 -
Flags: review+
![]() |
||
Comment 5•21 years ago
|
||
Comment on attachment 137669 [details] [diff] [review]
Proposed patch
sr=bzbarsky.
Attachment #137669 -
Flags: superreview?(bz-vacation) → superreview+
Assignee | ||
Comment 6•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•