opto / nostalgy-xpi

nostalgy addon updated for Thunderbird 68 and now Thunderbird 78 - 115. Original code by Alain Frisch.
Other
119 stars 9 forks source link

Nostalgy++ 3.6.x branch: input box stays open in status bar after first usage #191

Closed trulycool closed 4 months ago

trulycool commented 1 year ago

Just upgraded Nostalgy++ to 3.5.2 for TB 102 compatibility. The Nostalgy++ text input box that has always popped up when engaging shortcut key, shown destination, then disappeared after filing email, now stays expanded (tho blank) after first usage.

Any way to revert to previous behavior? Or failing that, could you post the CSS class I'd add to userchrome to style to box to be less glaringly white in TB dark theme?

opto commented 1 year ago

maybe try this version: https://github.com/opto/nostalgy-xpi/releases/tag/v3.6.5

... it does not do that here on 102.3.1

opto commented 1 year ago

just manually install from extra addons cog wheel install from file

trulycool commented 1 year ago

Thank you, have just installed 3.6.5 and still seeing the same behavior. Anything else I might do to help troubleshoot this? image

opto commented 1 year ago

is it open (you can type in it) or maybe it is hidden or collapsed, but TB does not change the color?

ungeahnt commented 1 year ago

In the grey box you can see the "[+Shift]"-hint (written in white letters). This is definitely not the input box. The area simply does not change color in the dark theme. So it only looks like the inputbox. Despite this color-problem you can use nostalgy++ quite normal. I'm actually using the light theme, but I switched to the dark theme for testing and I can reproduce the color issue. Whether this is a TB or nostalgy++ issue I can't say though.

opto commented 1 year ago

thanks. So I need to verify whether we apply any CSS to that area - then it is Nostalgy - or not, which would hint to TB.

The same happens here, but it is very snall, like 5 mm. There is this vertical bar at the end, which looks like a splitter. What is the number of characters for your input box? it is 70 here, see options.

ungeahnt commented 1 year ago

What is the number of characters for your input box?

For the following images, the Width is set to 160.

There is a difference if the E-Mail is classified by TB as suspicious (see 2a and 3a)

1 ) After TB start (no clicks): grafik

2a) After click on a message with a TB warning: grafik I see this: grafik 2b) After press 'G': grafik 2c) After action of shortcut 'G': grafik

3a) After click on a message without a TB warning: grafik

3b) After action of shortcut 'S' (-> move to Trash): grafik

System: Microsoft Windows 8.1 Pro / Light Theme TB 102.3.2 (64-bit) / Darkmode

opto commented 1 year ago

maybe a TB issue?

How much experience do you have with debugger tools?

You can open the tools by ctrl-shift-i, all at the same time. Then you need to allow debugging to be opened in a TB popup (might be hidden behind the main window). click on the inspector tab and then on the icon to its left. Mouse hover says something like choose element on the page

next switch to TB using the task bar. Moving the mouse across the screen shows blue areas, put that onto the annoying white area. If you click and go back to inspector, you see the definition of that element. If you just move the mouse and don't click, you see the ids and classes of the element. Here, the white thing is a hbox with class statusbar and our label with class statusbarpanel. Both belong to TB, and the unread count is also a statusparpanel and is displayed correct.

So this seems to be TB related? Because we don't inject any CSS for those two.

opto commented 4 months ago

outdated