[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
Mon Nov 1 07:27:48 PDT 2010


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





--- Comment #10 from Ragner Magalhaes <ragner.magalhaes at openbossa.org>  2010-11-01 07:27:48 PST ---


(In reply to comment #9)
> 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.

No more comment about this bug!?
I would like to fix it, but I don't know how to do yet

-- 
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