Closed Bug 4001 Opened 26 years ago Closed 26 years ago

No focus when tabbing out/into file input and crashes

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P2)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: gerardok, Assigned: joki)

Details

Product: Seamonkey (apprunner) BuildId: Mar18 Platforms: Win98 and Win95 When the TAB key is used to navigate through form elements, the file type input doesn't get focus. If you keep using Tab or Shift-Tab to go to next or previous element, apprunner becomes unstable and eventually crashes. On WinNT, it doesn't crash but file input fields fail to get focus. There are less steps to reproduce it by using Shift-TAB. Steps to reproduce: 1. Create an HTML file with the following contents: <HTML> <HEAD> <TITLE>filetst</TITLE> </HEAD> <BODY> <FORM NAME="myform"> Foo:<INPUT TYPE="file"> </FORM> </BODY> </HTML> 2. Load the file in apprunner 3. Click on the file input field to give focus 4. Press Shift-TAB keys 12 times. At this point the app is very unstable and some artifacts, like the Navigation toolbar, display in the browser screen. 5. Press TAB, one or two times until the cursor shows in the URL Location field, then press Return. Expected results: The page from the Location field to be loaded again. Actual results: Invalid page fault in RAPTORWEB.DLL at 015f:00fb658c
Priority: P3 → P2
QA Contact: 3847 → 4015
Target Milestone: M3
Setting new bugs to M3, as requested.
Target Milestone: M3
This bug is on M3 milestone which has passed. Putting on Blank milestone to be reassigned to a current or future milestone.
Status: NEW → ASSIGNED
Target Milestone: M5
Working on additional tabbing improvements that will hopefully make this go away. Targetting for M5.
Target Milestone: M5 → M4
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I've fixed the crashing part of this bug. I already have another bug to deal with events not working on file input fields. Closing.
Status: RESOLVED → VERIFIED
Verified fix for crash on 0421 build. The bug reported for events not working on the file object is bug 4033.
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.