Sencha Touch 2 App FieldSet not rendering -
i developing sencha touch 2 app, using sdk version sencha-touch-gpl 2.2.1. facing peculiar issue, have navigation view, in first view list screen on itemdisclosure of individual item in list detail screen displayed. detail screen comprises of fieldset & list within panel.
until yesterday app working fine. facing issue,
1) toolbar title not getting displayed, shows fraction of secs , disappears (no code change done , working fine day before).
2)the list screen displays properly, on itemdisclosure, in detail screen fieldset not getting displayed list in detail screen getting displayed fine.
i populating detail screen record selected list item, use following code on itemdisclosure
showdetail : function(list, record) { this.getmain().push({ xtype : 'ticketdetail', data : record, });
record holds value, have checked via printing ticketid on console.
i have tried following things,
- cleared browser cache
- generated workspace, copied project , run project there.
- used older version of code in these issues not there
none of them worked :(
has faced kind of issue or has suggestion. please help!
regards, p
this looks problem caused auto-update chrome 29. see fix here: http://www.sencha.com/forum/announcement.php?f=90&a=43
Comments
Post a Comment