Thread Tools Display Modes
11-24-20, 10:03 AM   #1
Saith90
A Murloc Raider
Join Date: Oct 2010
Posts: 4
Error CopyToClipboard

Hi, im using the Addon FriendsGroup and always get in Error after clicking "copy character name" in chat.
Error: "CopyToClipboard()"

Any Idea? :/

taint.log >

Code:
11/24 16:57:41.634  Global variable UIDROPDOWNMENU_MENU_LEVEL tainted by FriendGroups - Interface\SharedXML\UIDropDownMenu.lua:927 ToggleDropDownMenu()
11/24 16:57:41.634      Interface\SharedXML\UIDropDownMenu.lua:172
11/24 16:57:41.634  Execution tainted by FriendGroups while reading UIDROPDOWNMENU_MENU_LEVEL - Interface\SharedXML\UIDropDownMenu.lua:851 UIDropDownMenu_GetSelectedID()
11/24 16:57:41.634      Interface\SharedXML\UIDropDownMenu.lua:533 UIDropDownMenu_AddButton()
11/24 16:57:41.634      Interface\FrameXML\UnitPopup.lua:835 UnitPopup_AddDropDownButton()
11/24 16:57:41.634      Interface\FrameXML\UnitPopup.lua:596
11/24 16:57:41.634      UnitPopup_ShowMenu()
11/24 16:57:41.634      Interface\FrameXML\FriendsFrame.lua:227 initFunction()
11/24 16:57:41.634      Interface\SharedXML\UIDropDownMenu.lua:78 UIDropDownMenu_Initialize()
11/24 16:57:41.634      Interface\SharedXML\UIDropDownMenu.lua:1055 ToggleDropDownMenu()
11/24 16:57:41.634      Interface\SharedXML\UIDropDownMenu.lua:172
11/24 16:57:41.634  Interface\SharedXML\UIDropDownMenu.lua:903 UIDropDownMenuButton_OnClick()
11/24 16:57:41.634  An action was blocked because of taint from FriendGroups - CopyToClipboard()
11/24 16:57:41.634      Interface\FrameXML\UnitPopup.lua:2066
11/24 16:57:41.634      func()
11/24 16:57:41.634      Interface\SharedXML\UIDropDownMenu.lua:905 UIDropDownMenuButton_OnClick()
11/24 16:57:41.634      DropDownList1Button11:OnClick()

Last edited by Saith90 : 11-24-20 at 10:22 AM.
  Reply With Quote
11-24-20, 05:19 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
The taint log is only for specific taint issues. You need to share the actual error you got while ingame.

As for the interaction between the addon and CopyToClipboard, that function is protected and can only be used by Blizzard's UI. This also seems to be related to a very common dropdown taint, especially since there's a copy to clipboard option in the dropdown that appears when clicking on players in chat.
  Reply With Quote
11-25-20, 10:27 AM   #3
Saith90
A Murloc Raider
Join Date: Oct 2010
Posts: 4
Here is the error >

Code:
7x [ADDON_ACTION_FORBIDDEN] AddOn 'FriendGroups' tried to call the protected function 'CopyToClipboard()'.
[string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
[string "=[C]"]: in function `CopyToClipboard'
[string "@FrameXML\UnitPopup.lua"]:2066: in function <FrameXML\UnitPopup.lua:1735>
[string "=[C]"]: in function `func'
[string "@SharedXML\UIDropDownMenu.lua"]:905: in function `UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>
  Reply With Quote
12-29-20, 05:20 AM   #4
Saith90
A Murloc Raider
Join Date: Oct 2010
Posts: 4
anyone?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Error CopyToClipboard

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off