Esc removes quick filter "pin" after changing folder
Categories
(Thunderbird :: Search, defect)
Tracking
(thunderbird_esr140 wontfix, thunderbird140 affected, thunderbird141 affected, thunderbird142 affected, thunderbird152 wontfix)
People
(Reporter: marco.ferri, Assigned: mkmelin)
References
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(2 files)
Steps to reproduce:
I click the button to keep alive the search string (quick filter) even after changing folder.
Blue strip is visualized inside the button (see attached image).
I type a search string into the field.
I change folder and select a mail.
I press ESC button to clear the search string.
Actual results:
Both search string and blue strip inside the button disappear.
Expected results:
The first time you press ESC button only the search string must be cleared.
The second time you press ESC button (that is, when the search field is empty) also the blue strip of the button can be cleared.
Comment 1•11 months ago
|
||
I can reproduce this with daily 142. DIdn't test 149, 140 or 141, but I assume these fail in the same way.
And there are similarities to bug 1871746, so I wonder if they are related. The similarity is that for both bug reports, the message list has changed - in this bug because we have a different folder, and for 1871746 because there are new messages.
Steps:
- click "pin" in quick filter
- Blue strip is visualized inside the button (see attached image).
- type a string into the field.
- change folder (it is not necessary to select a mail)
- press ESC button to clear the search string.
Result: Both search string and blue strip inside the pin disappear.
However, if at step 4 I click inside the quick filter after changing the folder, the issue is not reproduced. In other words, the first esc only clears the search string
Updated•11 months ago
|
| Assignee | ||
Comment 2•11 months ago
|
||
I see it yeah.
Code is here: https://searchfox.org/comm-central/rev/1a5792f18c67eb082519535de7c776bedc532950/mail/base/content/quickFilterBar.js#85-96
| Assignee | ||
Comment 3•17 days ago
|
||
Updated•17 days ago
|
| Assignee | ||
Updated•13 days ago
|
Updated•13 days ago
|
Pushed by corey@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/edf93d54943a
Fix for Esc removes quick filter "pin" after changing folder. r=freaktechnik
Description
•