Skip to main content

Search and Top Navigation

#9350 closed bug (duplicate)

Opened May 31, 2013 01:23PM UTC

Closed May 31, 2013 01:28PM UTC

resizing jquery ui dialog triggers window resize

Reported by: omuleanu Owned by:
Priority: minor Milestone: none
Component: ui.dialog Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

here's the demo: http://jsbin.com/irecoq/5/edit

the problem is that when resizing a jquery ui dialog, window resize event is triggered

why is this a problem for me:

I'm handling the window resize to reposition and resize (if it's out of bounds) the dialog, but because the resize triggers window resize, resizing won't work anymore for me so current solution is to just disable the resizing

is the triggering of window.resize on dialog resize intended behaviour or a bug ?

Attachments (0)
Change History (1)

Changed May 31, 2013 01:28PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #7514.