“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!
Do not issue bugs reports against versions earlier than 0.9.9.5
Security problem? Check the security section.
FS#930 - "My searches" menu only partly visible in IE6
Opened by Matthias Grimm (matthiasgrimm) - Tuesday, 23 May 2006, 20:18 GMT+2
Last edited by Florian Schmitz (Floele) - Tuesday, 30 May 2006, 08:42 GMT+2
|
DetailsIn IE6 the popup list of the “My searches” button appear behind the taks pulldown list element. As result the first and second entry in the list aren’t visible and can’t be used. The same happend with the permission list popup, if you move the mouse over the user name in the upper left corner. The “switch to” button and the project selector cover the list partly. Firefox 1.07 behaves well here. |
Tuesday, 04 July 2006, 19:28 GMT+2
Reason for closing: Fixed in devel
Additional comments about closing: rev 731
And this bug can’t be fixed, because it is impossible to move the dropdown to the background in IE. Our only chance is to restructure the meu or move the dropdowns away, but such layout changes won’t be done before 1.0.
I suppose this is related to a javascript error which Konqueror reports:
Fehler: http://flyspray.rocks.cc/bts/javascript/functions.js: SyntaxError: Parse error at line 163
Although all parenthesis seem to be set correctly Konqueror doesn’t like the syntax. Maybe Konqueror JS does not like inline function assignment, so it needs to be moved into a normal function body which is not inline to the Ajax instance construction and the function needs to be referenced by just it’s name. I remember I had one time such a problem in my own project.
Oops sorry, delete my comment here. Wrong task...
It’s fixed anyway in the latest revision.