[jquery-ui] jQuery Accessible RIA

2009-10-19 Thread Felix Nagel
I posted this to jQuery a11y and Jörn Zaefferer advised me to post this to the en and ui groups. So here it is: A few month ago I asked a bunch of questions in the a11y group to support my master thesis. I finished my work 6 weeks ago and now im ready to show my results: jQuery Accessible RIA,

[jquery-ui] Sortable bug in IE? Any solution

2009-10-19 Thread Blunk
Hi everyone, im need some help here with IE compatibility. I have a small script that uses sortable jquery ui to sort two different UL. It works perfectly on Firefox/Safari/Chrome but on IE when you move a sub li the animation messes up. If anyone could take a look at it and tell me if there is

[jquery-ui] Datepicker highlightweek

2009-10-19 Thread Bronson
Hi every body, i'm mixed up with the highlightweek, which is implemented in jquery UI datepicker widget version 1.6... but not anymore in version 1.7.2 (version i use). Is there a way to highlight a onmouseovered (and selected) week? Thks for any help.

[jquery-ui] Re: Sortable bug in IE? Any solution

2009-10-19 Thread Cyril Lopez
2009/10/19 Blunk djbl...@gmail.com Hi everyone, im need some help here with IE compatibility. I have a small script that uses sortable jquery ui to sort two different UL. It works perfectly on Firefox/Safari/Chrome but on IE when you move a sub li the animation messes up. If anyone could

[jquery-ui] Re: sortable serialize

2009-10-19 Thread Cyril Lopez
2009/10/18 wings david.mira...@gmail.com take a look at this: http://stackoverflow.com/questions/187073/jquery-sortables On Oct 8, 1:55 pm, Bert b...@oostdesign.nl wrote: jQuery(.sortable).sortable({ connectWith: .sortable }): Next I want to have some array (in php) like this:

[jquery-ui] Dialog's close event when triggered by ESC weirdness.

2009-10-19 Thread Bohdan Ganicky
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

[jquery-ui] Re: Dialog's close event when triggered by ESC weirdness.

2009-10-19 Thread Bohdan Ganicky
Hi Brandon, the fact is I actually WANT the dialog to be closed (and close event triggered) when ESC is pressed. But the point is, that the page reload happens only when you click the dialog's close button. Pressing ESC will run everything before the window.location.reload() but the page isn't

[jquery-ui] Re: Dialog's close event when triggered by ESC weirdness.

2009-10-19 Thread Bohdan Ganicky
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

[jquery-ui] Re: Dialog's close event when triggered by ESC weirdness.

2009-10-19 Thread Brandon Ryall
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

[jquery-ui] Re: Dialog's close event when triggered by ESC weirdness.

2009-10-19 Thread Brandon Ryall
That's normal behavior, if you don't want the close on escape you'll have to add that parameter. You could also write code to look for esc keypress and then run your function. $('.selector').dialog({ closeOnEscape: false }); - Brandon Ryall

[jquery-ui] Re: Weird data error

2009-10-19 Thread Brandon Ryall
Figured I'd share this just in case anybody ever runs into a similar error, My problem appeared to be that I was trying to destroy the draggable items after they had already been cleared out. Just moved the code for the destroy above the html clear and everything went back to functioning

[jquery-ui] Re: Problems with multiple dialogs

2009-10-19 Thread Matt Ball
I set up a test on jsbin that exactly reproduces the problem. Please have a look. http://jsbin.com/eqaba/ To reproduce, open both dialogs (order doesn't matter), and then close the filter dialog by clicking the x or OK button. If you then click the filter button, it brings both dialogs back.

[jquery-ui] Re: Dialog's close event when triggered by ESC weirdness.

2009-10-19 Thread Bohdan Ganicky
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

[jquery-ui] fg-menu selection not displaying in iFrame

2009-10-19 Thread mv5...@att.com
Hi, I downloaded and installed the fg-menu plugins. After setting up my navigation and my iframe, my iframe as a target seems to be ignored. I would try this using div/div intead of iframes but that seem a bit more complicated. Using IE6 Not sure what else I can provide to help. Here's the

[jquery-ui] problem with modal behavior

2009-10-19 Thread Jquery
Hello all, I am having issue with the modal: true value of the dialog of the JQuery UI. I have set that to true but still the background is clickable. I have set the overlay too. I am using the latest version of ui which is 1.7.2. Can anyone help me with this? I am not sure what else I need to

[jquery-ui] Ajax with JqueryUI components

2009-10-19 Thread Rashid Sultan
Hi, Have anyone used Ajax with these components. --~--~-~--~~~---~--~~ 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

[jquery-ui] Tutorial to igoogle setup with portlets

2009-10-19 Thread Anders Tillebeck
Hello I have with succes used this demo to make my first jquery page as an introduction to jquery: http://interface.eyecon.ro/demos/sort.html The link is to a demo where content elements (from now called portlets) can be moved, collapsed and expanded. I search for a guide or tutorial on how to

[jquery-ui] Using Images

2009-10-19 Thread mvbaffa
Hi, I have a hyperlink like this: a href=#Namespan class=ui-icon ui-icon-closethick style=float:right; //a The problem is that the icon closethick icon is appearing twice. Why is that According to the doc\dialog.html the closethick is rendered like this: a class=ui-dialog-titlebar-close