-
25 Oct 2012 11:04 PM #1
[4.1.2a, 4.1.3] IE grid scroll bug
[4.1.2a, 4.1.3] IE grid scroll bug
REQUIRED INFORMATION Ext version tested:
- Ext 4.1.2a
- Ext 4.1.3
- IE9
- Firefox 16.0.1
- Chrome 22
- 4.0.1 strict
- 4.0.1 transitional
In IE click on grid row scrolls page to top of the grid.
Rows that are under the bottom edge of screen are unaccessible.
In FF and Chrome it's ok.
Steps to reproduce the problem:- open array grid example
- remove the height attribute and put more data
- open it in IE9
- click any row
- focus row
- row is focused, but window is scrolled to first row
HELPFUL INFORMATION
Debugging already done:- tried to monitor events, but itemclick is not fired if row is not selected
- maybe something is wrong with selection model
- not provided
- Win 7 Pro
-
26 Oct 2012 5:36 AM #2
Thanks for the report! I have opened a bug in our bug tracker.
-
9 Jan 2013 7:57 AM #3
Any solutions?
Any solutions?
All my IE users are having this problem with ExtJS 4.1.3 grids on my site. Does anyone have a solution or a work-around? Thanks.
-
9 Jan 2013 11:23 AM #4
Worked for me
Worked for me
A quick work around is to change your row selection events from 'select' to 'beforeselect'. And then in the beforeselect event handler return false to cancel further selection handling. I was able to perform all my needed event handling in the beforeselect handler so this work-around provided a temporary solution for me.
-
13 Feb 2013 1:41 AM #5
Not only IE9 but also IE8 and IE10.
You found a bug! We've classified it as
EXTJSIV-7622
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote