Tercioo / Details-Damage-Meter

Addon for World of Warcraft, does combat analyzes offering clean visual data for the player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SetJustifyV("center") changes to "middle"

SpareSimian opened this issue · comments

Version VWD 12579, Retail 10.2.7.

Fix: In Libs/df/textentry.lua, change "center" to "middle" at line 463.

This was reported on Norgana's GitLab for Cata Classic but the fix also works for retail.

https://gitlab.com/norganna-wow/auctioneer/auctioneer/-/issues/45

Date: 2024-05-08 12:57:25
ID: 1
Error occured in: Global
Count: 1
Message: [string "return _G['Details_EncounterDetailsEmoteSea..."] line 1:
   bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
Debug:
   [string "=[C]"]: SetJustifyV()
   [string "return _G['Details_EncounterDetailsEmoteSearchBox']:SetJustifyV(...)"]:1: in main chunk
   [string "=(tail call)"]: ?
   [string "@Interface/AddOns/Details/Libs/DF/textentry.lua"]:463: SetAsSearchBox()
   [string "@Interface/AddOns/Details_EncounterDetails/frames_emote.lua"]:289: in main chunk
Locals:
(*temporary) = Details_EncounterDetailsEmoteSearchBox {
 0 = <userdata>
 label = Details_EncounterDetailsEmoteSearchBox_Desc {
 }
 backdropInfo = <table> {
 }
 OnBackdropLoaded = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:152
 MyObject = <table> {
 }
 Center = Texture {
 }
 GetBackdropColor = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:390
 SetupTextureCoordinates = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:214
 OnBackdropSizeChanged = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:182
 HasBackdropInfo = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:278
 SetBackdropBorderColor = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:422
 RightEdge = Texture {
 }
 current_bordercolor = <table> {
 }
 BottomEdge = Texture {
 }
 GetEdgeSize = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:188
 BottomLeftCorner = Texture {
 }
 BottomRightCorner = Texture {
 }
 TopEdge = Texture {
 }
 ApplyBackdrop = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:294
 SetBackdrop = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:329
 ClearBackdrop = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:282
 TopRightCorner = Texture {
 }
 GetBackdropBorderColor = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:409
 GetBackdrop = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:347
 TopLeftCorner = Texture {
 }
 SetupPieceVisuals = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:246
 SetBackdropColor = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:399
 LeftEdge = Texture {
 }
 SetBorderBlendMode = <function> defined @Interface/AddOns/Blizzard_SharedXML/Backdrop.lua:266
}
(*temporary) = "center"

Sorry for the noise. Problem with my updater.