Opened 10 years ago
Closed 10 years ago
#9396 closed bug (invalid)
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?
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to aolvera |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
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
comment:3 Changed 10 years ago by
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.
comment:4 Changed 10 years ago by
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.