Search and Top Navigation
#9396 closed bug (invalid)
Opened June 24, 2013 08:52PM UTC
Closed July 10, 2013 08:45AM UTC
modal window bug with IOS6
Reported by: | aolvera | Owned by: | aolvera |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Im using jquery1.8.3 and jquery-ui-1.9.2; im showing a window as modal type; my configurations are
.dialog({
minWidth:404, minHeight:180
modal: true,
draggable: true,
resizable: false,
autoOpen: true,
closeOnEscape: true,
hide: 'fade',
show: 'fade',
});
in all desktop browser working fine; in IOS safari its showing fine but when zoom in, the windows goes to botom right and get cut in the browser so the text boxes cant be reachable, when zoom out the window modal goes again to the center of the browser
Is this something for jquery or its IOS issue?
Attachments (0)
Change History (4)
Changed June 25, 2013 01:34AM UTC by comment:1
owner: | → aolvera |
---|---|
status: | new → pending |
Changed June 25, 2013 02:34PM UTC by comment:2
status: | pending → new |
---|
Hi
Looks like just with a position absolute its get fixed
I was doing some research and looks its happening also in this page and has the same jquery and dialog
http://www.shopjustice.com/ in the upper menu the "order status" its a modal and in IOS when u zoom in the window goes to lower left corner
Thanks anyway
Changed June 25, 2013 02:49PM UTC by comment:3
status: | new → pending |
---|
I'm not sure how that site is related at all, since it doesn't even use jQuery UI. The comment about absolute positioning is confusing as well, since dialogs use absolute positioning by default.
Changed July 10, 2013 08:45AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Hi aolvera,
Thanks for taking the time to contribute to the jQuery UI project.
I'm not seeing the issue you're describing in iOS with the latest version of jQuery UI: http://jsfiddle.net/tj_vantoll/anZFD/. Could you please alter the test case to show the issue you're seeing?
Thanks.