-
4 Oct 2010 9:46 PM #1
[FIXED-1310] Slow css :hover behavior on IE7 with large datatable
[FIXED-1310] Slow css :hover behavior on IE7 with large datatable
Slow browser response when scrolling a large table with about 300 rows on IE7. It is because there is a :hover css class defined on a non-anchor (<a>) element. Removed it solved the problem. No problem for FF and Chrome.
e.g. in the attached sample html, the below class will make the page scrolling very slow, even no DOM element applied this class.
Searched the css in ext-all.css of 3.1.1 and 3.2.1, below class caused the problem. Comment out this class solves the problem:Code:<style type="text/css"> .foo.bar:hover { BACKGROUND-COLOR: #0000FF } </style>
.x-color-palette em:hover, .x-color-palette span:hover
Please fix the above mentioned classes.
Reference:
http://west-wind.com/weblog/posts/354547.aspx
Cannot attach the sample file. Please download here:
https://docs.google.com/leaf?id=0ByF...thkey=CIeB7dUE
-
4 Oct 2010 11:37 PM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
Just tested and this really makes a huge difference on IE7!
trackMouseOver:true goes from 'completely unusable' to 'really slow' (comparable to IE6 and IE8).
-
5 Oct 2010 8:13 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Thank you for the report, I know I've seen this one before but mixed it up with opacity.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED][3.0] Css error in Messagebox example. IE7.
By galdaka in forum Ext 3.x: BugsReplies: 8Last Post: 5 May 2009, 2:41 AM -
Slow combo on large list
By randomuser01 in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 23 Sep 2008, 1:23 PM -
IE7 ColumnTree css(?) bug on hover+select
By stebru in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 26 Feb 2008, 12:38 AM -
grid, domhelper SLOW for large sets
By amackay11 in forum Ext 1.x: Help & DiscussionReplies: 6Last Post: 6 Mar 2007, 11:32 AM


Reply With Quote