[haiku-bugs] Re: [Haiku] #17062: WebPositive rendering issues - borders rendering incorrectly

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Wed, 07 Jul 2021 22:51:54 -0000

#17062: WebPositive rendering issues - borders rendering incorrectly
---------------------------+------------------------
  Reporter:  kallisti5     |      Owner:  pulkomandy
      Type:  bug           |     Status:  new
  Priority:  high          |  Milestone:  R1/beta3
 Component:  Kits/Web Kit  |    Version:  R1/beta3
Resolution:                |   Keywords:
Blocked By:                |   Blocking:
  Platform:  All           |
---------------------------+------------------------
Changes (by kallisti5):

 * priority:  blocker => high

Comment:

 This may be a webkit bug and not a bug in our actual port.
 If you put two tables in a single HTML document like below... and swap
 dashed first vs solid first...

 **Renders improperly**
 {{{
 <html>
 <body style="background-color: #DDD">
 <table style="color: #111; width: 100%">
 <tr><td style="border: 1px #ff0000 solid;">Name</td><td>Place</td></tr>
 <tr><td>Tickle</td><td>Pickle</td></tr>
 </table>
 <table style="color: #111; width: 100%">
 <tr><td style="border: 1px #ff0000 dashed;">Name</td><td>Place</td></tr>
 <tr><td>Tickle</td><td>Pickle</td></tr>
 </table>
 </body>
 </html>
 }}}

 **Renders properly**
 {{{
 <html>
 <body style="background-color: #DDD">
 <table style="color: #111; width: 100%">
 <tr><td style="border: 1px #ff0000 dashed;">Name</td><td>Place</td></tr>
 <tr><td>Tickle</td><td>Pickle</td></tr>
 </table>
 <table style="color: #111; width: 100%">
 <tr><td style="border: 1px #ff0000 solid;">Name</td><td>Place</td></tr>
 <tr><td>Tickle</td><td>Pickle</td></tr>
 </table>
 </body>
 </html>
 }}}

 That makes me think this is a webkit master regression over an issue on
 our end.
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/17062#comment:7>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: