[Webkit-unassigned] [Bug 18092] table's text aligned on top instead of center because of rowspan

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 05:58:14 PDT 2013


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





--- Comment #6 from Suchit Agrawal <a.suchit at samsung.com>  2013-04-18 05:56:32 PST ---
(In reply to comment #5)
> Created an attachment (id=198726)
 --> (https://bugs.webkit.org/attachment.cgi?id=198726&action=review) [details]
> Patch
> 

Rowspan height is not applied to last row when rowspan is more than 'rows remains below rowspan cell + 1'.

If row contains row span cell and it is last row of the table then rowspan height applied to last row of the table.

If row contains rowspan cell than it checks that is there any valid row present below this row, if not then rowapn height applied to this row.

Result of test cases are matching with IE and mozilla except some test cases (present in fast/table/Rowspan-value-more-than-number-of-rows-present.html) are not matching with mozilla but as per rowspan property, mozilla is not displaying proper in these cases.

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