[webkit-dev] HA: Problem with -webkit-gradient css option on MIPS platform.

Carlos Garcia Campos carlosgc at webkit.org
Wed Sep 30 00:49:44 PDT 2015


El mié, 30-09-2015 a las 07:33 +0000, Pushkin Andrei escribió:
> A talk about webkitgtk (webkitgtk-1.10.0.tar.xz). Both version build
> from one sources with similar configure options. 
> Why webkit can not show -webkit-gradient on buttons? Is it bug or
> some webkit settings?

WebKitGTK+ 1.10 was released 3 years ago, I would try with a recent
version.

> Andrei Pushkin
> От: mmaxfield at apple.com [mmaxfield at apple.com]
> Отправлено: 29 сентября 2015 г. 23:37
> Кому: Pushkin Andrei
> Копия: webkit-dev at lists.webkit.org
> Тема: Re: [webkit-dev] Problem with -webkit-gradient css option on
> MIPS platform.
> 
> Are you sure that the two versions of webkit are exactly the same?
> Same operating system, same port, same SVN revision?
> 
> AFAIK, WebKit itself has no concept of "1.10." That version number
> belongs to whichever project you are getting WebKit from. That
> project may have built WebKit on the two different platforms
> differently. (Someone else on the team: Please correct me if I'm
> wrong.)
> 
> --Myles
> 
> > On Sep 29, 2015, at 8:35 AM, Pushkin Andrei <
> > Andrei.Pushkin at promwad.com> wrote:
> > 
> > Hi. I have embedded Linux MIPS board with webkit 1.10.
> > This code does not work on my MIPS board (-webkit-gradient is
> > ignored):
> > <button type="submit" style="background: -webkit
> > -gradient(linear,left top,left bottom,color-stop(0%,#adadad),color
> > -stop(100%,#7d7c7d)); !important">ABC</button>
> > But work in my x86 PC on same version of webkit.
> > 
> > This code work fine in all platforms:
> > <div style="background: -webkit-gradient(linear,left top,left
> > bottom,color-stop(0%,#adadad),color-stop(100%,#7d7c7d)); width:
> > 100px; height:100px">ABC</div>
> > 
> > Andrei Pushkin
> > _______________________________________________
> > webkit-dev mailing list
> > webkit-dev at lists.webkit.org
> > https://lists.webkit.org/mailman/listinfo/webkit-dev
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev


More information about the webkit-dev mailing list