Home | History | Annotate | Download | only in WebCore

Lines Matching full:hover

5695         Fixes <http://bugs.webkit.org/show_bug.cgi?id=3359> Crash on hover with certain styles on the text applied
5786 REGRESSION: Elements act as if in :hover meta-class during page load although they aren't
7310 (3) :active and :hover have been substantially reworked.
7311 (a) If you mouse down on a selectable region, then the behavior is unchanged. :hover/:active is completely frozen, and they aren't updated at all.
7312 (b) If you mouse down on a non-selectable region and start moving, then the behavior has changed. Instead of not updating at all, we mark the chain at the time the mouse goes down, and we restrict :hover/:active updates to only apply to elements that are in that chain. This yields perfect hover/active control behavior, even when :active has been applied hierarchically.
7313 (c) :hover has moved onto the node and is no longer on the renderobject (allowing them to be consistent).
28915 This also fixes 3106907, link hover color only partially set on rollover and the more general architecture bug
41736 A new CSS pseudo-class ".drag" is added. Analogous to the "hover" class,
58038 flag in prepareMoveEvent to prevent us from updating :hover and :active while the mouse is down.
58098 (2) Added a != check when the old and new hover obj are the same to avoid a little bit of extra work.