Multi-select field won't work in firefox
pictogram - January 23, 2008 - 06:32
| Project: | Drupal Administration Menu |
| Version: | 5.x-2.x-dev |
| Component: | CSS / Browser Support |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I had a hard finding what was the cause of my problem. I couldn't multi-select items in Firefox when logged as admin. The cause seems to be your module. After deactivated your module everything went Ok ??? Maybe a CSS problem, z-index ???
here's my first post about that : http://drupal.org/node/212034
My setup :
Firefox 2.0.0.11
Drupal 5.6
WinXP SP2

#1
I am not able to reproduce this bug in Firefox. I'm working with Firefox most of the time myself.
However, I bet that you altered admin_menu.css or overrided that stylesheet in your theme and changed
position: absolutetoposition: fixed. We had to set it toabsoluteexactly because of these mystic bugs in Firefox.#2
Automatically closed -- issue fixed for two weeks with no activity.