Menu
» Home



Stats
Files: 1
Downloads: 21,835
Favorites: 68

New & Updated


Riftui

 
View Bug Report
Error displayed when setting up new layout
Bug #: 37
File: Click Box Healer
Date: 11-03-12 04:03 PM
By: BgRva
Status: Unconfirmed
This popped up in the error dialog when I was setting up a new layout:


Error: Incorrect function usage.
Parameters: (userdata: ), 28
Parameter types: userdata, number
Function documentation:
Changes the current position of the slider.
RiftSlider:SetPosition(position) -- number
Parameters:
position: The new position of this slider. Must be within the current range.
In ClickBoxHealer / ClickBoxHealer.ColorListItemBG6:LeftClick
stack traceback:
[C]: in function 'SetPosition'
LibSimpleWidgets/slider.lua:58: in function 'SetPosition'
ClickBoxHealer/config/optionWindow2Frames.lua:58: in function 'ItemSelect'
LibSimpleWidgets/list.lua:316: in function 'SetSelectedIndex'
LibSimpleWidgets/list.lua:36: in function 'ItemClick'
LibSimpleWidgets/list.lua:91: in function <LibSimpleWidgets/list.lua:91>

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: niemassacre - 11-05-12 06:59 PM
This resembles some other floating point math bugs I've seen in the addon. I went ahead and changed up this line, as well as every other instance of this sort of math being done in the code that I could find. Hopefully these will (finally) all be resolved in the next patch (1.5).

Thank you for reporting it!