Fix the revision selector on IE 9/10/11.

Review Request #6230 — Created Aug. 14, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
3b359dd...

Reviewers

The code for the revision selector used a property for the page scroll
offset that wasn't standard across all browsers. That property is just
an alias for the actual standard property, pageXOffset. Switching to
this fixes the revision slider on IE.

Tested in IE 9, 10 and 11 compatibility modes, using IE11. I was able to
change the slider however I liked, and the page updated.

Tested in Chrome and Firefox.

    Loading...