Opened 3 years ago

Last modified 3 years ago

#17062 closed bug

WebPositive rendering issues - borders rendering incorrectly — at Version 3

Reported by: kallisti5 Owned by: pulkomandy
Priority: high Milestone: R1/beta3
Component: Kits/Web Kit Version: R1/beta3
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by kallisti5)

Here's a good test candidate of the rendering issues in WebKit after haikuwebkit 1.8.1.

Compare:

  • Otter Browser
  • WebPositive

Test site:

Notable issues:

  • Table borders black line instead of white

Reproduction:

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

Change History (3)

comment:1 by kallisti5, 3 years ago

Description: modified (diff)

comment:2 by kallisti5, 3 years ago

Component: Applications/WebPositiveKits/Web Kit

comment:3 by kallisti5, 3 years ago

Description: modified (diff)
Summary: WebPositive rendering issuesWebPositive rendering issues - borders rendering incorrectly
Note: See TracTickets for help on using tickets.