Closed
Bug 293362
Opened 20 years ago
Closed 20 years ago
gSearchInput is not always defined in function Search
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
Attachments
(1 file)
|
976 bytes,
patch
|
mnyromyr
:
review+
neil
:
superreview+
shaver
:
approval1.8b2+
|
Details | Diff | Splinter Review |
In some circumstances the following error message is generated in the JS console:
Error: gSearchInput has no properties
Source File: chrome://messenger/content/searchBar.js
Line: 527
This patch:
* Moves GetSearchInput() to before the viewDebug command
Attachment #182950 -
Flags: review?(mnyromyr) → review?(neil.parkwaycc.co.uk)
This patch actually fixes a problem with saved searches in that if you try and
view one as the first folder you are trying to view you just end up with a blank
thread pane. If you change to another folder and back again, the thread pane is
populated.
-> Normal
Severity: minor → normal
Updated•20 years ago
|
Attachment #182950 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Attachment #182950 -
Flags: superreview?(neil.parkwaycc.co.uk)
Updated•20 years ago
|
Attachment #182950 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Comment on attachment 182950 [details] [diff] [review]
Patch v0.1 (Checked in)
Requesting a= for very low risk suite only fix
Attachment #182950 -
Flags: approval1.8b2?
Comment 4•20 years ago
|
||
Comment on attachment 182950 [details] [diff] [review]
Patch v0.1 (Checked in)
a=shaver
Attachment #182950 -
Flags: approval1.8b2? → approval1.8b2+
Comment on attachment 182950 [details] [diff] [review]
Patch v0.1 (Checked in)
Checking in searchBar.js;
new revision: 1.41; previous revision: 1.40
done
Attachment #182950 -
Attachment description: Patch v0.1 → Patch v0.1 (Checked in)
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•