svnlabs / google-caja

Automatically exported from code.google.com/p/google-caja
0 stars 1 forks source link

border-bottom-right-radius css rule stalls Caja's CSS lexer in Firefox 33 #1944

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What revision of the cajoler exhibits the problem?  On what browser and OS?

Not sure about the version, but it's reproducible on 
http://http://caja.appspot.com/ (the header says Google Caja. Copyright (C) 
2011, Google Inc. Rev 5687 built on 2014-06-05 12:03:11).

Also, it's currently happening in Google Apps Script.
See: https://code.google.com/p/google-apps-script-issues/issues/detail?id=4506

OS and browser: Confirmed in Firefox 33 on Windows and Linux

What steps will reproduce the problem?

> If I loaded the playground in Chrome and pasted in 
"<style>h1{background-color:gray;border-bottom-right-radius:10px;}</style><h1>He
llo, World</h1>​", then pressing Cajole rendered the page properly.

>If I loaded the playground in Firefox 33.1 and followed the same steps, I got 
the unresponsive script error.

Original issue reported on code.google.com by dmi...@lucidchart.com on 18 Nov 2014 at 9:36

GoogleCodeExporter commented 9 years ago
I may be seeing the same thing on Firefox on Mac OS X, except this is in a 
Google Doc (as opposed to a Google Sheet):

Unresponsive script when running 
https://ssl.gstatic.com/caja/5693m/ses-single-frame.opt.js?debug=1:745

Original comment by k...@kornel.us on 18 Nov 2014 at 9:50