BvdG

Results 19 comments of BvdG

Understood. I thought about why the Amps graphic doesn't feel like an immediate overview to me, and I think it is because _which square_ refers to _which state's amplitude_ is...

If it could be useful to run the debugger for further diagnosis, I could give it a try – please give some instructions for where to look and what to...

In the Error console, this is what comes up: - When typing a filter term in ES (which fails to do any filtering): no message - When typing Shift+Enter in...

Amazingly, this did help. The steps: 1. Make a screenshot or some other record of how Thunderbird looks (assuming you'll want to recreate that configuration) 2. In the menu, choose...

I did a little bit of 'digging', looking at the HTML structure of the Thunderbird window and at the file `ExpressionSearchChrome.jsm`. First, the Mail Toolbar has the ID `unifiedToolbarContent` in...

I think you're right. As I described above, getting to the right `window` DOM object seems to be more complicated than just using `win.parent` starting from the inner window.

I think that returns the same thing as `win.parent`. If I go into a 3pane, select an element `e`, and do ```js e.ownerGlobal.browsingContext.topChromeWindow === e.ownerGlobal.parent ``` it evaluates to `true`,...

A little experiment: 1. in the main tab (the toolbar has buttons like "Create a new message"): ```js let dc = document; let tb = dc.querySelector('#unifiedToolbarContent'); ``` 2. click on...

> I am still experiencing this behaviour with 4.0.20 with TB 115.5.2 (64-bit) MacOS Sonoma 14.1.2 Note: Expression Search with TB on Mac has thus far never worked for me...

On macOS, that would mean quitting Thunderbird (all of it), opening the Terminal application, typing or pasting this into it: ```sh /Applications/Thunderbird.app/Contents/MacOS/thunderbird -purgecaches ``` and hitting Return.