Closed Bug 627203 Opened 13 years ago Closed 13 years ago

floating div inside an anchor with "display:block;" and css hover doesnt show always right

Categories

(Core :: DOM: HTML Parser, defect)

1.9.2 Branch
x86
Windows Vista
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 324875

People

(Reporter: esunay, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

http://img402.imageshack.us/i/ykle.jpg/

you'll see this is a mini rss space on my site. a few rss news are showing here. i ve checked, and the answer from the server is always same and ie doesnt mess with here.

but sometimes (i have captured) it shows one more div or gives link-like hover effect to rss feed dates! but there is none.

Reproducible: Sometimes

Steps to Reproduce:
1.open the web site
2.look the news section
3.you'll see broken divs if you re lucky
Actual Results:  
sometimes (like 1/10) it is broken

Expected Results:  
http://img263.imageshack.us/i/ykle2r.jpg/
this is what i expected to see. when i see this problem, im using ctrl+f5 then it is normal. every feed item should have hover effect but not the div inside alone. and firefox must not show extra empty divs between feed items. in source code, everything is so but ff keeps giving hover effect to some inside div(not all feed items).

to understand fast:
<a href="some address" class="feeditem">
    <div style="float:right">some date</div>
    some information
</a>

css:
.feeditem{display:block; and some css}
.feeditem:hover{some hover effect}
Version: unspecified → 3.6 Branch
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → style-system
Version: 3.6 Branch → 1.9.2 Branch
Fixed by the HTML5 parser.
Component: Style System (CSS) → HTML: Parser
QA Contact: style-system → parser
Whiteboard: DUPEME
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.