Closed
Bug 265478
Opened 20 years ago
Closed 20 years ago
When clicking on / away from virtual folders, weird issues with quick search box
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.9
People
(Reporter: mscott, Assigned: mscott)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
3.94 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Often when I click on a virtual folder I'm noticing us do something strange with the quick search bar. If the quick search bar is just showing the greyed criteria text: "Subject or Sender", then the quick search bar 'forgets' that this is criteria text. The text shows up with black lettering and is now a searchable text string that quick search will search on if you were to focus the widget and hit enter. I'm not sure what the relationship is between opening a virtual folder and using code in SearchBar.js...
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.9
| Assignee | ||
Comment 1•20 years ago
|
||
this patch fixes the following scenarios: 1) clicking from a regular folder --> virtual folder that searches one folder, quick search bar no longer steals focus and clear criteria text. 2) clicking from a regular folder ---> virtual folder that searches multiple folders, quick search bar now no longer turns the criteria text into black colored quick search text. 3) clicking from a virtual folder that searches multiple folders --> to a regular folder, we no longer clear the quick search box and steal focus. Still broken: 4) Moving focus from a virtual folder that searches one folder to a regular folder. we are still clearing the quick search bar of its criteria text and putting focus in the text box. I'm stumped as to what code is doing this. Nothing in searchbar.js is geting called.
| Assignee | ||
Comment 2•20 years ago
|
||
interesting, this last problem isn't virtual folder specific. I can also see if if I'm reading a non VF folder with a view turned on, then i click on another non VF folder. That steals focus into the quick search bar too.
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 162915 [details] [diff] [review] work in progress the last remaining issue has me stumped. But I won't hold up the rest of the fix for it.
Attachment #162915 -
Flags: superreview?(bienvenu)
| Assignee | ||
Comment 4•20 years ago
|
||
i added a dump by accident that I'll be taking out before i check in
Updated•20 years ago
|
Attachment #162915 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Comment 5•20 years ago
|
||
fixed branch and trunk
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Keywords: fixed-aviary1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•