View Bug Report
Vendor filter selection causes loss of mouse functionality
Bug #: 2435
File: Advanced Filters - FCO Duplicate items filter plugin
Date: 05/26/19 03:25 AM
By: BornDownUnder
Status: Fixed
Going through pre-Elswyer version addons for bugs I came across a peculiar bug at a vendor:
Code:
EsoUI/Ingame/Inventory/SharedInventory.lua:470: table index is nil
stack traceback:
EsoUI/Ingame/Inventory/SharedInventory.lua:470: in function 'ZO_SharedInventoryManager:GetOrCreateBagCache'
<Locals> self = tbl </Locals>
user:/AddOns/AF_FCODuplicateItemsFilters/AF_FCODuplicateItemsFilters.lua:62: in function 'filter'
<Locals> slot = tbl, checkItems = user:/AddOns/AF_FCODuplicateItemsFilters/AF_FCODuplicateItemsFilters.lua:21, isDuplicateItem = false, slotIndex = 1 </Locals>
user:/AddOns/LibFilters-3.0/LibFilters-3.0/LibFilters-3.0.lua:231: in function 'runFilters'
<Locals> filterType = 6, tag = "AF_DropdownFilter", filter = user:/AddOns/AF_FCODuplicateItemsFilters/AF_FCODuplicateItemsFilters.lua:10 </Locals>
user:/AddOns/LibFilters-3.0/LibFilters-3.0/LibFilters-3.0.lua:247: in function 'additionalFilter'
user:/AddOns/LibFilters-3.0/LibFilters-3.0/helper.lua:15: in function 'ShouldAddItemToList'
<Locals> self = tbl, itemData = tbl, result = true </Locals>
EsoUI/Ingame/StoreWindow/Keyboard/StoreWindow_Keyboard.lua:565: in function 'ZO_StoreManager:UpdateList'
<Locals> self = tbl, scrollData = tbl, index = 1, itemData = tbl </Locals>
user:/AddOns/LibFilters-3.0/LibFilters-3.0/LibFilters-3.0.lua:140: in function 'SafeUpdateList'
<Locals> object = tbl, isMouseVisible = true </Locals>
user:/AddOns/LibFilters-3.0/LibFilters-3.0/LibFilters-3.0.lua:173: in function '(anonymous)'
user:/AddOns/LibFilters-3.0/LibFilters-3.0/LibFilters-3.0.lua:392: in function 'Update'
It impedes mouse functionality after selecting a filter from the duplicate filter sub-menu, mouse still functions, icon is not visible on-screen. To resolve icon visibility issue, I had to dis-connect then re-connect the mouse from USB port. This however does not resolve functionality impairment as it is locked in a 'box', center of screen, reverting to center after movement. Client restart needed for vendor panel.
Bank, Crafting Station and Inventory function as per normal (Even after encountering bug at vendor)

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Baertram - 05/26/19 04:47 AM
Oh, this sounds annoying.
Thanks for the report.
Questions:
Did this happen at the Vendor sell panel (inventory items)?
Are you using AdvancedFilters beta, or the official (outdated and buggy) AdvancedFilters?
Could you try to just enable AF beta + this plugin and see if this works please.