[Webkit-unassigned] [Bug 24413] border of <td> not displayed when border-color and border-style are used in CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 13:05:21 PDT 2012


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


Mustafizur Rahaman( :rahaman) <mrahaman at innominds.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134257|0                           |1
        is obsolete|                            |




--- Comment #18 from Mustafizur Rahaman( :rahaman) <mrahaman at innominds.com>  2012-03-28 13:05:20 PST ---
Created an attachment (id=134378)
 --> (https://bugs.webkit.org/attachment.cgi?id=134378&action=review)
Final Patch v2

Based on Kling's review comments, updated the patch. The problem is that in the existing code, the UnsetRules switch case is returning NoBorder. As NoBorder is a valid option for other cases like NoneRules, GroupsRules so could not modify the logic for UnsetRules.

Therefore, added a new case DefaultBorders for UnsetRules & added the necessary code there.

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