Search and Top Navigation
#9161 closed bug (notabug)
Opened March 17, 2013 06:52AM UTC
Closed March 18, 2013 05:34PM UTC
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.
Attachments (0)
Change History (4)
Changed March 18, 2013 01:43AM UTC by comment:1
owner: | → jbb43 |
---|---|
status: | new → pending |
Changed March 18, 2013 02:33AM UTC by comment:2
component: | ui.core → ui.autocomplete |
---|
Changed March 18, 2013 05:28PM UTC by comment:3
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.
Changed March 18, 2013 05:34PM UTC by comment:4
resolution: | → notabug |
---|---|
status: | new → closed |
This is a bug in jqGrid. jqGrid is using a custom dialog and not utilizing .ui-front
.
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.