View Single Post
06-30-18, 03:41 PM   #1
thomasjohnshannon
A Theradrim Guardian
 
thomasjohnshannon's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 68
Calling ToggleCollectionsJournal() in combat.

Not sure if intended or not so I figured I would report this. If an addon tries to use ToggleCollectionsJournal during combat it will cause the following error.

Code:
1x [ADDON_ACTION_BLOCKED] AddOn 'nMainbar' tried to call the protected function 'CollectionsJournal:SetAttribute()'.
!BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
[C]: in function `SetAttribute'
FrameXML\UIParent.lua:97: in function <FrameXML\UIParent.lua:91>
FrameXML\UIParent.lua:3123: in function `ShowUIPanel'
FrameXML\UIParent.lua:951: in function `SetCollectionsJournalShown'
FrameXML\UIParent.lua:941: in function `ToggleCollectionsJournal'
nMainbar\Modules\PicoMenu.lua:132: in function `func'
FrameXML\UIDropDownMenu.lua:858: in function `UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>

Locals:
InCombatSkipped
__________________
Thomas aka Urnn
  Reply With Quote