svnlabs / google-caja

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

INTERNAL COMPILER ERROR #1957

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Today the apps we have developed in Google Caja are not working any more, we 
have a big issue with the referenced scripts and plugins.

<== 
http://cdn.datatables.net/plug-ins/9dcbecd42ad/integration/jqueryui/dataTables.j
queryui.css:302+3 - 29: unknown css property -webkit-overflow-scrolling 
HtmlOutput:481+32 - 37: css property display has bad value: ==>clear<== 
HtmlOutput:4289+45 - 50: css property position has bad value: ==>fixed<== 
HtmlOutput:1032+25 - 35: INTERNAL COMPILER ERROR. Node did not match any rules 
at: Declaration Identifier : checkField. Please report this error at: 
http://code.google.com/p/google-caja/issues/ HtmlOutput:2333+25 - 35: INTERNAL 
COMPILER ERROR. Node did not match any rules at: Declaration Identifier : 
checkField. Please report this error at: 
http://code.google.com/p/google-caja/issues/

Original issue reported on code.google.com by ingenier...@servired.es on 10 Mar 2015 at 10:18

GoogleCodeExporter commented 9 years ago
Please upgrade your browser to the latest version and try again; if it still 
fails let us know what exact browser version you're using.

Original comment by kpreid@google.com on 10 Mar 2015 at 5:46

GoogleCodeExporter commented 9 years ago
Fixed in Caja r5717 by
https://codereview.appspot.com/202040043/
https://codereview.appspot.com/202030043/
https://codereview.appspot.com/214110043/

They should now work on Safari and Chrome 41 in Apps Script NATIVE mode. They 
cannot be made to work on Chrome 40 in Apps Script NATIVE mode. App Script 
EMULATED mode continues to work on Chrome 40, but with known CSS problems, 
which probably accounts for the behavior you are seeing.

If you continue to see this problem in Apps Script NATIVE mode on Chrome 41, 
Firefox, Safari, or Internet Explorer, please let us know. Thanks.

Original comment by erights on 13 Mar 2015 at 8:05