This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
When changing settings on a config page, usually towards the bottom, the page jumps back up some, hiding the setting you just changed, and you have to keep scrolling back down.
I noticed this about a month ago, but not exactly sure when it started.
It does it on longer pages that scroll, such as Fortress and SexyMap. Scroll to the bottom, change a setting, and it jumps back up part way.
I also noticed this with a scroll frame I was using from AceGUI. I didn't do a whole lot of testing with it, but iirc status.scrollValue is used to determine the position of the scroller. If you instead make sure that status.offset is the same before and after the reload (instead of status.scrollValue) then the scroller will stay in the exact same spot.
Hope this helps.
To post a comment, please login or register a new account.