lagentz
16 Feb 2010, 6:11 AM
Ext version tested:
Ext 3.1.1
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
IE7
Operating System:
WinXP Pro
Description:
When using ext-all-debug.js in combination with JScript Conditional Comments (used in EJSChart, I'm sorry ;-)). a command line with a following at-sign will raise an error "//@".
The only position in the whole extjs code is in Panel.js, in method createFbar:
//@compat addButton and buttons could possibly be removed
//@target 4.0
Possible fix:
please avoid such situations by inserting a space between "//" and "@".
Thanks in advance,
gregor
Ext 3.1.1
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
IE7
Operating System:
WinXP Pro
Description:
When using ext-all-debug.js in combination with JScript Conditional Comments (used in EJSChart, I'm sorry ;-)). a command line with a following at-sign will raise an error "//@".
The only position in the whole extjs code is in Panel.js, in method createFbar:
//@compat addButton and buttons could possibly be removed
//@target 4.0
Possible fix:
please avoid such situations by inserting a space between "//" and "@".
Thanks in advance,
gregor