Closed
Bug 235692
Opened 21 years ago
Closed 18 years ago
{inc}Hovering a div causes re-shuffling of following page elements
Categories
(Core :: Layout: Floats, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: lukas.masek, Unassigned)
Details
(Keywords: css1, qawanted, testcase)
Attachments
(3 files, 1 obsolete file)
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630
Hovering a div, which has got no border and gets one on hover, followed by
exactly one heading, one floating element or an image and a list, causes
re-shuffling of elements on page and breaks the layout. It happens in Mozilla
1.4 as well as in Firebird 0.7. I'll add a testcase page...
Reproducible: Always
Steps to Reproduce:
Use the testcase.
1. Hover the red text in div
2. Watch the following elements
Actual Results:
The layout of elements is broken
Expected Results:
Keep the layout of elements intact
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Attachment #142330 -
Attachment is obsolete: true
Reporter | ||
Comment 2•21 years ago
|
||
Better testcase with an ugly quick hack/workaround
![]() |
||
Comment 3•21 years ago
|
||
Would be good to have an absolutely minimal testcase.
Assignee: general → nobody
Component: Browser-General → Layout: Floats
Keywords: qawanted
QA Contact: general → core.layout.floats
Summary: Hovering a div causes re-shuffling of following page elements → {inc}Hovering a div causes re-shuffling of following page elements
Reporter | ||
Comment 4•21 years ago
|
||
Is this absolutely minimal ? When you'll try to have something even more
minimal, you'll not understand what's exactly happening in the viewport...
Comment 5•21 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:) Gecko/20040226
I minimized the original testcase, and made the list of items longer.
Items 1 through 6 are to the right of the image, item 7 and 8 below.
On hovering over the div, Item 1 goes left, and Item 7 goes right.
I can put a <br> or another heading between the heading and the div and still
see this bug, but I can´t see the bug if I put a <br> or a letter between the
heading and the image.
Reporter | ||
Comment 6•21 years ago
|
||
Yes, it's the same I've described in the "Testcase for 'Hover Div and Watch the
List' Mozilla bug".
About the fact that the list wraps under the image when it's longer - that's
correct and expected behaviour.
I also tried to put an empty span (<span></span>) between the heading
and the image/list as a quick workaround, but it didn't prevented the bug. It
seems only visible element or a text can prevent this.
Keywords: css1
OS: Linux → All
Comment 7•21 years ago
|
||
Confirm, Mozilla 1.6...
OS: Win XP Pro.
Installed Extensions (names may be incorrect):
Calendar
IE Scroll (Allows middle mouse clicking to scroll as in IE)
IE View (allow right click -> View in IE)
Listing Extensions helps.
I'm not attempting "Confirming Bug" As OS is listed as all. Can't test in Mac
or Unix/Linux
Comment 8•21 years ago
|
||
Marking NEW.
Comment 9•20 years ago
|
||
I see this with 1.7.x, but not with trunk build 2005061808.
can anyone still reproduce this?
Comment 10•18 years ago
|
||
I see no change in the two testcase's behaviours between:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch)
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
Comment 11•18 years ago
|
||
resolving WFM
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•