Hello,

I'm noticing that in some core and contrib themes (garland and seven) toolbars are dropping down to the bottom of the page in IE6. I suspect that this can be addressed by giving div#toolbar-toolbar an absolute position rather than a fixed one.

Please let me know if you require any additional information.

CommentFileSizeAuthor
#7 toolbar_on_bottom_ie6_1001134.patch434 bytesdankh
#1 diff.patch373 bytesmirabuck

Comments

mirabuck’s picture

StatusFileSize
new373 bytes

Attached a patch.

mirabuck’s picture

Although, I suppose with that approach you loose the persistent toolbar at top of screen. Maybe position:fixed; for all browsers and position:absolute; just for IE6 ?

dankh’s picture

Hi,

I didn't jumped into this report since the beginning, because I'm not very good at CSS and also I have no means to test under IE6. The persistent toolbar feature has been taken from admin_menu CSS, I'll look again if they have the same issue (and maybe a fix).

Thank you for reporting this.

baff’s picture

subscribe - Zen subtheme

baff’s picture

Hallo dankh!

Did you check the admin_menu CSS ?

dankh’s picture

I have no means to test IE6, if you come up with solution I can test it under the other browser and commit it. Which version of admin_menu 3.x or 1.6 ?

dankh’s picture

Version: 6.x-2.3 » 6.x-2.x-dev
Assigned: Unassigned » dankh
Status: Active » Needs review
StatusFileSize
new434 bytes

Please test, I haven't tested Firefox Windows and Safari. Patched version 6.x-2.x . For the different themes and admin_menu is this issue only IE6 related ? Do you have this issue on different themes with non IE browser ? Let me know.

dankh’s picture

Status: Needs review » Fixed
mirabuck’s picture

Fantastic. Many thanks.

Status: Fixed » Closed (fixed)
Issue tags: -ie6

Automatically closed -- issue fixed for 2 weeks with no activity.