Search and Top Navigation
#6767 closed bug (duplicate)
Opened December 20, 2010 09:19PM UTC
Closed December 20, 2010 09:28PM UTC
Last modified December 20, 2010 09:28PM UTC
Very slow interactions in Chrome on very large pages (3+ Mb HTML)
Reported by: | zig145 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.css-framework | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The jquery-ui-1.8.7.custom.css appears to be the source of the problem.
Changing this ...
.ui-widget :active { outline: none; }
to this ...
.ui-widget:active { outline: none; }
fixes the issue. Apparently Chrome doesn't like the space.