Opened 10 years ago
Closed 10 years ago
#9161 closed bug (notabug)
1.10.2 autocomplete drop down renders behind jqgird form
Reported by: | jbb43 | Owned by: | jbb43 |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On jquery-ui 1.10.2 the drop down resulting from autocomplete is placed behind the jqrid form so the entries cannot be selected. (jquery 1.8, jqgrid 4.4.1)
Autocomplete works properly on this combination: Jquery-ui 1.8.2 and jquery 1.8, and jqgrid is 4.4.1.
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to jbb43 |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Component: | ui.core → ui.autocomplete |
---|
comment:3 Changed 10 years ago by
Status: | pending → new |
---|
Here is a jsFiddle test case.
http://jsfiddle.net/jbb43/qASZT/8/
Add or edit a record, and then type 'a' to see the drop down is behind the form. This issue occurs at jquery-ui 1.10, versions 1.9 or less work fine.
comment:4 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
This is a bug in jqGrid. jqGrid is using a custom dialog and not utilizing .ui-front
.
Note: See
TracTickets for help on using
tickets.
Hi jbb43,
Thanks for taking the time to contribute to the jQuery UI project. In order to assess this ticket we're going to need a reduced test case showing the issue. You can use this as a starting point: http://jsfiddle.net/tj_vantoll/hmarM/.
Thanks.