WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 141967
149948
[EFL][GTK] Dashed|Dotted lines aren't drawn in table correctly
https://bugs.webkit.org/show_bug.cgi?id=149948
Summary
[EFL][GTK] Dashed|Dotted lines aren't drawn in table correctly
Gyuyoung Kim
Reported
2015-10-09 00:59:06 PDT
As a bug title, MiniBrowser on EFL and GTK doesn't draw dashed|dotted border line correctly. Attached images show this problem. <!DOCTYPE html> <html> <head> <style> table, th, td { border: 5px dashed black; } </style> </head> <body> <table> <tr> <th>Firstname</th> <th>Lastname</th> </tr> <tr> <td>Peter</td> <td>Griffin</td> </tr> <tr> <td>Lois</td> <td>Griffin</td> </tr> </table> </body> </html>
Attachments
WebKit-EFL MiniBrowser
(63.57 KB, image/png)
2015-10-09 01:02 PDT
,
Gyuyoung Kim
no flags
Details
WebKit-GTK MiniBrowser
(60.41 KB, image/png)
2015-10-09 01:02 PDT
,
Gyuyoung Kim
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2015-10-09 01:02:06 PDT
Created
attachment 262755
[details]
WebKit-EFL MiniBrowser
Gyuyoung Kim
Comment 2
2015-10-09 01:02:45 PDT
Created
attachment 262756
[details]
WebKit-GTK MiniBrowser
Hunseop Jeong
Comment 3
2015-10-11 18:45:07 PDT
It seem a similar bug(
https://bugs.webkit.org/show_bug.cgi?id=141967
). Sorry. I didn't care a bug for months. I will retry to land a patch.
Gyuyoung Kim
Comment 4
2015-10-13 23:16:47 PDT
*** This bug has been marked as a duplicate of
bug 141967
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug