Closed
Bug 750060
Opened 13 years ago
Closed 13 years ago
addEventListener type "scroll" to container of html <object> causes page to malfunction when container is scrolled
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: colin.nolan, Unassigned)
Details
Attachments
(1 file)
|
798 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120312181643
Steps to reproduce:
- Created <div> containing text and <object> where the content overflow is set to scroll.
- Using javascript, added scroll event listener to the <div>.
Example page: http://codetesting.info/firefox/example.html
Example result: http://codetesting.info/firefox/example.png
Actual results:
Page malfunctions when <div> is scrolled.
Expected results:
JavaScript listener function should be executed.
Page should not malfunction!
Updated•13 years ago
|
Attachment #619391 -
Attachment mime type: text/plain → text/html
Seems to have been fixed and now works as expected when tested with FF 13.0.1.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•