Opened 10 years ago
Closed 10 years ago
#9143 closed bug (notabug)
Close Button out of position
Reported by: | bryn | Owned by: | bryn |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Platform: IE 9/Win 7
When a dialog is opened, the close button is positioned off to the right of the page and it does not visibly form part of the top ribbon on the dialog. It still works to close the dialog however.
Change History (7)
comment:1 Changed 10 years ago by
Owner: | set to bryn |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
I've established that this problem only occurs in IE10 on Win8 and IE9 on Win7 Platforms.
Firefox 19, Chrome 25 and Safari 5.1.7 all work fine with my code unchanged.
comment:3 follow-up: 4 Changed 10 years ago by
jsfiddle does not present a jquery UI 1.10.1 option. So presenting a test case is not possible for me. sorry.
comment:4 Changed 10 years ago by
Replying to bryn:
jsfiddle does not present a jquery UI 1.10.1 option. So presenting a test case is not possible for me. sorry.
In jsFiddle you can add any external scripts on the External Resources pane in the left column. The example I provided is using the latest code from the master branch.
comment:5 follow-up: 6 Changed 10 years ago by
This Issue should be closed.
The correction I found should be documented as a 'Trap for Players'.
The page concerned did not have a !doctype declaration. Adding a Doctype declaration on the page cured the problem where close button was incorrectly positioned. As to why this issue caused problems in IE9 and IE10 I don't know.
comment:6 Changed 10 years ago by
Replying to bryn:
This Issue should be closed.
The correction I found should be documented as a 'Trap for Players'.
The page concerned did not have a !doctype declaration. Adding a Doctype declaration on the page cured the problem where close button was incorrectly positioned. As to why this issue caused problems in IE9 and IE10 I don't know.
jQuery & jQuery UI do not support quirks mode http://contribute.jquery.org/wont-fix/.
comment:7 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Hi bryn,
Again we need a reduced test case in order to assess these issues. You can use this as a starting point http://jsfiddle.net/tj_vantoll/vwk3D/.
Thanks.