lilyvelour / ImmersiveFade

WoW addon: Automatically fades out the interface after a period of no interaction
4 stars 2 forks source link

Tooltips Hidden Behind Frames #3

Open Romereus opened 5 years ago

Romereus commented 5 years ago

My item tooltips are being hidden by objects that are usually the back-most layer on the screen. Item tooltips are hidden behind inventory, map, NPC inventory, quest text frames, etc. I believe this is caused by a conflict with another addon that I HIGHLY recommend working with/around the coding of, called Immersion. It's an addon that modifies quest text and the NPC dialog systems. image

lilyvelour commented 5 years ago

Thanks for the report!

Yea, I use Immersion as well, and will look into how they hide the rest of the UI a little more closely. I'm not super fond of how ImmersiveFade handles this right now.

Romereus commented 5 years ago

Are you the developer of ImmersiveFade? Just wondering haha, I didn't expect a timely reply at ALL to be honest. Been asking around on the WoW UI forums about this for help and it seems like a developer solution is the only way.

-Carl Lepis

On Mar 13, 2019, at 5:00 PM, Lily Montoute notifications@github.com wrote:

Thanks for the report!

Yea, I use Immersion as well, and will look into how they hide the rest of the UI a little more closely. I'm not super fond of how ImmersiveFade handles this right now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

lilyvelour commented 5 years ago

I am the ImmersiveFade developer, yes (to clarify, I am not the developer of Immersion, which is the questing addon you mentioned that hides the UI while displaying a quest dialog).

And I agree that this would need to be fixed on my end. Right now the code we use for determining what to hide and how to hide things isn't very clean, and causes issues.

Romereus commented 5 years ago

Wow, sick haha. If you make this more compatible with Immersion, and maybe add in some user-friendly things for keeping stuff like the major difficult-to-identify integrated basic UI elements (like the message text in the chat frames, minimap, tooltips, etc) or the niche things in major add-ons like TRP3 UI elements (TRP3-specific tooltip info, etc) from disappearing with a simple check box or something, that would be insane. Either way, aside from the original issue, I have literally no clue how difficult it is to implement those kinds of features, so thanks for your efforts haha. Any idea when we'd be able to expect an update for Immersion? :)

-Carl Lepis

On Mar 15, 2019, at 2:30 PM, Lily Montoute notifications@github.com wrote:

I am the ImmersiveFade developer, yes (to clarify, I am not the developer of Immersion, which is the questing addon you mentioned that hides the UI while displaying a quest dialog).

And I agree that this would need to be fixed on my end. Right now the code we use for determining what to hide and how to hide things isn't very clean, and causes issues.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.