#10626 closed bug (fixed)
WebPositive renders slashdot article header transparent
Reported by: | cb88 | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
http://slashdot.org You can highlight the article headers and the show up otherwise they are trasparent/white.
Attachments (2)
Change History (8)
by , 11 years ago
Attachment: | screenshot5.png added |
---|
by , 11 years ago
Attachment: | screenshot6.png added |
---|
WebPositive rendering (incorrect - article header missing with selected text also)
comment:3 by , 11 years ago
Not a duplicate of these two other tickets. The background for these titles should be a gradient:
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c8dbe), to(#3c7c9d));
We don't draw this properly yet, it needs some improvements to our gradient code, I guess. The syntax is here: https://www.webkit.org/blog/175/introducing-css-gradients/ So this looks like a simple vertical gradient. I'll see if I can fix our gradient code to display it.
comment:4 by , 11 years ago
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 10 years ago
I'm not sure if I should create a new ticket for this, but it still seems to happen, but not for the first article. The first article renders correctly, but the second article has the same problem as mentioned in this ticket.
Running WebPositive version: HaikuWebKit 1.3.1 WebKit 538.33
This is on Haiku with reversion href47313-dirty [master].
Qupzilla rendering (correct)