Closed
Bug 439320
Opened 17 years ago
Closed 17 years ago
Use timed textbox in mailnews and addressbook (port bug 179050 to Thunderbird)
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
9.80 KB,
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
As part of the work I'm doing in bug 437619, I've just found that we do a whole lot of timed textboxes manually, whereas we could use an existing binding.
SeaMonkey did this work in bug 179050, and I'm going to port this to Thunderbird, as it'll make bug 437619 a lot easier.
Assignee | ||
Comment 1•17 years ago
|
||
Slightly more complicated than just porting bug 179050 as our search code extends the search textbox with its own items. However, I see no problems in changing our search textbox to extend timed-textbox rather than just textbox.
The changes to searchBar.js were a bit worrying, but I've tested this on Linux and Mac and I can't find any regressions with this patch.
Attachment #325251 -
Flags: review?(philringnalda)
Comment 2•17 years ago
|
||
Comment on attachment 325251 [details] [diff] [review]
The fix
Sure, it's a little scary, but look at how incredibly scary some of the stuff you're removing is. unscareme-r=philringnalda
>+ // Hide the hidden button
I really really like that comment for some reason, but probably "the clear button" would be more... clear.
Attachment #325251 -
Flags: review?(philringnalda) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Patch checked in -> fixed. For testers, check that the various quick search text boxes work as they used to - should be no functional differences.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
You need to log in
before you can comment on or make changes to this bug.
Description
•