-
12 Aug 2010 3:23 AM #1
Bug: Ctrl/Shift+mousedown in GridPanel marks text in IE
Bug: Ctrl/Shift+mousedown in GridPanel marks text in IE
In IE6 to IE8 there is a bug when showing an ExtJS 2.2.1 GridPanel that can be reproduced e.g. with this sites Basic Array Grid example.
When clicking into the grid while holding Ctrl or Shift, doing successive clicks, it happens that the text is marked as if the grid where pure text, see attachment.
In later versions this problem seems to be fixed. Is there also a fix for ExtJS 2?
-
12 Aug 2010 4:21 AM #2
Isn't upgrading an option for you? Anyway, I can move this thread to 2.x Bugs so that it can be fixed by the devel team.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
12 Aug 2010 4:29 AM #3
Upgrading is currently no option, I’m sorry. But o.k., please move this thread.
-
12 Aug 2010 4:36 AM #4Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
I don't really see why Ext 2.2.1 and 3.2.1 would behave differently in IE.
The only difference in selection behaviour that I see should affect only Chrome and Safari:
Code:.x-grid3-row td, .x-grid3-summary-row td { line-height:13px; vertical-align: top; padding-left:1px; padding-right:1px; -moz-user-select: none; -khtml-user-select:none; -webkit-user-select:ignore; } .x-grid3-cell{ -moz-user-select: none; -khtml-user-select:none; -webkit-user-select:ignore; }
Similar Threads
-
[CLOSED]DataView ctrl/shift selection(s) is highlighting text
By meroy in forum Ext 3.x: BugsReplies: 4Last Post: 23 Sep 2010, 5:32 AM -
Ctrl+Shift+Mousedown on Gridpanel do dirty selection in ie
By yhwh in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 9 Aug 2010, 6:39 AM -
TreePanel, FireFox, using Shift or Ctrl Issue
By mikegiddens in forum Ext 1.x: BugsReplies: 1Last Post: 22 Jan 2007, 12:10 AM


Reply With Quote