Skip to main content

Search and Top Navigation

#11776 closed bug (duplicate)

Opened April 05, 2015 02:54PM UTC

Closed April 05, 2015 02:58PM UTC

Dialog: auto height doesn't work after dragging in Firefox

Reported by: tj.vantoll Owned by:
Priority: minor Milestone: none
Component: ui.dialog Version: 1.11.2
Keywords: Cc:
Blocked by: Blocking:
Description

Accidentally deleted this valid ticket from thaham (oops). Content of the ticket recreated below. I'm looking into this one.


Dear Support Team,

after we upgraded from jQuery UI 1.9.2 to 1.11.2 the dialog windows won't resize automatically when content changes dynamically.

We tried to upgrade to 1.11.4 which doesen't fixed the problem either.

We would appriciate if you could handle this issue and give us a feedback when this will be fixed and if there is any workaround that we can use meanwhile.

We use Firefox Browser. On IE 9 it works fine.

Here som facts:

Browser: Firefox 31.5.0

jQuery: 1.11.0

Best regards and thanks for this great framework!

thalal


found a workaround to fix this:

.dialog({

dragStop: function() {

jQuery(this).dialog({height:'auto'});

}

});

Attachments (0)
Change History (2)

Changed April 05, 2015 02:56PM UTC by tj.vantoll comment:1

status: newopen

Changed April 05, 2015 02:58PM UTC by tj.vantoll comment:2

resolution: → duplicate
status: openclosed

Duplicate of #10725.