Thread: Cursor mode bug
View Single Post
04/20/15, 09:39 AM   #5
Werewolf Finds Dragon
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 17
Indeed, I've had this too, even without that addon (specifically, but it might be caused by others). I think it's maybe to do with how certain UI hide/show events are handled, so I did some fun fiddling. I tried hooking CHAT_SYSTEM.Minimize and performing ZO_ChatWindow:SetHidden(true). I was purposefully trying to break it to reproduce issues of this sort to get an idea of what causes it.

You can hit the period/full stop key to exit cursor mode, though, so there is that. (Does that just toggle SetGameCameraUIMode?)

The point I'm making, anyway, is this: I'm wondering if certain UI elements are being SetHidden / SetHiddenForReason without properly using SetGameCameraUIMode? Perhaps somewhere in the official UI or certain addons people aren't using IsGameCameraUIModeActive to check? I don't know, I could just be talking out my rear. I really don't know. Too rusty, too old.
  Reply With Quote