Closed Bug 1823487 Opened 3 years ago Closed 1 year ago

quickFilter is broken

Categories

(Thunderbird :: Search, defect)

Thunderbird 102
Desktop
Windows 11
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: rommotyw, Unassigned)

References

Details

(Whiteboard: [snnot3p])

Attachments

(1 file)

Attached image qf.png

Steps to reproduce:

Version 102.9.0 (64-bit)

I tried to use Quick Filter Bar, it worked, but now when i type something it isn't doing any searches, nothing is happening.

I found that editing settings.json help it.

Broken:
"ext":{
"quickFilter":{
"filterValues":{

                    },
                    "visible":true
                 }

Working one:
"ext":{
"quickFilter":{
"filterValues":{
"text":{
"text":null,
"states":{
"sender":true,
"recipients":true,
"subject":true,
"body":true
}
}
},
"visible":true
}

It appear that on some conditions filterValues is empty, and then the app will not allow using Quick Filter at all.

OS: Unspecified → Windows 11
Hardware: Unspecified → Desktop
Summary: quickFlter is broken → quickFilter is broken

(In reply to Magnus Melin [:mkmelin] from comment #1)

See bug 1823272?

Yes, it appears to be the same.
However, the solution shouldn't be asking the user to delete / modify files.
Happened for me multiple times already, so the code has to be fixed to avoid it.

See Also: → 1823272
Whiteboard: [snnot]

The issue appear for me without any extensions.
To reproduce, clean "filterValues": {} array in session.json.

Whiteboard: [snnot] → [snnot3p]

Does this still fail for you?

Flags: needinfo?(rommotyw)

Isn't happening anymore itself.

Flags: needinfo?(rommotyw)

Thanks

Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: