-
22 Feb 2012 8:36 AM #1
resize grid column issue with FF
resize grid column issue with FF
Hi,
here it is a bug report (I think). I didn't find a workaround actually.
version : beta 2
reproducible : yes
browser : FF only (not sure if earlier version than 10.0.2)
context : grid panel with static column. width define and Viewport used.
bug : when I try to resize a column, only header is resized. cells not. If I sort by any one column after resizing, the cells are resized properly.
-
22 Feb 2012 12:28 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,678
- Vote Rating
- 435
Can I get a test case? I can't reproduce this with any of the examples.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
23 Feb 2012 7:49 AM #3
Hi,
I can precise now some details on this issue, but I can't, for now, propose an online example.
We found that this issue occured when the last column of the grid panel contains the "flex" property with value = 1.
If we set the width manuelly, we don't have the issue.
-
23 Feb 2012 7:55 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,678
- Vote Rating
- 435
I looked at the array grid example and the last column I changed the width : 50 to flex : 1 and both the header and cells resized.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote