sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Problem with header context menu in live grid #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
     Hi
I've found problem in behaviour of live grid by using context menu on header of 
list grid. This problem occurs only in in Google Chrome browse. Normally I can 
use context menu on header of list grid To sort or hide/show column in two 
ways: first way is select right mouse button anywhere in header of grid. The 
second way is clck left mouse button on icon in right side of selected column 
header. But if I first move column for right to the left and next I try to 
enable contect menu, using left mouse button and clicking on special icon ond 
moved column header, I don't get context menu, but the data are sorting. But 
when use right mouse button the context menu appears and after that when I 
click left mouse button on icon in right side of column header a get context 
menu again. It is a little bit strange that this error happen not always but 
rather often. And important thing is the error occurs only if filterEditor 
propertis set on true.

Original issue reported on code.google.com by mkapt...@gmail.com on 26 May 2011 at 7:33

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, I forgot information about my envoirment:
I use:
JDK 1.5.0_22
gwt-2.0.4
smart-gwt 2.2 (but I,m sure in smartgwt-2.4 problem also occurs)
browser (Google Chrome 11.0.696.71, in Firefox bug doesn't occur )
OS: Ubuntu 10.10

Original comment by mkapt...@gmail.com on 26 May 2011 at 7:47

GoogleCodeExporter commented 9 years ago
What do you mean your "sure" it also occurs in SmartGWT 2.4?  Please actually 
test, then the issue will be marked Valid again.

Original comment by smartgwt...@gmail.com on 26 May 2011 at 4:08

GoogleCodeExporter commented 9 years ago
OK, I,ve upgraded smartgwt library to 2.4 version and the bug still occurs.

Original comment by mkapt...@gmail.com on 27 May 2011 at 11:19

Attachments:

GoogleCodeExporter commented 9 years ago
We didn't notice before that you had uploaded a 9MB .war file.  Just upload a 
minimal test case (should be a single file) or provide instructions to 
reproduce with an online sample.

Original comment by smartgwt...@gmail.com on 27 May 2011 at 5:59

GoogleCodeExporter commented 9 years ago
 I was thinking I shuold attach example project  and its size could not be greater than 10 MB.
But you can also obtain such error using project from smartgwt showcase with 
live grid (http://www.smartclient.com/smartgwt/showcase/#live_grid), but you 
should additionally set showFilterEditor property on true 
grid.setShowFilterEditor(true) 

Next you should practice as I wrote above (move column and try display context 
menu by clicking left mouse button on tn te icon in grid column header)

Regards

Marcin

Original comment by mkapt...@gmail.com on 1 Jun 2011 at 6:27