Active Topics

 


Reply
Thread Tools
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#131
It is actually very strange. WebKit parses only the first three alphanumerics in RGB color values. For instance #369 works, but #369FFF - no. Sometimes it just ignores the last 3 alphanumerics and sometimes it renders #FFF (white)... If someone met something like that - please do tell. Maybe something to do with the parser , but then why everything else works...?
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#132
and for some reason, the webkit used by webkit-eal works, from what i can tell...
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#133
Yes... that's true. That keeps me going.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#134
Okay guys, there were actually two problems - Scratchbox 1 and the last releases i tried to build in SB2 - the newest one - 40239 compiles in SB2 and runs fine and the backgrounds are there So expect a release soon. Another good news is that since it builds okay in SB2, maybe it will build okay and go to extras.

SVG support also runs fine, since I use it for the Dashboard.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 

The Following User Says Thank You to Bundyo For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#135
woho! i cant wait!

oh, i almost forgot. found a fix for that scroll tearing issue?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#136
Which one?

But I know what is the problem with the simple theme of ITT in WebKit - the rounded corners are rendered quite slow...
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#137
so thats why its being so bothersome to scroll?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#138
Probably, I decided to drop rounded corners in the Dashboard for that reason.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#139
hang on, there are no rounded corners on the forums minimalist theme....
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#140
These are applied on every UL:

-webkit-border-bottom-left-radius: 8px 8px;
-webkit-border-bottom-right-radius: 8px 8px;
-webkit-border-top-left-radius: 8px 8px;
-webkit-border-top-right-radius: 8px 8px;

On top of that there is browser detection - these styles are not loaded in Gecko.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:09.