maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Tear 0.2 - a simple maemo WebKit browser. (https://talk.maemo.org/showthread.php?t=24293)

Bundyo 2009-01-26 20:55

Re: Tear 0.2 - a simple maemo WebKit browser.
 
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...?

tso 2009-01-26 21:43

Re: Tear 0.2 - a simple maemo WebKit browser.
 
and for some reason, the webkit used by webkit-eal works, from what i can tell...

Bundyo 2009-01-26 21:52

Re: Tear 0.2 - a simple maemo WebKit browser.
 
Yes... that's true. That keeps me going.

Bundyo 2009-01-26 23:19

Re: Tear 0.2 - a simple maemo WebKit browser.
 
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.

tso 2009-01-26 23:20

Re: Tear 0.2 - a simple maemo WebKit browser.
 
woho! i cant wait!

oh, i almost forgot. found a fix for that scroll tearing issue?

Bundyo 2009-01-26 23:24

Re: Tear 0.2 - a simple maemo WebKit browser.
 
Which one? :)

But I know what is the problem with the simple theme of ITT in WebKit - the rounded corners are rendered quite slow...

tso 2009-01-26 23:25

Re: Tear 0.2 - a simple maemo WebKit browser.
 
so thats why its being so bothersome to scroll?

Bundyo 2009-01-26 23:31

Re: Tear 0.2 - a simple maemo WebKit browser.
 
Probably, I decided to drop rounded corners in the Dashboard for that reason.

tso 2009-01-27 03:19

Re: Tear 0.2 - a simple maemo WebKit browser.
 
hang on, there are no rounded corners on the forums minimalist theme....

Bundyo 2009-01-27 06:23

Re: Tear 0.2 - a simple maemo WebKit browser.
 
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.


All times are GMT. The time now is 17:46.

vBulletin® Version 3.8.8