Yes, exactly. I guess I finally haven't stressed this enough in the
code excerpt :). It definitely is an issue with window.location.reload
() used in "close" event and it's really weird.

--
Bohdan

On Oct 19, 11:09 pm, Fontzter <dmfo...@gmail.com> wrote:
> Fyi, Seems like it may just be the reload that has the issue.
> Replacing the close event code with an alert("I closed"); and it
> worked in FF.
>
> Dave
>
> On Oct 19, 1:03 pm, Brandon Ryall <brandon.ry...@emaint.com> wrote:
>
> > Ah I misread oops, yeah I'm only experiencing the issue in Firefox.
>
> > One of the jQuery UI team members can probably tell you if it's a known bug
> > or not.
>
> > -------------------------------------------------
> > Brandon Ryall
> > Software Developer
> > eMaint Enterprises LLC
> > 438 N. Elmwood Road, Suite 201
> > Marlton, NJ 08053
> > P 856-810-2700 x7180
> > F 253-323-6353
>
> > On Mon, Oct 19, 2009 at 12:58 PM, Bohdan Ganicky
> > <bohdan.gani...@gmail.com>wrote:
>
> > > Edit: Seems to be an issue in Firefox only. Tested in FF 2.0.0.20
> > > (Win) and FF 3.5.5pre (Linux).
>
> > > --
> > > Bohdan
>
> > > On Oct 19, 6:31 pm, Bohdan Ganicky <bohdan.gani...@gmail.com> wrote:
> > > > Hi all,
>
> > > > I've just come upon a weird dialog behavior. I have the simplest
> > > > scenario possible. Pure dialog with close event set like this:
>
> > > > $("#dialog").dialog({
> > > >     close: function() {
> > > >         ... // do whatever here, it just happens
> > > >         window.location.reload(); // happens only when "close" is
> > > > triggered by dialog's close button
> > > >     }
>
> > > > });
>
> > > > See it for yourself:http://jsbin.com/aheyo
>
> > > > I'm lost, thanks for any help.
>
> > > > --
> > > > Bohdan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to