Closed
Bug 19607
Opened 26 years ago
Closed 26 years ago
[dogfood][CRASHER]Crash when clicking on (Browse...) in file upload form element
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kmcclusk, Assigned: rods)
References
Details
(Whiteboard: [PDT-])
Go to any file with a file upload form element.
Click on the (Browse...) button.
It crashes because mTextFrame is null.
Comment 3•26 years ago
|
||
Bug 20010 shows the stack trace.
Any ETA on fixing this? It would be nice to be able to put the viewer tests up
as tinderbox leak tests, but this bug is preventing it.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•26 years ago
|
||
it looked for "text" when finding the text frame and it was getting back "Text"
show I changed it to always check against uppercase - fixed.
ckritzer, I wasn't able to reproduce this using the 1999121508 build on Linux.
You might want to try on Mac OS and Win32 and then verify it as fixed.
http://schist/forms/input_file.html is a simple test case.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Marking VERIFIED FIXED on:
- Linux6 1999121516 mozilla
- Win98 1999121516 mozilla
- MacOS86 1999121508 commercial
You need to log in
before you can comment on or make changes to this bug.
Description
•