After upgraded to GXT 2.3.1, tab layout gets problem with Firefox 29.01. Not able to attach image. but it could be reproduced in GXT 2.3.1 demo web site http://www.sencha.com/examples-2
20140819...
Type: Posts; User: KeanuLee
After upgraded to GXT 2.3.1, tab layout gets problem with Firefox 29.01. Not able to attach image. but it could be reproduced in GXT 2.3.1 demo web site http://www.sencha.com/examples-2
20140819...
Hi Skyrosbit,
Thank you for your feedback, I do find I call layout function in grid's parent panel,
but it still works abnormal after I removed it.
I will keep try on this way, and update if I...
Sorry,
after google, I added the code in my jsp file, between <style></style>
but still not work...
Hi skyrosbit,
I tried with your solution, and added
@media screen and (-webkit-min-device-pixel-ratio:0) { .x-grid3-row td.x-grid3-cell { box-sizing: border-box; ...
Hi Colin,
Thank you for the reply.
My environment is Firefox 18.0.2, and Window XP sp3.
I did a try on examples-2#basicgrid, and can't reproduce neither.
and it takes time for preparing a...
Hi,
I have ordered GXT 2.2.6 for grid column alignment fixeing.
However, after I upgraded to 2.2.6, the column alignment issue still exists.
Does 2.2.6 have this issue fixed?
41756
the steps I...
Hi,
I'm using GXT 2.2.6, but I still found the same issue in web application.
Does grid column alignment issue have been fixed in this release?
Hi Sven,
I also found this issue when I added menu item to a button menu dynamically,
The menu width won't be adjusted automatically whenever new item is added.
BTW, like ravikiran1226 mentioned,...
Hi Carl ,
First of all, thank you for this component, it's what I'm looking.
Here is an experience sharing,
I found if BorderLayoutData is set with a ratio size (size is small than 0),
the...
Hi,
Our customer just found this issue too.
May I ask when will release the next version?
Thank you
Hi Sven,
I also found another topic looks like what I meet
http://www.sencha.com/forum/showthread.php?85011-Loading-Store-twice-causes-PagingToolBar-to-disable&highlight=GXT+pagingtoolbar+disable...
http://www.sencha.com/forum/showthread.php?112742-FNR-PagingToolBar-isn-t-BeforeLoad-cancel-aware
Hi, has this issue been fixed?
I'm using GXT 2.2.3. but I still encountered a situation like...
After trace shim iframe generating process,
I try to modify the iframe for MessageBox only, then the result looks like what I want.
Here it the sample code
MessageBox box = new MessageBox();...
Hi,
I encountered the same problem when I used MessageBox.
I had set
GXT.useShims = true; in the onModuleLoad() function,
and I also set
MessageBox.getDialog().setShim(true).
However I still...
Here is my situation,
I set min value with 4/1/10, 0:00 am and DateField will keep the min value with 4/1/10 12:00 am actually.
when I selected 4/1/10 from the date picker, the validateValue()...
Hi,
I just upgraded to GXT 2.2.1, and found DateField validation failed.
After I traced into DateField class, then I found the input value of setMinValue and setMaxValue will be changed
by...
Hi,
I had implemented a class just like the above description,
and there is a icon next to my storefilterfield menu item.
However, it doesn't looks correct...
20759
Does someone get any idea?...