View Bug Report
Configur Scroll Area error
Bug #: 6859
File: MikScrollingBattleText
Date: 10-16-10 12:01 PM
By: whystle
Status: Fixed
When attempting to move scroll areas the following error is generated. Subsequently, saving the newly repositioned scroll areas does not work. No other addons active at the time other than MSBT and !swatter.


Date: 2010-10-16 13:47:43
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\MSBTOptions\MSBTOptionsPopups.lua line 1452:
attempt to index global 'this' (a nil value)
Debug:
[C]: ?
MSBTOptions\MSBTOptionsPopups.lua:1452:
MSBTOptions\MSBTOptionsPopups.lua:1449
MSBTOptions\MSBTOptionsPopups.lua:1484:
MSBTOptions\MSBTOptionsPopups.lua:1482
AddOns:
Swatter, v5.9.4938 (WhackyWallaby)
MikScrollingBattleText, v5.5.79
MSBTOptions, v
BlizRuntimeLib_enUS v4.0.1.40000 <us>
(ck=80)

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Dridzt - 10-16-10 12:58 PM
Instead of opening a new ticket, reposting from comment section:
Little bug if you try to configure the scroll areas.

Fix:
Code:
local function SaveScrollAreaMoverCoordinates(frame)
 -- Get the UIParent center x and y coords.
 local uiParentX, uiParentY = UIParent:GetCenter()
 local xOffset = math.ceil(frame:GetLeft() - uiParentX)
 local yOffset = math.ceil(frame:GetBottom() - uiParentY)
MSBTOptionsPopups.lua: lines 1449 to 1453
By: Mikord - 10-17-10 05:16 PM
This is fixed in version 5.5.83.