Closed Bug 121564 Opened 23 years ago Closed 23 years ago

Crash if clicking down arrow in text field followed by an image input both use CSS position

Categories

(Core :: Layout: Form Controls, defect)

x86
Windows NT
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: gmelamed, Assigned: rods)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID:    20011019

In the 
page 'http://www.geocities.com/SiliconValley/Circuit/3329/bugs/netscape_crash.ht
ml' there are 2 input fields - text and image. Both use CSS absolute position 
attribute. If you enter the text field and click on the right (or down) arrow 
key, Netscape crashes.


Reproducible: Always
Steps to Reproduce:
1. Enter the given URL.
2. Enter the text field.
3. Click the arrow down key.

Actual Results:  Netscape crash

Try the following HTML (where 'mygif.gif' exists):
<html>
   <body>
	<input type="text" style="position: absolute; left: 200; top: 10; 
width: 50; height: 20; " />
	<input type="image" src="mygif.gif" style="position: absolute; top: 10; 
left: 255; "/>
   </body>
</html>
WorksForMe   Build: 2002021203  OS:WinNT
Works for me, Windows XP build 2002021303.
WorksForMe   Build: 2002022503  OS:Win98se
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
QA Contact: madhur → tpreston
You need to log in before you can comment on or make changes to this bug.