Closed
Bug 375166
Opened 18 years ago
Closed 18 years ago
pages can interfere with autoscroll
Categories
(SeaMonkey :: UI Design, defect)
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.
Comment 1•18 years ago
|
||
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).
Comment 2•18 years ago
|
||
Isn't this fixed now that Seamonkey has switched to Toolkit?
Comment 3•18 years ago
|
||
Ah sorry, I guess this is blocked by bug 384575.
Reporter | ||
Comment 4•18 years ago
|
||
Fixed by bug 384575 (removal of the SeaMonkey implementation).
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•