Flyspray - The bug killer!

“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.

Tasklist

FS#930 - "My searches" menu only partly visible in IE6

Attached to Project: Flyspray - The bug killer!
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
Task Type Bug Report
Category User Interface
Status Closed
Assigned To No-one
Operating System Windows XP
Severity Very Low
Priority Normal
Reported Version 0.9.9-devel
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In 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.

This task depends upon

Closed by  Florian Schmitz (Floele)
Tuesday, 04 July 2006, 19:28 GMT+2
Reason for closing:  Fixed in devel
Additional comments about closing:  rev 731
Comment by Florian Schmitz (Floele) - Wednesday, 24 May 2006, 09:22 GMT+2

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.

Comment by Kai Krakow (kakra) - Wednesday, 31 May 2006, 15:28 GMT+2

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.

Comment by Kai Krakow (kakra) - Wednesday, 31 May 2006, 15:28 GMT+2

Oops sorry, delete my comment here. Wrong task...

Comment by Florian Schmitz (Floele) - Wednesday, 31 May 2006, 15:48 GMT+2

It’s fixed anyway in the latest revision.

Loading...