sfmict / HidingBar

Adds a custom panel for easy add-on management.
GNU General Public License v3.0
8 stars 1 forks source link

Feature Request: control addon minimap icon tooltips and set custom anchor #12

Closed addonaddict closed 2 years ago

addonaddict commented 2 years ago

Environment

Desired functionality

Please consider adding a feature to "hijack" addon tooltips and anchor them by user preference globally. Anchor options would be typical like top, bottom left, left, etc. Could also use other anchor points not related to the addon button. The reason this is needed is because so many addons out there anchor their tooltips completely randomly with no thought involved. In some cases as you move cursor between addons, the addon window closes as the tooltip goes in the forefront. Extremely annoying. Below example is when using "bar like a minimap button" option, in "show to down" mode.

Example 1: image

Example 2: image

Hope this is clear. Thanks.

sfmict commented 2 years ago

Hello. Firstly, user anchoring is possible and I'll do it. Second, some of the buttons have their own tooltip and I can't keep track of all of them, but SilverDragon uses the LibQTip-1.0 library, so I might be able to change the anchoring for it.

addonaddict commented 2 years ago

Thank you for the response. Tbh it was just an example, as about half of the addons you see on that screenshot have their tooltip "above" the bar, other half below or somewhere to the side. It seems completely random to me. Not sure what you can do with that... will wait for you to do your magic :D

sfmict commented 2 years ago

Done, check out the latest beta :)

addonaddict commented 2 years ago

Just tested, works like a charm! Thanks! Only thing I noticed is it doesnt seem to do anything when in minimap button mode. In normal mode, all tooltips are attached neatly in one spot. Wonderful.

addonaddict commented 2 years ago

Most addons are like this: image

Allthethings and Oilvl addons are like this: image

Perhaps this is screen size issue and tooltips not fitting above? Maybe...

addonaddict commented 2 years ago

Forget it, it was indeed the UI scaling. Made things smaller and it worked perfectly. Thanks again!!! image

sfmict commented 2 years ago

Tooltip is displayed at the bottom if it doesn't fit on top. Closed thx u for feedback.