Open
Bug 1179676
Opened 9 years ago
Updated 2 years ago
ContentEventHandler should include <input type="text"> and <textarea> values into its flat-text-content
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug)
Details
If ContentEventHandler's target includes <input type="text"> or <textarea>, they should be included for dictionary service of Mac OS X.
Comment 1•9 years ago
|
||
Use nsFindContentIterator instead of nsContentIterator may help. Probably we could find a way to merge them.
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Xidorn Quan [:xidorn] (UTC+12) from comment #1)
> Use nsFindContentIterator instead of nsContentIterator may help. Probably we
> could find a way to merge them.
Oh, thanks. But we may need some hack for creating nsRange.
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Reporter | ||
Comment 3•4 years ago
|
||
Resetting assignee which I don't work on in this several months.
Assignee: masayuki → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•