[Webkit-unassigned] [Bug 74976] Element still flowed below parent after changing from block to inline-block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 13:59:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=74976





--- Comment #10 from Eric Seidel <eric at webkit.org>  2012-05-07 13:59:47 PST ---
This line of Node::styleDiff:

    if (display1 != display2 || fl1 != fl2 || colSpan1 != colSpan2 
        || (specifiesColumns1 != specifiesColumns2 && doc->settings()->regionBasedColumnsEnabled())
        || (s1 && s2 && !s1->contentDataEquivalent(s2)))
        ch = Detach;

Should cause the node to re-attach after the hover change.

It's posible that the <b> is not getting marked for recalc as it's exiting the hover state immediately since its moving itself?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list