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.

list screen detail screen

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).

toolbarissue

2)the list screen displays properly, on itemdisclosure, in detail screen fieldset not getting displayed list in detail screen getting displayed fine. detailscreenwithissue

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,

  1. cleared browser cache
  2. generated workspace, copied project , run project there.
  3. 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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -