
Realm: Sylvanas
Character: Dallaryen, Alli, 103 Nelf DH, and all alts
Zone: banks @ new Dalaran, Shrines in Vale of Eternal Blossoms, SW, IF, Org, + what i forgot
Complete description of your issue:
When I rightclick an item in the bank then it is not moved to the inventory, but rather back to the bank, in a circle. This causes the UIErrorMessage "These items can't be swapped." ( ERR_CANT_SWAP / EQUIP_ERR_ITEMS_CANT_BE_SWAPPED )
Exception being if there is a free slot with smaller index in the bank, then the item is moved there without error message. From bank to bank.
On retail the item is moved to my inventory when rightclicking in the bank.
Steps for reproducing the issue:
Go to any bank, rightclick an item in your bank (containerId -1, or bank bags 5-11). Item should appear in inventory / carried bags (containerId 0-4).
http://imgur.com/a/JH9Ba
Technical details:
Rightclicking items executes http://wowprogramming.com/docs/api/UseContainerItem api function implemented in the client (not in lua).
Dumped the actual parameters by hooking it with hooksecurefunc( 'UseContainerItem', function (...) DevTools_Dump( { ... } ) end )
The values are valid: indexes accurate, containerId -1 for bank, 5-11 for bank bags, 1-4 for inventory bags, as stated on wowprogramming.
This issue is also present on another legion server with a slightly different client executable. I guess the root cause could be in the core?
Ca. 10 people out of 30 replied to my query, they all experience the same issue:
http://imgur.com/ZsqJrzP
Wow this report is very old but it's happening on the BFA server too and it's super annoying. :(