Skip to main content

Search and Top Navigation

#5478 closed bug (notabug)

Opened April 02, 2010 09:24PM UTC

Closed July 30, 2010 01:05AM UTC

Last modified October 11, 2012 09:15PM UTC

jquery ui 1.8 weird behavior .dialog("open")

Reported by: wessontom70@gmail.com Owned by:
Priority: minor Milestone:
Component: ui.dialog Version: 1.8
Keywords: Cc:
Blocked by: Blocking:
Description

just FYI, jquery ui 1.8 seems to like to jump the page when calling

the .dialog("open") regardless of other posts suggesting to simply

return false in the event handler -- i'm using IE 8 in IE7 emulate

mode

the simple fix was i switched to 1.7.2 and the problem went away --

too bad though, i'd like to keep current

actually, 1.7.2 works with jquery 1.3.2 and 1.4.2 -- it's only when

1.8 gets involved there's a problem

Attachments (0)
Change History (5)

Changed June 07, 2010 03:49AM UTC by jedatu comment:1

I am also seeing this behavior in versions 6,7,8 of IE. I am still investigating to see if I can create a test case, but in the meantime, I can verify that this is not an isolated incident.

Changed June 07, 2010 05:24PM UTC by jedatu comment:2

Replying to [comment:1 jedatu]:

I upgraded to version 1.8.2 and then applied position:absolute to the root div.ui-dialog and it seems to be working fine. (Also see this thread: Stack Overflow Ques 2747431)

Changed June 07, 2010 05:30PM UTC by scottgonzalez comment:3

The .ui-dialog element has to be positioned. This is a requirement of the dialog plugin and the positioning defaults to absolute in the theme file. Can someone post a page showing the problem?

Changed July 30, 2010 01:05AM UTC by scottgonzalez comment:4

resolution: → invalid
status: newclosed

Closing due to inactivity.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:5

milestone: TBD

Milestone TBD deleted