Quick Filter Bar - Continue this Search across all folders - not available
Categories
(Thunderbird :: Search, defect)
Tracking
(thunderbird_esr78+ verified, thunderbird84 fixed)
People
(Reporter: anjeyelf, Assigned: aleca)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
3.83 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
Windows 10
In Thunderbird version 68.12.0 (32bit) - works as expected.
In Quick Filter Bar <Ctrl+Shift+K>type something you know will return no results.
click on any of the Filter messages by options and message pops up 'Continue this search across all folders. Press Enter again to continue your search for: X'
If you press 'Enter/Return' key, the search opens in a new tab as a 'Global Search' <Ctrl+K>.
In Thunderbird 78.2.1 (64bit) - expand search option disappeared.
In Quick Filter Bar type something you know will return no results.
Do not get any helpful message about converting to global search.
Pressing 'Enter' has no effect.
Cannot expand QFB search into a Global Search.
Comment 1•5 years ago
|
||
Alice, can you find the regression range?
![]() |
||
Comment 2•5 years ago
|
||
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=e4dff5cebc88183fb993e949a9dcacaea064ca77&tochange=328093467a6516099d5bdc111f8e3129674b5926
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=035f52aed4427b22facfa883067e298f10ef9e97&tochange=be9a6289486a6f366e431782b84a0c0633f8fec2
Suspect: 0daedafc7c204fc261f746775d24fa7ec81ab3a4 Alessandro Castellani — Bug 1585617 - convert remaining <textbox> usages in JavaScript to using html:input. r=mkmelin
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Any ideas about a solution?
Assignee | ||
Comment 4•5 years ago
•
|
||
I should have a patch for this later this week.
Apologies for the delay.
Assignee | ||
Comment 5•5 years ago
|
||
This fixes the problem.
The issue was the fact that the focusedElement
didn't match anymore the passed node after the de-XBL work done.
Comment 6•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/0077bebea2b5
Fix Quick Filter bar not continuing to gloda search when no results are found. r=mkmelin
Assignee | ||
Comment 8•5 years ago
|
||
Comment on attachment 9189673 [details] [diff] [review]
1663153-quick-filter.diff
[Approval Request Comment]
Regression caused by (bug #): bug 1585617
User impact if declined: The quick filter search bar doesn't allow continuing to the gloda search if no results are found.
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): very low as the error was caused by a missing attribute.
Comment 9•5 years ago
|
||
Comment on attachment 9189673 [details] [diff] [review]
1663153-quick-filter.diff
[Triage Comment]
Approved for beta
Comment 10•5 years ago
|
||
bugherder uplift |
Thunderbird 84.0b3
https://hg.mozilla.org/releases/comm-beta/rev/60d2d60d17eb
Comment 11•5 years ago
|
||
This is working properly in my testing of the 84.0b3 release candidate on Ubuntu 18.04 LTS.
Comment 12•5 years ago
|
||
Comment on attachment 9189673 [details] [diff] [review]
1663153-quick-filter.diff
[Approval Request Comment]
Minor regression. Should be safe
Comment 13•5 years ago
|
||
Comment on attachment 9189673 [details] [diff] [review]
1663153-quick-filter.diff
[Triage Comment]
Approved for esr78
Comment 14•5 years ago
|
||
bugherder uplift |
Thunderbird 78.6.1:
https://hg.mozilla.org/releases/comm-esr78/rev/784c94d4af25
Updated•5 years ago
|
Description
•