View Single Post
10/30/18, 07:48 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,963
1) sometimes i need double press E at crafting station to see improve item dialog, still cannot detect its addon issue or not
Disable all addons and play a while without them, check if the error appears at least once. If not, you can be sure it's an addon issue.
Check your addons which got to do with crafting or supressing dialogs (No Thank You e.g.) and disable them, or only enable them to test it.

Edit:
With Wolfhunter (or the patch before) the improvement automatically uses the maximum value of improvement materials (vanilla UI, ZOs code). Maybe some of your addons is still trying to do the same and thus breaks the improvement this way. Search for addons doing this and disable them.

2) sometimes cannot see Destroy item dialog when drag-n-drop item, and item just become grey and locked, need drag-n-drop another item instead to fix this, still cannot detect its addon issue or not
This happened to me too as I was working with earlier versions (really early, 3 years ago) of FCOItemSaver. Some addon uses the normal pickup item function of the inventory but then uses mabye ClearCursor() function instead of officially "dropping" the item again properly.
Search all your addons for "ClearCursor()" e.g, maybe it helps.

If not search your addons which disable the the destroy dialog. FCOIS e.g. will not hide the destroy dialog but just hide the "Yes" button if the item is protected.

Or search for the destroy dialog name "DESTROY_ITEM_PROMPT" or "CONFIRM_DESTROY_ITEM_PROMPT" or "ZO_GAMEPAD_CONFIRM_DESTROY_DIALOG".
  Reply With Quote