Open
Bug 347357
Opened 19 years ago
Updated 5 years ago
<editor> does not propagate scroll events
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: awuest, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
When attaching a scroll event to an <editor>
editorElem.contentWindow.addEventListener("scroll", onScrollEventHandler, true);
the handler is never called.
Reproducible: Always
Steps to Reproduce:
1. Create an <editor>
2. Add event listener
3. Scroll by whatever means
Actual Results:
The scroll event handler is not called.
Expected Results:
The scroll event handler should get called.
Reporter | ||
Comment 1•19 years ago
|
||
This on Firefox 1.5.0.6, branch and trunk.
Updated•19 years ago
|
Summary: <editor> does not propagat scroll events → <editor> does not propagate scroll events
Updated•18 years ago
|
QA Contact: editor
Comment 2•14 years ago
|
||
Frankie, can you reproduce?
Andreas writes "I don't have access to a Mac OS X machine anymore."
I don't know what an <editor> is.
Google gives all sorts of pages about editors that run inside Firefox, but nothing about an editor tag/object/whatever it is.
Comment 4•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•