Closed Bug 149295 Opened 22 years ago Closed 22 years ago

internal borders do not disappear in some circumstances

Categories

(Core :: XBL, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 53007

People

(Reporter: brant, Assigned: hyatt)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0+)
Gecko/20020604
BuildID:    2002060408

According to this test case, internal borders should disappear on mouseout.  In
some cases, the borders do not disappear.

Reproducible: Always
Steps to Reproduce:
1. Load http://www.mozilla.org/projects/xbl/test2/test.html.
2. Mouseover the div.
3. Mouseout by moving the cursor up or right.

Actual Results:  The internal divs do not disappear.

Expected Results:  The internal divs should disappear.

Mouseout up or left works fine.

Syntax from page source is:
<div>I am the content of the div. Double secret anonymous divs will be created 
in between me and my parent through a dynamic binding change. Mouse over me and 
see! When you mouse out again, my inner borders will disappear. </div>

<style>
DIV {
	BORDER-RIGHT: red 2px solid; 
	BORDER-TOP: red 2px solid; 
	BORDER-LEFT: red 2px solid; 
	BORDER-BOTTOM: red 2px solid; 
	-moz-binding: url(test.xml#rollover)
}

div[rollover] {
	BORDER-RIGHT: red 2px solid; 
	BORDER-TOP: red 2px solid; 
	BORDER-LEFT: red 2px solid; 
	BORDER-BOTTOM: red 2px solid; 
	LETTER-SPACING: 2px; 
	-moz-binding: url(test.xml#divs)
}
</STYLE>
query for 'test2' in URL field ... Oh. Look.

*** This bug has been marked as a duplicate of 53007 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.