Closed
Bug 158296
Opened 23 years ago
Closed 18 years ago
textarea in td does not resize when height of adjacent td is altered
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: me, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020718
BuildID: 2002071813
1) see the attachment i created.
- the main layout is done through a 2 column table (blue border), the left col
only contains the textarea, the right some divs.
- two grey divs are curently visible, 3 more have been hidden onload via
javascript by setting their .style.display to 'none'.
- the + and - symbols will show / hide more or less div elements. works nicely.
- but the textarea in the left column (which is specified height:100%) does only
resize one time to the new table height. on the 2nd and nth click it doesnt
change anymore.
- you can get it to update it's size if you resize the window horizontally.
Reproducible: Always
Steps to Reproduce:
1. click the [+] symbol in attachment twice
OR
1. click the [+] symbol in attachment once
2. click the [-] symbol once
Actual Results: textarea only resized on first click and then keeps whatever
height it has taken.
Expected Results: textarea should adapt to current table height
| Reporter | ||
Comment 1•23 years ago
|
||
a more complex example showing the same bug:
http://phillipoertel.com/mozilla/reflow
| Reporter | ||
Comment 2•23 years ago
|
||
maybe i should add that Mozilla 1.0 also shows the bug.
worse, it doesn't even resize the textarea once.
Comment 3•23 years ago
|
||
Confirmed on WinXP trunk build 2002071608.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•23 years ago
|
||
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 7•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 8•18 years ago
|
||
Works fine on trunk.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•