Sencha Touch 2 App FieldSet无法呈现

用户名

我正在使用sdk版本Sencha-touch-gpl 2.2.1开发Sencha Touch 2应用程序。我面临一个非常特殊的问题,我有一个导航视图,其中第一个视图是显示详细信息列表中列表中单个项目的项目披露的列表屏幕。“详细信息”屏幕由字段集和面板中的另一个列表组成。

清单画面 详细画面

直到昨天,该应用程序都运行良好。现在我面临一个问题,

1)现在没有显示工具栏标题,它显示了几分之一秒,然后消失了(没有进行任何代码更改,并且前一天工作得很好)。

工具栏问题

2)The List screen displays properly, on itemDisclosure, in the detail screen the FieldSet is not getting displayed but the list in the detail screen is getting displayed perfectly fine. 详细屏幕有问题

I was populating the Detail screen with the record from the selected list item, I use the following code on itemdisclosure

showDetail : function(list, record) { this.getMain().push({ xtype : 'ticketdetail', data : record, });

record holds the value, I have checked it via printing the ticketid on Console.

I have tried the following things,

  1. Cleared browser cache
  2. Generated another workspace, copied the project and run the project from there.
  3. Used older version of the code in which these issues were not there

NONE OF Them worked :(

Has anyone faced this kind of issue or anyone has any suggestion. Please help!

Regards, P

kevhender

这看起来像是由自动更新到Chrome 29引起的问题。请参阅此处的修复程序:http : //www.sencha.com/forum/announcement.php? f=90&a =43

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Sencha touch 2无法使Ajax呼叫正常工作

来自分类Dev

无法在TabPanel Sencha Touch 2中显示TabPanel

来自分类Dev

getStore(); undefined Sencha Touch 2

来自分类Dev

推送通知Sencha Touch 2

来自分类Dev

Sencha Touch无法打开相机

来自分类Dev

getStore(); 未定义的Sencha Touch 2

来自分类Dev

Sencha Touch 2 painted event not firing

来自分类Dev

Sencha touch 2:更改框架源

来自分类Dev

Sencha Touch 2绘制事件未触发

来自分类Dev

贝宝的sencha touch 2和phonegap

来自分类Dev

在sencha touch 2中解析嵌套的XML

来自分类Dev

带有Sencha Touch 2的CORS

来自分类Dev

在Sencha Touch 2中排列组件

来自分类Dev

Sencha Touch 2:Webstorm Run配置

来自分类Dev

getStore(); 未定义的Sencha Touch 2

来自分类Dev

Sencha Touch 2饼图未显示

来自分类Dev

Sencha Touch 2布局:适合内部内容

来自分类Dev

推迟TabPanel渲染sencha touch 2

来自分类Dev

无法从appdelegate的handleOpenURL调用sencha touch功能

来自分类Dev

无法使用Cordova构建Sencha touch

来自分类Dev

无法从appdelegate的handleOpenURL调用sencha touch功能

来自分类Dev

Sencha touch DataView无法正确垂直滚动

来自分类Dev

无法使用Cordova构建Sencha touch

来自分类Dev

How does the app run on sencha touch when deployed on device?

来自分类Dev

在Sencha touch中创建与Apple App Store相同的Carousel视图

来自分类Dev

sencha cmd 4和sencha touch 2.3在app.json中添加CSS

来自分类Dev

sencha cmd 4和sencha touch 2.3在app.json中添加CSS

来自分类Dev

在Sencha Touch 2中动态设置面板属性

来自分类Dev

如何从sencha touch 2请求中删除_dc参数