mlazdans / qnote

QNote add-on for Thunderbird email application
13 stars 4 forks source link

tooltip issue in TB 91 #13

Closed DenB10 closed 2 years ago

DenB10 commented 2 years ago

Hello, It's me again! I just migrated to Thunderbird 91 and I notice another problem in QNote 0.10.4: the "Close and save" and "Delete" tooltips don't appear anymore when hovering over the icons in the note window. Can you reproduce this? Thanks and regards, Denis B.

mlazdans commented 2 years ago

Yes, at some point TB stopped using title attribute. Not sure why and what's the alternative.

DenB10 commented 2 years ago

Not sure why and what's the alternative.

I don't know either, maybe going through javascript in popup.js or declaring the "delete" and "close" icons as buttons? Sorry but I don't know much about it.

I don't know if I should open another thread but I have two other things to report:

  1. Another problem with Thunderbird 91: the column header icon in the message list does not appear.
  2. Would it be possible to add QNote items to the page context menu (message body) as well as the message list context menu?
mlazdans commented 2 years ago

Please file these in separate issue. Thanks!

mlazdans commented 2 years ago

Could not find solution for tooltips. They work on 68 and 78 but does not on 91.

DenB10 commented 2 years ago

@mlazdans changed_files_for_tooltips_issue.zip Searching on the web, I found a workaround for those damn tooltips. I modified a bit the xulpopup.html and xulpopup.css files that I submit to you. It works with TB 91 and also with TB 78. You are free of course to do what you want with it.

mlazdans commented 2 years ago

I would rather not add extra css / html hacks.