[BUG] I can't enter name in the tabs of right handside. #384


Open
  • Cutycheetah created this issue Aug 30, 2025


    • 1x Postal/Modules/QuickAttach.lua:328: attempt to index field 'editBox' (a nil value)
      [Postal/Modules/QuickAttach.lua]:328: in function 'OnShow'
      [Blizzard_StaticPopup/StaticPopup.lua]:559: in function 'StaticPopup_OnShow'
      [Blizzard_StaticPopup_Game/GameDialog.lua]:666: in function <...faceBlizzard_StaticPopup_Game/GameDialog.lua:665>
      [C]: in function 'Show'
      [Blizzard_StaticPopup/StaticPopup.lua]:390: in function <Blizzard_StaticPopup/StaticPopup.lua:277>
      [C]: ?
      [C]: ?
      [C]: in function 'StaticPopup_Show'
      [Postal/Modules/QuickAttach.lua]:270: in function 'Postal_QuickAttachRightButtonClick'
      [Postal/Modules/QuickAttach.lua]:191: in function 'Postal_QuickAttachButtonClick'
      [Postal/Modules/QuickAttach.lua]:39: in function <Postal/Modules/QuickAttach.lua:39>

    Locals:
    self = StaticPopup1 {
    TopSpacer = FontString {
    }
    visibleButtons = <table> {
    }
    CoverFrame = Frame {
    }
    previousRegionKey = "ButtonContainer"
    ProgressBarSpacer = Texture {
    }
    exclusive = 1
    DarkOverlay = Frame {
    }
    timeleft = 0
    ButtonContainer = Frame {
    }
    dialogInfo = <table> {
    }
    which = "POSTAL_QUICKATTACH_CHARACTER_NAME"
    hideOnEscape = 1
    ItemFrame = Frame {
    }
    MoneyInputFrame = StaticPopup1MoneyInputFrame {
    }
    AlertIcon = Texture {
    }
    ProgressBarFill = Texture {
    }
    ExtraButton = StaticPopup1ExtraButton {
    }
    Buttons = <table> {
    }
    BG = Frame {
    }
    EditBox = StaticPopup1EditBox {
    }
    ProgressBarBorder = Texture {
    }
    Dropdown = Button {
    }
    SubText = FontString {
    }
    heightPadding = 16
    Spinner = Frame {
    }
    numButtons = 2
    MoneyFrame = StaticPopup1MoneyFrame {
    }
    Text = StaticPopup1Text {
    }
    CloseButton = StaticPopup1CloseButton {
    }
    Separator = Texture {
    }
    }
    name = ""
    classID = "7"
    subclassID = "5"
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = nil
    (*temporary) = "attempt to index field 'editBox' (a nil value)"
    QAButtonDialogInfo = "|7|5"

     

    • 7x 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 {
      TopSpacer = FontString {
      }
      dirty = false
      visibleButtons = <table> {
      }
      CoverFrame = Frame {
      }
      minimumWidth = 556.431500
      previousRegionKey = "ButtonContainer"
      widthPadding = 0
      ProgressBarSpacer = Texture {
      }
      exclusive = 1
      DarkOverlay = Frame {
      }
      timeleft = 0
      ButtonContainer = Frame {
      }
      dialogInfo = <table> {
      }
      which = "POSTAL_QUICKATTACH_CHARACTER_NAME"
      hideOnEscape = 1
      ItemFrame = Frame {
      }
      MoneyInputFrame = StaticPopup1MoneyInputFrame {
      }
      AlertIcon = Texture {
      }
      ProgressBarFill = Texture {
      }
      ExtraButton = StaticPopup1ExtraButton {
      }
      Buttons = <table> {
      }
      BG = Frame {
      }
      EditBox = StaticPopup1EditBox {
      }
      ProgressBarBorder = Texture {
      }
      Dropdown = Button {
      }
      SubText = FontString {
      }
      heightPadding = 16
      Spinner = Frame {
      }
      numButtons = 2
      MoneyFrame = StaticPopup1MoneyFrame {
      }
      Text = StaticPopup1Text {
      }
      CloseButton = StaticPopup1CloseButton {
      }
      Separator = Texture {
      }
      }
      name = ""
      classID = "7"
      subclassID = "5"
      (*temporary) = nil
      (*temporary) = nil
      (*temporary) = nil
      (*temporary) = "attempt to index field 'editBox' (a nil value)"
      QAButtonDialogInfo = "|7|5"


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