Defect #53
IE7 strange issue
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
Hi,
I attached a screenshot of the problem:
- the text_fields are filled with cyrillic chars. The page encoding is set to Unicode (UTF-8). I'm using the native
windows language bar.
- take a look at the drop-down menus for Status (áтðтуÑÂ), Version (ÒõрÑÂøÑÂ):) When I just point the mouse
on the project drop-down menu, they disappear.
Regards,
Nikolay
History
2007-05-02 13:07 - Jean-Philippe Lang
IE6 has a bug: drop down lists (html select tags) are rendered
over any div (without taking care of z-index attribut). So they
are programmatically hidden (with javascript) when showing the
menu.
IE7 seems to have this bug fixed. I could modify this behaviour
to hide drop down lists only if IE < version 7.
To be honest, I hate loosing time to make things work with IE,
when it runs fine with Firefox :-)
2007-05-02 13:20 - Nikolay Solakov
So do I :) I use only Firefox :)
But there is a lot of users in a company or even in the
clients network to ignore it :(
The drop-down list are not so important to deal with them,
but the cyrillic input seems to be :(
I think for a while how people use IE without even know of
existing of Firefox... bad people :))