-
18 Jan 2011 4:08 PM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
[3.x] LockingGridView doesn't scroll when using mouse scroll wheel in the locked sect
[3.x] LockingGridView doesn't scroll when using mouse scroll wheel in the locked sect
Minor bug/feature request:
1. Open Ext examples, locking grid example
2. hover over locking part, scroll down on mouse wheel button. Somewhat inconsistent that it doesn't scroll...
-
19 Jan 2011 12:01 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
That's been reported several times.
I see two ways to solve this:
1. Track the mousewheel event on the locked section and scroll based on the delta value. The problem with this is that the scroll speeds of the locked and unlocked sections are probably going to be different.
2. Make the locked section overflow:auto and somehow hide the scrollbar. But IIRC there are some problems with old browsers (FF2?) that always show scrollbars on top.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED] Mouse wheel does not work in locked grid columns
By stephen.friedrich in forum Ext 3.x: BugsReplies: 2Last Post: 12 Dec 2011, 1:31 AM -
[CLOSED]lockingGridview ex rowheight changed on unlocked columns doesn't alter locked
By Tim Toady in forum Ext 3.x: BugsReplies: 2Last Post: 10 Jan 2011, 11:27 AM -
synchronize the scroll percent on locked and unlocked part
By aj3423 in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 23 Dec 2010, 1:13 AM -
Cannot disable grid's handling of the scroll wheel
By tsprague in forum Ext 1.x: BugsReplies: 2Last Post: 27 Apr 2007, 7:52 AM


Reply With Quote