[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-15 Thread [EMAIL PROTECTED]
Hi Mika, Did you have any thoughts on what might be caugsing the conflict? Regards, Steve On Apr 8, 8:43 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Apr 8, 2008, at 8:55 PM, [EMAIL PROTECTED] wrote: Thanks, but I think you missed the problem. 'Editable item' does work, but 'Editable

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-15 Thread Mika Tuupola
On Apr 14, 2008, at 1:34 PM, [EMAIL PROTECTED] wrote: I'm sorry I haven't had time to look deep into it. Did you have any thoughts on what might be caugsing the conflict? Thanks, but I think you missed the problem. 'Editable item' does work, but 'Editable tab 3' doesn't. The reason I

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
On Apr 7, 2008, at 9:18 PM, [EMAIL PROTECTED] wrote: If anyone's trying to debug this, I have also tried running a function rather than loading ok.php. Even if that function contains only an alert (and a return - or even just a return) it doesn't get run in I would debug, but I need some

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread [EMAIL PROTECTED]
Hi Mika, Here's a sample: http://www.rymix.co.uk/jquery/d15/inline.html It doesn't actually _do_ anything, but if you look at server activity you'll see that ok.php never gets called. It returns 'OK!' Regards, Steve On Apr 8, 11:06 am, Mika Tuupola [EMAIL PROTECTED] wrote: On Apr 7, 2008, at

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
On Apr 8, 2008, at 6:05 PM, [EMAIL PROTECTED] wrote: Hi Mika, Here's a sample: http://www.rymix.co.uk/jquery/d15/inline.html It doesn't actually _do_ anything, but if you look at server activity you'll see that ok.php never gets called. It returns 'OK!' Regards, Firefox 2.0.0.13 on OSX. I

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
On Apr 8, 2008, at 6:47 PM, Mika Tuupola wrote: On Apr 8, 2008, at 6:05 PM, [EMAIL PROTECTED] wrote: Hi Mika, Here's a sample: http://www.rymix.co.uk/jquery/d15/inline.html It doesn't actually _do_ anything, but if you look at server activity you'll see that ok.php never gets called. It

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread [EMAIL PROTECTED]
Thanks, but I think you missed the problem. 'Editable item' does work, but 'Editable tab 3' doesn't. The reason I included both a standard ul and tabs one controlled by UI in example was to prove there's nothing wrong with the editable() command (as they both have the class .tabEdit). Can you

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
On Apr 8, 2008, at 8:55 PM, [EMAIL PROTECTED] wrote: Thanks, but I think you missed the problem. 'Editable item' does work, but 'Editable tab 3' doesn't. The reason I included both a standard ul and tabs one controlled by UI in example was to prove there's nothing wrong with the editable()

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-07 Thread [EMAIL PROTECTED]
Do you have test page online? Just tested with 2.0.0.13 and did not encounter any problems. I don't have an online test. Our dev servers are locked away, and it's a royal pain moving this to a public server. However, I will build one if I can't get to the bottom of the problem. After removing

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-07 Thread [EMAIL PROTECTED]
Well, I still can't figure out what the problem is. The issue seems to be an incompatibility between jEditable and UI tabs. Here is an example: http://www.rymix.co.uk/jquery/d15/inline.html The standard unordered list at the top and the table beneath use the same jQuery/jEditable code, but only

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-07 Thread [EMAIL PROTECTED]
If anyone's trying to debug this, I have also tried running a function rather than loading ok.php. Even if that function contains only an alert (and a return - or even just a return) it doesn't get run in Firefox. HTH Steve

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-05 Thread Mika Tuupola
On Apr 4, 2008, at 6:48 PM, [EMAIL PROTECTED] wrote: Hi all, I am building a really simple jEditable (plugin) implementation with the latest jQuery SVN. Trouble is I can't get it to work in Firefox 2.0.0.13. In this example in Firefox, no cal is being made to the php file (php/ tabsave.php).

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-05 Thread Erik Beeson
(and is jEditable the best edit-in-place plugin for jQuery anyway?) Yes.