Closed (fixed)
Project:
Admin
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 01:10 UTC
Updated:
8 Dec 2009 at 20:00 UTC
Jump to comment: Most recent file


Comments
Comment #1
damienmckennaI'm seeing the same thing. Basically after it finishes doing the animate() operation to make the width 0px the div.admin-blocks is still left with display:block on the object; adding removeAttr('style') seems to work.
Comment #2
yhahn commentedCan you let me know if this fixes it? I don't have a good Safari environment atm but the other webkit browser I tested in respected body margin changes and not padding changes. I've switched to using margins on the body here:
http://drupal.org/cvs?commit=292592
Comment #3
mfer commentedI just tested this in Safari and Webkit head and it seems to be working. Thanks.
Comment #4
marcoBauli commented@yhahn: switching paddings to margins seems to fix appearance, still when hiding the left administration menu, it's transparent div stays in place, preventing access to contents on the left side of page.
To reproduce:
- Browse to Modules settings page
- Show Admin menu bar
- Hide it
- Try activating /deactivating modules (checkboxes)
PS: using Rubik admin theme
Thanks
Comment #5
mfer commentedThis patch worked for me in Safari and Webkit head. Also works in FF and IE7/8.
Comment #6
yhahn commentedCommitted. http://drupal.org/cvs?commit=293516
If this works for you after testing, please close.
Comment #7
mfer commentedI'm going to let someone else verify since I wrote it and it works for me :)
Comment #8
briandelicata commentedPatch worked for me in Safari 4.0.4 (OS X).
Comment #9
mfer commentedTested on another site and all is well.