[webkit-dev] [webkit]Incrementing problem in css

Shinichiro Hamaji hamaji at chromium.org
Tue Sep 1 11:24:28 PDT 2009


Hi,
I believe this is the bug you are pointing.

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

I put a patch which may fix the issue, unfortunately this isn't reviewed yet
though (could someone review this please ? :)

On Tue, Sep 1, 2009 at 4:36 PM, Simon Fraser <simon.fraser at apple.com> wrote:

> On Sep 1, 2009, at 6:13 AM, Hodovan.Renata at stud.u-szeged.hu wrote:
>
>  Hi All!
>>
>> Running some LaoutTests I found the following:
>> There is an increment object in css. If the children of this object was
>> modified (append or remove), then the rest of the list wasn't adapt to this.
>> E.g.: append to 1-2-3-4 one more element at position 2 the result is:
>> 1-2-2-3-4.
>> remove from the same the second element: 1-3-4. Testing it in firefox and
>> opera the results are 1-2-3-4 and 1-2-3. Unfortunatly Safari (on Windows)
>> doesn't adapt as well. I feel this dynamic adaptation has not yet
>> implemented, am I rigth?
>> If so I would try to implement it myself. Any help or suggestion to do
>> this is welcome.
>>
>
> You should look for an existing bugzilla bug on this issue, and if there
> isn't one, file a new bug with a simple testcase. Then feel free to start
> working on it.
>
> Simon
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090901/5818e6d6/attachment.html>


More information about the webkit-dev mailing list