StaticPopup frames are not movable
jsetser opened this issue ยท 2 comments
Description
StaticPopup frames such as the release spirit or accept summon windows are not movable.
Shadow & Light Version
4.58
ElvUI Version
13.17
Steps to Reproduce
- Ensure that the following setting is enabled: Shadow & Light -> Modules -> Blizzard -> Move Blizzard Frames
- Do something to bring up a StaticPopup. (Die so the release spirit frame shows, get a summon, etc).
- Attempt to move the frame by clicking and dragging it.
Expected Behavior
The frames should be movable
Actual Behavior
The frames are not movable.
ElvUI + S&L Enabled
This does reproduce with only ElvUI and S&L enabled.
Only ElvUI Enabled
The expected behavior is correct with only ElvUI enabled, since movable blizzard frames is a S&L feature.
Additional Information
This functionality used to be enabled, and was disabled with this commit: 52c2d91
It looks like it was disabled because of this issue and the discord conversation that followed: #37
I don't mind if these can't be moved permanently because of the error mentioned in #37, but it would be very nice if they could still be moved temporarily by adding them back to the movable frames and also adding them to the TempOnly list. I have confirmed that adding them to TempOnly stops the error reported in #37 from happening.
Error Log
There is no error associated with this issue.
I have created PR #78 with a possible fix for this issue.