Opened 3 years ago
Last modified 3 years ago
#17062 closed bug
WebPositive rendering issues - borders rendering incorrectly — at Version 4
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 )
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: Black border seen instead of red:
<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> </body> </html>
Proper red dashed border seen:
<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> </body> </html>
Change History (4)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Component: | Applications/WebPositive → Kits/Web Kit |
---|
comment:3 by , 3 years ago
Description: | modified (diff) |
---|---|
Summary: | WebPositive rendering issues → WebPositive rendering issues - borders rendering incorrectly |
comment:4 by , 3 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.