Closed
Bug 195249
Opened 22 years ago
Closed 11 years ago
table cell expansion caused by image resize not undoable and does not shrink back if image size is reduced
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.5beta
People
(Reporter: barrowma, Assigned: glazou)
References
()
Details
(Keywords: topembed+)
If you stretch an image inside a table cell, the table cell will expand to
accomodate the larger image. However, if you undo, the table cell remains at
its larger size. Also, if you stretch the image smaller, the table cell does not
collapse to its original size.
The main story image on http://cnn.com exhibits this bug.
Updated•22 years ago
|
Target Milestone: --- → mozilla1.5beta
Comment 2•22 years ago
|
||
cc'ing Daniel FYI
Comment 3•22 years ago
|
||
Beth: Could you take a look at trunk build and see if it still a broken.
Comment 4•22 years ago
|
||
I tested this using the trunk build from 2003052808 on winXP
Inserted a default table (2x2, border=1, width="")
If the table width is set to null, the table cell boundaries snap to the content
as expected.
Inserted a default table (2x2, border=1, width="100%")
If the table width is set to 100%, the table cell boundaries do not snap back to
the default 50% setting.
Inserted a default table (2x2, border=1, width="100%"), column 1: width="30%",
column 2: width="70%"
If the column widths are set to specific values, the table cell boundaries snap
back to the defined width
Comment 5•21 years ago
|
||
Maybe related to bug 148621?
Updated•18 years ago
|
QA Contact: rubydoo123 → editor
Comment 6•11 years ago
|
||
Works for me with Nightly build (I'm doing some cleanup on old qawanted bugs...)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•