#269: Addons (Public) / ItemPreview2
Status: For Review
Tag: Bug

image.png

Created by Grox Oct 3, 2024, Edited Feb 23, 2025

This happens only when the string is exactly "abcd (" (with a space) because the escape sequence of the ( gets broken. Subsequent String/Table Manipulation causes this issue. Working on a fix

Brontes, Aug 10, 2025

File: itempreview2\lua\ui.lua in line 592 add the following: name_id_search = string.gsub(name_id_search, " %(", tostring(" ()"))

this fixes all errors/fps drops and keeps the functionality 100% intact

Brontes, Aug 10, 2025

parent:UIParent call IP_2_main_frame's OnUpdate, line: [string "?"]:596: unfinished capture

Grox, Oct 3, 2024