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)
Tracking
()
VERIFIED
FIXED
M4
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
This bug is on M3 milestone which has passed. Putting on Blank milestone to be
reassigned to a current or future milestone.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Assignee | ||
Comment 3•26 years ago
|
||
Working on additional tabbing improvements that will hopefully make this go
away. Targetting for M5.
Updated•26 years ago
|
Target Milestone: M5 → M4
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
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.
Verified fix for crash on 0421 build. The bug reported for events not working on
the file object is bug 4033.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•