[Webkit-unassigned] [Bug 69296] REGRESSION (r95852?): Disappearing Border on bugs.webkit.org attachments <table>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 13:53:54 PDT 2011


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





--- Comment #6 from Konstantin Shcheglov <scheglov at google.com>  2011-10-04 13:53:54 PST ---
Created an attachment (id=109679)
 --> (https://bugs.webkit.org/attachment.cgi?id=109679&action=review)
Test case

Somehow having TD DIV DIV in one cell and :hover style in this TR triggers this problem.
Initially remembered cached border is:

border=0x7fb336afeb68 style=8 nonZero=1 width=1

When it is not displayed, I see:
border=0x7fb336afeb68 style=0 nonZero=0 width=379
border=0x7fb336afeb68 style=0 nonZero=0 width=3

I see between these variants strange changes in borders, here is only leftWidth.

RenderStyle::setBorderLeftWidth border=0x7fb336afea08 3 -> 0
RenderStyle::setBorderLeftWidth border=0x7fb336afea08 0 -> 1
RenderStyle::setBorderLeftWidth border=0x7fb336afe488 3 -> 0
RenderStyle::setBorderLeftWidth border=0x7fb336afe488 0 -> 1

-- 
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