Closed
Bug 247487
Opened 21 years ago
Closed 21 years ago
A hover which changes margin lets the textarea grow inside a table
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
References
Details
Attachments
(1 file)
|
489 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040613 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040613 Firefox/0.8.0+
See upcoming testcase.
It only happens in Standards compliance mode.
Hovering over the span with the text "hover me and see table grow" causes the
textarea and the surrounding table to grow to the right.
This is the css of the span:
span:hover { margin-top: 1px;}
This was orinally reported here:
http://forums.mozillazine.org/viewtopic.php?t=87004&sid=5c0a57078b1075a86dd0c05a06597e55
Many thanks to Arkkimaagi.
Reproducible: Always
Steps to Reproduce:
1. See testcase
2. hover over "hover me and see table grow"
3.
Actual Results:
Textarea grows
Expected Results:
Textarea should stay equal size
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 3•21 years ago
|
||
This bug, bug 250345 and bug 252350 seem all fixed when backing out the patch
for bug 232754, see also bug 252350, comment 7.
| Reporter | ||
Comment 4•21 years ago
|
||
I can't see the bug anymore in today's build:
Mozilla/5.0 (Windows; U; Windows NT 5.1; @AB_CD@; rv:1.8a4) Gecko/20040924
Firefox/0.9.1+
I can see the bug in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040829
Firefox/0.9.1+
But I can't see it anymore in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040901
Firefox/0.9.1+
Maybe this bug has been fixed by fixing bug 246999 (but I have no idea).
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•