[BUG] popup editbox to define default character name for the specified type throws error #383


  • Defect
Open
  • soso15 created this issue Aug 25, 2025

    2x Postal/Modules/QuickAttach.lua:323: attempt to index field 'editBox' (a nil value)
    [Postal/Modules/QuickAttach.lua]:323: in function 'OnAccept'
    [Blizzard_StaticPopup/StaticPopup.lua]:671: in function 'StaticPopup_OnClick'
    [Blizzard_StaticPopup_Game/GameDialog.lua]:27: in function <...faceBlizzard_StaticPopup_Game/GameDialog.lua:25>

    Locals:
    self = StaticPopup1 {
    ProgressBarSpacer = Texture {
    }
    TopSpacer = FontString {
    }
    exclusive = 1
    visibleButtons = <table> {
    }
    CoverFrame = Frame {
    }
    AlertIcon = Texture {
    }
    widthPadding = 0
    ProgressBarBorder = Texture {
    }
    ButtonContainer = Frame {
    }
    dirty = false
    which = "POSTAL_QUICKATTACH_CHARACTER_NAME"
    hideOnEscape = 1
    SubText = FontString {
    }
    ItemFrame = Frame {
    }
    minimumWidth = 410
    previousRegionKey = "ButtonContainer"
    DarkOverlay = Frame {
    }
    timeleft = 0
    dialogInfo = <table> {
    }
    EditBox = StaticPopup1EditBox {
    }
    Dropdown = Button {
    }
    MoneyInputFrame = StaticPopup1MoneyInputFrame {
    }
    Spinner = Frame {
    }
    ProgressBarFill = Texture {
    }
    ExtraButton = StaticPopup1ExtraButton {
    }
    Buttons = <table> {
    }
    BG = Frame {
    }
    numButtons = 2
    heightPadding = 16
    MoneyFrame = StaticPopup1MoneyFrame {
    }
    Text = StaticPopup1Text {
    }
    CloseButton = StaticPopup1CloseButton {
    }
    Separator = Texture {
    }
    }

     
  • soso15 added a tag Defect Aug 25, 2025

To post a comment, please login or register a new account.