-
16 May 2012 11:22 PM #1
Grid trouble in Chrome 19
Grid trouble in Chrome 19
Hello,
Today we get upgrade on Chrome 19 and now grids become very strange position. It also happend on GXT Explorer - for example http://sencha.com/examples-2/#filtergrid.
gxt_chrome19.jpg
Related discussion is also happening on this forums :
http://www.sencha.com/forum/showthre...hrome&p=804508
https://code.google.com/p/chromium/i...tail?id=124816
Any idea what we should do? Thank you
Regards,
Matic
-
21 May 2012 2:35 PM #2
Seeing the same issue
Seeing the same issue
We're also seeing the same issue. We're about a month away from going live with our webapp and this issue is very critical.
-
21 May 2012 10:47 PM #3
We are aware of the issue with Chrome 19 which is causing 2px extra column width per column for both GXT 2 and 3. It is related to this bug http://code.google.com/p/chromium/is...tail?id=124816. We have a fix for both GXT 2 and 3 and will be pushing out a new release for both 2 and 3 very soon.
-
22 May 2012 2:43 AM #4
What about ExtJS 3.4?
I am in a load of trouble here and upgrading to 4.1 isn't an option
-
22 May 2012 11:22 PM #5
I'm waiting the solution impatiently,
it is really bother me for a week.
-
24 May 2012 4:10 AM #6
Hi,
try solution from T...@watchdox.com. It works for us.
http://code.google.com/p/chromium/is...tail?id=124816
Regards,
Matic
-
24 May 2012 5:05 AM #7
thanks maticpetek , it is alse worked for me.
-
25 May 2012 8:08 AM #8
fix please
fix please
Hi there, I tried the two stylesheet fixes mentioned in this post, but still no good.
so am waiting patiently for the Sencha fix.
many thanks,
D
-
25 May 2012 1:09 PM #9
doright,
I will just describe what I have done. Maybe it will help.
1) we have two CSS files in index.html head:
<link type="text/css" rel="stylesheet" href="gxt/css/gxt-all.css?v=26ae8557c29af4de1160d07ead7e93d0" />
<link type="text/css" rel="stylesheet" href="gxt-myapp.css?v=310337fdcd247287cb8f699b44fbf272" />
2) the second one (gxt-myapp.css) is default layout override.
3) we have put the following code on the end of first file - gxt-all.css
@media screen and (-webkit-min-device-pixel-ratio:0) { .x-grid3-row td.x-grid3-cell { padding-left: 0; padding-right: 0; }}
Regards,
Matic
------------------
GWT stuff twitter - http://twitter.com/#!/gwtstuff
-
25 May 2012 10:49 PM #10
thanks, but still not quite there.
thanks, but still not quite there.
thanks, maticpetek,
okay, so I moved it to the end of the sencha .css, as you suggested - rather than in my-app.css.
so, that has sorted the first of my 2 grids. But my second one, which in fact shows the detail of the previous list (that your css change fixed) is still wrong:
As you can see from the attached screenshot its more complicated with HeaderGroups, images and buttons. But it used to work fine prior to the chrome update, and still works great in Safari and FF.
many thanks for any more ideas.
d
Success! Looks like we've fixed this one. According to our records the fix was applied for
a bug in our system
in
a recent build.


Reply With Quote