Opened 13 years ago
Closed 13 years ago
#5105 closed bug (fixed)
Autocomplete menu not visible in IE6
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.autocomplete | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The menu isn't visible at all. Moving focus is possible, selecting a value isn't ("Selected nothing").
Note: See
TracTickets for help on using
tickets.
The problem is that the menu is taking up the full width of the document, so the collision detection in the position plugin is detecting that it's going out of the window and flipping it, which causes it to be off the screen to the left.