Closed
Bug 26382
Opened 25 years ago
Closed 24 years ago
entering text in form element results in 2 event sequences
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: rubydoo123, Assigned: Brade)
Details
1. bring a page with form elements into composer
2. enter text within the form element
3. both the input widget and the editor see the event
we should stop processing the form element and not allow the editor to see the
event. Currently, typing in the form element within the composer is how the
default text is inserted.
Assignee | ||
Comment 2•25 years ago
|
||
I saw this on Mac so changing platform/OS to all.
Status: NEW → ASSIGNED
OS: Windows 98 → All
Hardware: PC → All
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 25161 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•25 years ago
|
||
reopening bug... this bug may sound like it has to do with form elements in the
editor but it's actually a general event handling issue. I put the steps above
in so that QA could verify once the issue has been resolved.
Status: VERIFIED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M16
Comment 7•25 years ago
|
||
Ender-lite should fix this, no?
Assignee | ||
Comment 8•24 years ago
|
||
this is now fixed; the editor is now calling PreventDefault() which is the proper
way to flag events as handled (rather than returning an error code).
Status: REOPENED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•