Poster: Iriel at 1/12/2006 8:40:43 PM PST Subject: Slouken: IsVisible/IsShown bug in UIParent
kremonte spotted this odd behavior, and I've tracked it down.
1) Close all bags, enable right side action bars
2) Alt-Z to hide UI
3) Hit 'B' to open backpack
4) Alt-Z to show UI
Notice the backpack is overlaying the bars.
The problem is that, inside UIParent.lua, the function UIParent_ManageRightSideFrames is using IsVisible instead of IsShown on those sidebars.
<Addon Authors: Dont use RegisterForSave()!>