Closed
Bug 214015
Opened 22 years ago
Closed 11 years ago
daringfireball.net - mouse scrolling stops when it reaches an embedded object
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: pascalc, Unassigned)
References
()
Details
(Whiteboard: DUPEME)
build 2003072204 winXP
+ NS7.1
1 go to http://daringfireball.net/
2 place your mouse on the page and scroll down with the mouse wheel (the mouse
pointer must be on the way of the advertising panel placed between posts
actual result, when the pointer reached the embedded ad, the mouse wheel stops
working
expected result : page scroll like in IE
the add is included in the page with this code :
<!-- ads could go here -->
<div class='adsense'>
<script type="text/javascript">
<!--
google_ad_client = 'pub-2952591000594867';
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = '468x60_as';
// -->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
Updated•22 years ago
|
Whiteboard: DUPEME
Comment 1•22 years ago
|
||
WFM on WinXP Moz 2003072813
Updated•16 years ago
|
Assignee: saari → nobody
QA Contact: desale → events
| Reporter | ||
Comment 2•11 years ago
|
||
Website has changes we can't reproduce today, marking INCOMPLETE
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•