Closed
Bug 201437
Opened 22 years ago
Closed 21 years ago
Crashes when changing the rows and overflow of a textarea with a font-face
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: lance_rushing, Unassigned)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
1.68 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Crash's when a textarea rows attribute change in JS when the new value matches
another textarea's rows, and changing the overflow of the textarea at the same
time when that textarea has a font-family style specified.
See example url for more explanation with a sample.
Reproducible: Always
Steps to Reproduce:
1. have a page with at least 2 textareas (a & b)
2. Textarea a has a style="font-family:xxx"
3. change a's rows and overflow values
4. when a's new rows = b's rows then browser crashes
Actual Results:
Application Crash
Expected Results:
Just resize the textarea.
Computer is really standard Dell Win 2k, nothing fancy.
Appears similar to bugs 45147, 42492, 33654.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Updated•22 years ago
|
Attachment #120040 -
Attachment description: HTML doc → Crash Example
Comment 2•21 years ago
|
||
The attached testcase works for me on Win2k.
Lance, can you try if you still see this crash with a current Mozilla version?
Keywords: crash
Reporter | ||
Comment 3•21 years ago
|
||
Looks like it is fixed.
Just tested it with Mozilla 1.5 ( Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.5) Gecko/20031007 )
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•