"Export Profile" window tries to call protected function CopyToClipboard()
catthou opened this issue ยท 0 comments
Game and Details! version
R8501
v9.0.5
Describe the bug
- Steps to Reproduce (what did you do to make the bug happen):
- Type '/details options' and click on 'Profiles' in the gray button list
- Click on the 'Export Profile' button to open the window with your export string.
- Type Ctrl+C to copy the string to clipboard
-
Result (what happens when you follow the steps above):
BugSack reports the error, but the string is still copied to clipboard. -
Expected (what you think the expected behavior would be when following the steps):
A message on the export screen telling the player to use Ctrl+C to copy the export string themself.
Lua Error
Post here lua errors, if you aren't getting any, use /console scriptErrors 1
2x [ADDON_ACTION_FORBIDDEN] AddOn 'Details' tried to call the protected function 'CopyToClipboard()'.
[string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
[string "=[C]"]: in function `CopyToClipboard'
[string "@Blizzard_DebugTools\Blizzard_DebugTools-1.0.lua"]:656: in function `FrameStackTooltip_HandleFrameCommand'
[string "@Blizzard_DebugTools\Blizzard_DebugTools-1.0.lua"]:626: in function `command'
[string "@SharedXML\KeyCommand.lua"]:47: in function `Update'
[string "@SharedXML\KeyCommand.lua"]:111: in function `KeyCommand_Update'
[string "@Blizzard_DebugTools\Blizzard_DebugTools-1.0.lua"]:860: in function <...eBlizzard_DebugTools\Blizzard_DebugTools.lua:859>
- Additional Information
Apparently this is just bound to happen when having the framestack open? But I don't get it on other encounters, such as copying bugs from bugsack or exporting Grid2 profiles. I have no idea of the particulars of this situation that make it different. Perhaps it can be closed as "Who knows?" if there's no confrontable cause.