Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Jul 2009 at 15:46 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
keith.smith commentedComment #2
xmacinfoComment #3
alpritt commentedTested in IE6, IE7, IE8 and Chrome on Windows, and the latest versions of Safari, Firefox and Opera on the Mac, all with JavaScript disabled and enabled.
And the code change makes sense too.
Comment #4
catchI saw a similar overlap with javascript enabled which went away when the page finished loading a few times, looks like a good change.
Comment #5
tic2000 commented@catch
Yes, because that class is added by toolbar.js when the DOM is ready. The more time it takes to load, more time you have to notice the problem.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks.