sezerug / smartgwt

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

Multiple sort via ListGrid's context menu crashes on IE #566

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Load some data into ListGrid.
2. Sort data by some field into header's context menu.
3. Then hide this field selecting columns via grid's context menu.
4. Press quick sort button (under vertical scroll) 

IE show error message "Method is not supported..."

 [ERROR] 16:36:39.679:MUP1:WARN:Log:Error: 'Объект не поддерживает это свойство или метод' in http://127.0.0.1:8888/console/sc/modules/ISC_Grids.js at line 2613 ListGrid.setSort(_1=>Obj) ListGrid.sorterClick() [o]ImgButton.click(Obj, undef) StatefulCanvas.handleActivate(_1=>Obj, _2=>undef) StatefulCanvas.handleClick(_1=>Obj, _2=>undef) [c]EventHandler.bubbleEvent(_1=>[ImgButton ID:isc_UserSoundsGrid_1_0_sorter], _2=>"click", _3=>undef, _4=>undef) [c]EventHandler.handleClick(_1=>[ImgButton ID:isc_UserSoundsGrid_1_0_sorter], _2=>undef) [c]EventHandler.$k5(_1=>Obj{type:error}, _2=>undef) [c]EventHandler.handleMouseUp(_1=>Obj{type:error}, _2=>undef) [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>Obj{type:error}) anonymous(event=>undef) "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"

Original issue reported on code.google.com by igor_t...@mail.ru on 24 Feb 2011 at 1:07

GoogleCodeExporter commented 9 years ago
No version, no test case.

Original comment by smartgwt...@gmail.com on 24 Feb 2011 at 3:53

GoogleCodeExporter commented 9 years ago
I use
   SmartGWT 2.4
   GWT 2.1.0
   Windows 7

Original comment by igor_t...@mail.ru on 24 Feb 2011 at 4:35

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, still invalid - test cases must be minimal or they could just be showing 
bugs in your code.  If this is a real bug, you should be able to demonstrate it 
in one very short file.

Original comment by smartgwt...@gmail.com on 24 Feb 2011 at 4:39

GoogleCodeExporter commented 9 years ago
You should reproduce this bug on your examples.
Please, load this page 
http://www.smartclient.com/smartgwt/showcase/#grid_cell_widgets

and do those steps:

1. Sort data by some field into header's context menu.
2. Then hide this field selecting columns via grid's context menu.
3. Press quick sort button (under vertical scroll) 

You will see an error on page.
I use IE8, Windows7, WindowsXP.

Original comment by igor_t...@mail.ru on 25 Feb 2011 at 12:52

GoogleCodeExporter commented 9 years ago
Had been fixed in nightlies when you filed the bug.  Please make sure to test 
against the latest nightly next time (smartclient.com/builds).

Original comment by smartgwt...@gmail.com on 26 Feb 2011 at 2:22