Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2010 at 15:39 UTC
Updated:
12 Feb 2010 at 14:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mfer commentedThe patch was almost there but Drupal.behaviors.admin should be Drupal.behaviors.toolbar. Using the admin on the end is a namespace mismatch. The attached patch changes that as well.
Comment #2
mfer commentedAlso note, the deeper something is nested in JavaScript the slower it is. By removing the extra layer of referencing there is an ever so small performance improvement.
Comment #3
seutje commentedlooks like u got em all in the code, but shouldn't u also change the comments?
Comment #4
sunComment #5
seutje commentedchanged comments
Comment #6
sunThis should either state what the behavior is actually doing, or it simply needs to go. The former is preferred ;)
Powered by Dreditor.
Comment #7
mfer commentedUpdated the patch per Suns comments.
Comment #8
sunThanks, looks good now - didn't test though. (hope you did ;)
Comment #9
mfer commentedI did test it... works :)
Comment #10
seutje commentedyay \o/
Comment #11
webchickThanks. This is probably leftover from when yhahn made a Drupal 7 patch from Admin module.
Committed to HEAD.
Comment #12
jide commentedThere are some more strings to be changed in toolbar.module.
Correcting these fixes sticky tables.
Comment #13
sunComment #14
dries commentedCommitted to CVS HEAD. Thanks!