Modify ↓
Ticket #5981 (closed bug: invalid)
bug
| Reported by: | chethan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.2 |
| Component: | unfiled | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
when i create a dropdown menu using jquery in my system, and the same application when i put at another system, the menu does not drop. please suggest appropriate remedy.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I've got the same behavior, but only in IE7. I've added some option tags to a select tag with .html(). It is shown in the DOM tree of the generated code, but not shown in the rendered view. I've tested it with IETester. Changing the zoom level in IETester will show the options in the dropdown. Might be some problems with rendering. With jQuery 1.3.2 everything is fine.