Keri Henare
7 Jul 2011, 7:48 PM
Sencha Touch version tested:
1.1.0
only default ext-all.css
very basic custom css
Platform tested against:
Mac OS X (10.6.8) Safari 5.0.5
Mac OS X (10.6.8) Chrome 12.0.742.112
iPad 4.3.1 Safari
iPad2 4.3.3 Safari
Description:
Toolbar on the "Autobots" panel isn't rendering properly. I have linked to a demo, which might look a bit weird because it's derived from a larger project.
Test Case:
See this URL : http://senchatouch.pixelfusion.co.nz
Code : http://senchatouch.pixelfusion.co.nz/senchatouch.tar.gz (Includes small PHP web-app)
Steps to reproduce the problem:
Click on "Autobots", you can see that the toolbar is not rendering correctly
Go back to "Groups"
Click on "Decepticons", everything is fine
Go back to "Groups"
Click on "Autobots", everything is now fine here
The "Autobots" panel will always have the bug if you haven't been to "Decepticons" first
Problem always occurs with the first item's panel only. Which is the 2nd card panel, after the groups panel.
The result that was expected:
"Autobots" panel should render fine, just like the "Decepticons" panel.
The result that occurs instead:
It doesn't.
Toolbar text is there but child items are not (console.log of render method, looks like it doesn't run)
Screenshot or Video:
See example
Debugging already done:
Attempted to force width, element kinda looks OK but children still don't render
Tried re-ordering panels
Docked toolbar in bottom position
Changed toolbar to a panel
Replaced the Ext.lib.Component.render method to render out objects, found that hiddenOwnerCt and needsLayout had objects instead of being false
1.1.0
only default ext-all.css
very basic custom css
Platform tested against:
Mac OS X (10.6.8) Safari 5.0.5
Mac OS X (10.6.8) Chrome 12.0.742.112
iPad 4.3.1 Safari
iPad2 4.3.3 Safari
Description:
Toolbar on the "Autobots" panel isn't rendering properly. I have linked to a demo, which might look a bit weird because it's derived from a larger project.
Test Case:
See this URL : http://senchatouch.pixelfusion.co.nz
Code : http://senchatouch.pixelfusion.co.nz/senchatouch.tar.gz (Includes small PHP web-app)
Steps to reproduce the problem:
Click on "Autobots", you can see that the toolbar is not rendering correctly
Go back to "Groups"
Click on "Decepticons", everything is fine
Go back to "Groups"
Click on "Autobots", everything is now fine here
The "Autobots" panel will always have the bug if you haven't been to "Decepticons" first
Problem always occurs with the first item's panel only. Which is the 2nd card panel, after the groups panel.
The result that was expected:
"Autobots" panel should render fine, just like the "Decepticons" panel.
The result that occurs instead:
It doesn't.
Toolbar text is there but child items are not (console.log of render method, looks like it doesn't run)
Screenshot or Video:
See example
Debugging already done:
Attempted to force width, element kinda looks OK but children still don't render
Tried re-ordering panels
Docked toolbar in bottom position
Changed toolbar to a panel
Replaced the Ext.lib.Component.render method to render out objects, found that hiddenOwnerCt and needsLayout had objects instead of being false