[webkit-qt] Javascript string lastIndexOf method not working

Chang.Shu at nokia.com Chang.Shu at nokia.com
Mon Apr 18 07:09:02 PDT 2011


Does it make sense to revisit the Symbian specific code in WebKit to see
if they are still required? There's a chance that they are fixed by
compiler upgrade or other improvement from the platform.

Thanks,

Chang

On 4/18/11 10:00 AM, "ext laszlo.1.gombos at nokia.com"
<laszlo.1.gombos at nokia.com> wrote:

>Can you share the platform/environment with us ? Is this perhaps on
>Symbian and perhaps related to the following commit -
>http://trac.webkit.org/changeset/51307 ?
>
>Thanks,
>  Laszlo
>
>
>From: webkit-qt-bounces at lists.webkit.org
>[mailto:webkit-qt-bounces at lists.webkit.org] On Behalf Of ext Dwayne
>Sent: Sunday, April 17, 2011 8:11 AM
>To: webkit-qt at lists.webkit.org
>Subject: [webkit-qt] Javascript string lastIndexOf method not working
>
>I am having trouble with the lastIndexOf string method not working in
>javascript.  The method always fails (-1 as returned index).
>For example:
>
>                var mystring = new String('{string}');
>                mystring.length                                => 8
>       mystring.indexOf('{')                     => 0
>       mystring.lastIndexOf('}')              => -1      ?!?!?!
>       
>This seems like very basic behavior to be failing at this point.  Anyone
>else seeing this?  I am using Qt 4.7.2.  I didn't see a bug filed
>On this on the trac page, so I'll open a ticket if I'm not doing
>something stupid.
>Thanks!
>
>_______________________________________________
>webkit-qt mailing list
>webkit-qt at lists.webkit.org
>http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt



More information about the webkit-qt mailing list