Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon selection panel throws error when scrolling #3

Open
ScottIngram opened this issue Mar 19, 2023 · 0 comments
Open

icon selection panel throws error when scrolling #3

ScottIngram opened this issue Mar 19, 2023 · 0 comments

Comments

@ScottIngram
Copy link

after I click the "change name / icon" button and the icon picker appears, if try to scroll, this happens:

Message: Interface/SharedXML/SecureUIPanelTemplates.lua:330: attempt to perform arithmetic on local 'itemHeight' (a nil value)
Time: Sun Mar 19 13:45:25 2023
Count: 1
Stack: Interface/SharedXML/SecureUIPanelTemplates.lua:330: attempt to perform arithmetic on local 'itemHeight' (a nil value)
[string "@Interface/SharedXML/SecureUIPanelTemplates.lua"]:330: in function FauxScrollFrame_OnVerticalScroll' [string "*FloFlyout.xml:465_OnVerticalScroll"]:1: in function <[string "*FloFlyout.xml:465_OnVerticalScroll"]:1> [string "=[C]"]: in function SetVerticalScroll'
[string "@Interface/SharedXML/SecureUIPanelTemplates.lua"]:64: in function <Interface/SharedXML/SecureUIPanelTemplates.lua:63>
[string "=[C]"]: in function `SetValue'
[string "@Interface/SharedXML/SharedUIPanelTemplates.lua"]:216: in function <Interface/SharedXML/SharedUIPanelTemplates.lua:210>

Locals: self = FloFlyoutConfigDialogPopupScrollFrame {
ScrollBar = FloFlyoutConfigDialogPopupScrollFrameScrollBar {
}
offset = 0
ScrollChildFrame = FloFlyoutConfigDialogPopupScrollFrameScrollChildFrame {
}
0 =
}
value = 71.999992
itemHeight = nil
updateFunction = defined @Interface/AddOns/FloFlyout/FloFlyout.lua:1308
scrollbar = FloFlyoutConfigDialogPopupScrollFrameScrollBar {
0 =
ThumbTexture = FloFlyoutConfigDialogPopupScrollFrameScrollBarThumbTexture {
}
ScrollUpButton = FloFlyoutConfigDialogPopupScrollFrameScrollBarScrollUpButton {
}
ScrollDownButton = FloFlyoutConfigDialogPopupScrollFrameScrollBarScrollDownButton {
}
}
(*temporary) = defined =[C]:-1
(*temporary) = FloFlyoutConfigDialogPopupScrollFrameScrollBar {
0 =
ThumbTexture = FloFlyoutConfigDialogPopupScrollFrameScrollBarThumbTexture {
}
ScrollUpButton = FloFlyoutConfigDialogPopupScrollFrameScrollBarScrollUpButton {
}
ScrollDownButton = FloFlyoutConfigDialogPopupScrollFrameScrollBarScrollDownButton {
}
}
(*temporary) = 71.999992
(*temporary) = "attempt to perform arithmetic on local 'itemHeight' (a nil value)"

ScottIngram added a commit to ScottIngram/FloFlyout that referenced this issue Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant