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

Created by Grox 3 paź 2024, Edited 23 lut 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, 10 sie 2025
parent:UIParent call IP_2_main_frame's OnUpdate, line: [string "?"]:596: unfinished capture
Grox, 3 paź 2024
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, 10 sie 2025