What steps will reproduce the problem?
1. Make a page that is long so that scrolling is needed.
2. Make the page such that a bubble is opened while the page is scolled.
3. Click somewhere in the bubble with the mouse.
What is the expected output? What do you see instead?
The bubble should stay visible, but instead it vanishes, the
Ajax.WindownManager.onmouseDown event calls the cancelPopups.
What version of the product are you using? On what browser and what
operating system?
Irrelevant.
Please provide any additional information below.
The error is caused by line 125 of Ajax.dom.js where the event page
coordinates are gathered. IE sets document.body.scrollTop always to zero,
it should have been document.documentElement.scrollTop, then the bug is gone.
Original issue reported on code.google.com by m.d.na...@hetnet.nl on 18 Feb 2010 at 12:58
Original issue reported on code.google.com by
m.d.na...@hetnet.nl
on 18 Feb 2010 at 12:58