rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Typo in DateItem.js (in trunk) causes firefox to choke #375

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi :)

I recently built SmartGwt from TRUNK, and this error occured:

"Invalid property id --- DateItem.js(line 1308)"
(see attached firebug screenshot)

I use:
Firefox 3.0.15
Ubuntu 8.04
SmartGWT trunk (r864, but the typo is also present in r876)
I use the debug modules, not the compressed javascript

I think the problem comes from the two commas in DateItem.js (line 1308):
    ,
    //>EditMode dynamically changing useTextField
    ,
    propertyChanged : function (propertyName) {
        if (propertyName == "useTextField" ||
            propertyName == "useMask") this.setItems();
    }
    //<EditMode

Best regards,

Etienne

Original issue reported on code.google.com by nev...@gmail.com on 11 Dec 2009 at 9:24

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in SVN, thanks.

Original comment by sanjiv.j...@gmail.com on 12 Dec 2009 at 4:03