Closed (won't fix)
Project:
Administration menu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2011 at 21:47 UTC
Updated:
17 Aug 2011 at 20:44 UTC
When using Admin Menu in IE6 with its position set as fixed, the menu appears at the bottom of the page.
The patch below fixes that for the last remaining users of IE6.
| Comment | File | Size | Author |
|---|---|---|---|
| admin_menu-ie6-position-fixed.patch | 1.77 KB | b-prod |
Comments
Comment #2
sunThis fix would be sufficient IMHO.
Powered by Dreditor.
Comment #3
b-prod commentedDo not forgot this part of the patch which is required to allow IE6 compatibility :
Actually the format of my patches are always refused, because I use winCVS (windows format seems to not be compatible with the automatic validator).
I already had the same issue with other patches, and it was asked to me to use cygwin instead of winCVS. That's what I did, but the format was not good either and refused...
So I am going to install Linux soon, but if anybody can apply the patch (because it works, really) and create a patch file under Linux, I would be glad.
Otherwise, I will post a new patch when I will be under Linux, what is not for the next week unfortunately.
Comment #4
sunI'm on Windows, too. Your patch was rejected by the testbot, because it contains Windows line-endings.
That's a configuration issue with your code editor/IDE, not your OS/platform. Check your editor configuration options and make sure that all newlines are Unix newlines (LF, not Windows CRLF). And while being there, also ensure that all files are saved in UTF-8 (without Unicode (BOM) signature).
If all fails, or regardless of the configuration options, you might want to try the global
-lfoption to cvs:Comment #5
sunActually, I've no intentions to support IE6 even further. Actually reminds me to drop the workarounds from the D7+8 branches...