Skip to main content

Search and Top Navigation

#9143 closed bug (notabug)

Opened March 08, 2013 03:13AM UTC

Closed March 11, 2013 02:14AM UTC

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.

Attachments (0)
Change History (7)

Changed March 08, 2013 03:16AM UTC by tj.vantoll comment:1

owner: → bryn
status: newpending

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.

Changed March 08, 2013 05:18AM UTC by bryn comment:2

status: pendingnew

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.

Changed March 08, 2013 05:19AM UTC by bryn comment:3

jsfiddle does not present a jquery UI 1.10.1 option. So presenting a test case is not possible for me. sorry.

Changed March 08, 2013 01:19PM UTC by tj.vantoll comment:4

Replying to [comment:3 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.

Changed March 11, 2013 02:09AM UTC by bryn comment:5

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.

Changed March 11, 2013 02:13AM UTC by tj.vantoll comment:6

Replying to [comment:5 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/.

Changed March 11, 2013 02:14AM UTC by tj.vantoll comment:7

resolution: → notabug
status: newclosed