View Single Post
07-29-18, 08:32 PM   #4
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
The key here is UIParentManageFramePositions, not ElvUI, nor MainMenuBar. Your addon is likely doing something that taints the UIParent handler that moves default UI frames around in response to something changing in the UI. The taint is probably correctly attributed to your addon.

A common cause is replacing functions on default UI frames, instead of using hooksecurefunc.
__________________
  Reply With Quote