Bug 14341 - rules="none" ignored in certain cases
Summary: rules="none" ignored in certain cases
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.gtalbot.org/BrowserBugsSec...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 13:28 PDT by Gérard Talbot
Modified: 2008-03-21 09:15 PDT (History)
2 users (show)

See Also:


Attachments
Respect rules="none" (120.10 KB, patch)
2007-06-23 14:53 PDT, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gérard Talbot 2007-06-23 13:28:39 PDT
Steps to reproduce: Load provided URL

Actual results in Safari 3.0.2 build 522.13.1: 
all 4 tables have, display a border between the 1st cell and the 2nd cell

Expected results:
all 4 tables should have, should display no border between the 1st cell and the 2nd cell

I searched for a duplicate and did not find one.

MSIE 7 and Firefox 2.0.0.4 get expected results.
Comment 1 mitz 2007-06-23 14:53:59 PDT
Created attachment 15202 [details]
Respect rules="none"

tables/mozilla_expected_failures/core/table_rules.html remains failing due to incorrect handling of colgroups with <col> children (different from bug 13793).
Comment 2 Maciej Stachowiak 2007-06-24 18:31:04 PDT
Comment on attachment 15202 [details]
Respect rules="none"

r=me
Comment 3 Mark Rowe (bdash) 2007-06-25 03:24:17 PDT
Landed in r23759.
Comment 4 mitz 2007-06-26 01:28:17 PDT
(In reply to comment #1)
> Created an attachment (id=15202) [edit]
> tables/mozilla_expected_failures/core/table_rules.html remains failing due to
> incorrect handling of colgroups with <col> children (different from bug 13793).

Bug 14406.
Comment 5 Gérard Talbot 2007-08-03 23:07:19 PDT
Hello Mark, (Mitz?) and Maciej,

I tried the testcase with Safari 3.0.3 build 522.15.5 and I still get the actual results, not the expected results. Was the bug fixed? Just asking..
Comment 6 mitz 2007-08-04 01:00:57 PDT
(In reply to comment #5)
> Hello Mark, (Mitz?) and Maciej,
> 
> I tried the testcase with Safari 3.0.3 build 522.15.5 and I still get the
> actual results, not the expected results. Was the bug fixed? Just asking..

The bug is fixed in the latest nightly builds, but not in Safari 3 betas. You can download a nightly build from <http://nightly.webkit.org> and verify.
Comment 7 Gérard Talbot 2008-03-21 09:15:45 PDT
Fixed in Safari 3.1 build 525.13.0

Marking as VERIFIED