<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>50654</bug_id>
          
          <creation_ts>2010-12-07 16:26:11 -0800</creation_ts>
          <short_desc>REGRESSION: Invalid regular expression errors on this site</short_desc>
          <delta_ts>2010-12-08 21:52:08 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>50483</dup_id>
          
          <bug_file_loc>http://ecsstender.org/demos/spoon/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Fraser (smfr)">simon.fraser</reporter>
          <assigned_to name="Gavin Barraclough">barraclough</assigned_to>
          <cc>barraclough</cc>
    
    <cc>cmarrin</cc>
    
    <cc>msaboff</cc>
    
    <cc>oliver</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>318489</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2010-12-07 16:26:11 -0800</bug_when>
    <thetext>Hovering over &quot;Spooon&quot; on this site no longer does transitions.

It looks like the page is trying to do feature detection, and is serving up un-prefixed &apos;transform&apos; properties now. I&apos;m not sure why.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>318508</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2010-12-07 17:01:55 -0800</bug_when>
    <thetext>The real issue is:
SyntaxError: Invalid regular expression: invalid range in character class:

Beautifying the source, I see failures relating to the following lines:

        bO = bO.replace(/#[\w-_]+/, aA);

        bO = bO.replace(/(?:::|:|\.)[\w-_()]+|\[.*?\]/, aA);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>318509</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2010-12-07 17:02:37 -0800</bug_when>
    <thetext>&lt;rdar://problem/8741502&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>318954</commentid>
    <comment_count>3</comment_count>
    <who name="Gavin Barraclough">barraclough</who>
    <bug_when>2010-12-08 12:55:56 -0800</bug_when>
    <thetext>The problem here is that /[\w-_]/ is technically invalid, and we&apos;ve been experimenting with slightly closer conformance to the spec in our regex engine.  This appears to be breaking the web, so we&apos;ll be relaxing our interpretation of these rules again soon.

cheers,
G.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>319263</commentid>
    <comment_count>4</comment_count>
    <who name="Gavin Barraclough">barraclough</who>
    <bug_when>2010-12-08 21:52:08 -0800</bug_when>
    <thetext>This should be fixed in r73594.

*** This bug has been marked as a duplicate of bug 50483 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>