[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
Thu Nov 11 10:24:30 PST 2010


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





--- Comment #12 from Ragner Magalhaes <ragner.magalhaes at openbossa.org>  2010-11-11 10:24:29 PST ---
(In reply to comment #11)
> Hi, Ragner, I saw a similar issue on S60, can you try following code on N900?
> 
> <HTML>
> <BODY>
> 
> <button style="background-color:#2277bb;" type="submit">Search</button>
> 
> </BODY></HTML>
> 
> I am using qtwebkit 2.1, and on S60, I got a white button; on Linux, I got a button which has weired color (not #2277bb). In addition, the issue can't be reproduced by using webkit trunk's build on Linux.

Hi yi shen,
on my N900 I am getting a gradient(gray->white) button. I think it is working like on your S60.

I think it is the same issue.

Try this code:

<button style="background:#CCB666 url(http://www.blogblog.com/1kt/simple/gradients_light.png);" type="submit">Search</button>


if it works for you,
you are getting the same bug that me ... :)

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