Closed Bug 375166 Opened 18 years ago Closed 18 years ago

pages can interfere with autoscroll

Categories

(SeaMonkey :: UI Design, defect)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: csthomas, Unassigned)

References

Details

(Keywords: helpwanted)

<body onmousedown="event.preventDefault(); event.stopPropagation();" onmouseup="event.preventDefault(); event.stopPropagation();" onclick="event.preventDefault(); event.stopPropagation();"> <div style="height: 2000px; background: green; border: 1px solid blue;">asdf</div> Neil pointed this out to me when I was working on the Firefox port of SeaMonkey's autoscroll. I figured out how to fix it for Firefox, but, ironically, how to fix SeaMonkey is not obvious to me. Maybe on trunk we can switch to my implementation in toolkit's browser.xml.
Note that it's only <body onmousedown="event.stopPropagation();"> that blocks autoscroll, the other event calls don't affect our autoscroll (although I have no idea whether they affect Firefox's current autoscroll implementation).
Isn't this fixed now that Seamonkey has switched to Toolkit?
Ah sorry, I guess this is blocked by bug 384575.
Fixed by bug 384575 (removal of the SeaMonkey implementation).
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: XP Apps: GUI Features → UI Design
You need to log in before you can comment on or make changes to this bug.