Closed Bug 236628 Opened 21 years ago Closed 20 years ago

ESC key clears form INPUT boxes prior to onkeydown or onkeypress trapping events.

Categories

(Core :: DOM: Editor, defect, P3)

1.0 Branch
defect

Tracking

()

RESOLVED EXPIRED

People

(Reporter: zoob, Assigned: aaronlev)

References

()

Details

(Keywords: access)

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 Firefox will clear the form's INPUT box before giving control over to the keytrapping event (such as document.onkeydown) when pressing ESC twice. If I build a onkeydown event to capture and nullify any ESC keypresses, Firefox STILL clears the input box, and THEN passes control over to the javascript event routine - basically defeating my ESC keytrapper to prevent clearing. Reproducible: Always Steps to Reproduce: 1.Create an INPUT TYPE=TEXT form element. 2.Build a document.onkeydown event that captures and kills any ESC (ascii 27) keypresses. 3.type text in input box, press ESC twice - it gets cleared anyhow. Actual Results: Clears the INPUT box. Expected Results: Done nothing. Any accessibility "feature" should be cancellable by my events. The event handler should have topmost priority over any enhancement to the browser.
Assignee: firefox → aaronleventhal
Component: General → Accessibility
QA Contact: bugzilla
Priority: -- → P3
Component: Disability Access → Editor
Keywords: access
Product: Firefox → Core
Version: unspecified → 1.0 Branch
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.