Search and Top Navigation
#8884 closed bug (invalid)
Opened December 05, 2012 03:19PM UTC
Closed December 20, 2012 09:07AM UTC
Dialog is not displayed the first time (sometimes) in chrome and internet explorer
Reported by: | tudordumitriu | Owned by: | tudordumitriu |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Dialog is not displayed the first time in chrome and internet explorer
The dialog is not opened the first time the triggering button is clicked, but subsequent calls are working just fine.
What is interesting is that the first time will work ONLY if the element that is used as a dialog container is in the CURRENT VIEW of the window. But if the page height is bigger and we have overflow, scroll and the button is at the bottom of the page than the dialog is NOT displayed (again only the first time).
Mentions: The div.dialog("isopen") is true, the js function is displayed just fine.
Attachments (0)
Change History (2)
Changed December 05, 2012 03:22PM UTC by comment:1
owner: | → tudordumitriu |
---|---|
status: | new → pending |
Changed December 20, 2012 09:07AM UTC by comment:2
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 tudordumitriu. Thanks for taking the time to contribute to the jQuery UI project. In order to assess this ticket we're going to need a minimal test case showing the issue.
You can use this jsFiddle as a starting point - http://jsfiddle.net/tj_vantoll/vwk3D/.
Thanks!