Bug 95782
Summary: | :hover style applied after reload for elements in the top-left corner | ||
---|---|---|---|
Product: | WebKit | Reporter: | marcus |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | bfulgham |
Priority: | P2 | Keywords: | DoNotImportToRadar |
Version: | 525.x (Safari 3.2) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://essenmitsosse.de/webkit-bug |
marcus
It happens to elements which are in the top-left corner of the page, either because the body doesn’t have a margin and it is the first element on the page, or they are fixed.
When there is a hover-effect on this element, the effect appears, even when you are not over it with the mouse, when you either:
-reload the page while scrolled down and don’t move the cursor
-reload the page and than scroll down, while not moving the cursor
The hover-effect disappears as soon as you move the cursor. moving the element even 1px away from the top, also makes the effect go away.
you can see the problem here:
http://essenmitsosse.de/webkit-bug
I am using Mac OS X 10.8.1
Chrome Version 21.0.1180.89
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
marcus
Looks like the problem only appears in Chrome, so I am not sure if it is Chrome or Webkit related.