[Webkit-unassigned] [Bug 48198] [Qt] Button's background style from default Qt Mobile Theme is overriding facebook's button style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 12:26:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48198





--- Comment #9 from Ragner Magalhaes <ragner.magalhaes at openbossa.org>  2010-10-27 12:26:53 PST ---
I think I was right on my first comment.

Now I know why facebook's button works on desktop and not on N900.
Facebook uses different styles for desktop and mobile. I should know about this :P.

themeQtMobile.css  is really a fallback style, but for each property.
So, how we are using background-image and facebook uses background-color
the browser is computing our background-image and facebook's backgroun-color.
This is what is happening on N900.

Look at https://bug-48198-attachments.webkit.org/attachment.cgi?id=72067
you can see our "background: -webkit-gradient" being computed.

but on desktop, facebook defines background-image property as "none",
than its button works with background-color property perfectly.

Look at https://bug-48198-attachments.webkit.org/attachment.cgi?id=72066
you can see that our "background: -webkit-gradient" is not computed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list