Closed Bug 31435 Opened 25 years ago Closed 25 years ago

Image duplication on mouse-over

Categories

(Core :: Layout, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 28553

People

(Reporter: prototype, Assigned: troy)

Details

On M15 nightly build number 2000030909 for Linux I have found a bug that causes a linked inline image to be duplicated when the mouse passes over it. I have verified that this problem can be reproduced even after closing and reopening the browser. The code for the page that produces this bug follows: <HTML> <BODY> <FONT color="#000000"> <update> <TABLE> </TABLE> <A href=""><IMG src="http://images.slashdot.org/topics/topiclinux.gif"></A> </BODY> </HTML> that used to be slashdot.org before I simplified it ;-). that's where I first noticed the bug today. I think the desired results are obvious - we don't want parts of the page being duplicated. I have not tested this bug under any system other than Linux 2.2.12 w/RedHat 6.0. Your latest M15s are just about completely dogfood for me here on my K6-2 333 w/32 MB btw, so congrats and keep up the good work!
I'm pretty sure this is athe same problem as bug 28553. This is the problem where block-level elements inside of an inline-level element cause us to not be able to find the frame and so the style system recreates the frame. Hence two frames *** This bug has been marked as a duplicate of 28553 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
This bug needs to be reopened, as per buster@netscape.com's comments at bug 28553 indicate. I just tried this on the latest build, and the image duplication is still occurring (Build 2000031609).
Marking verified dup of 28553.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.