AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

editInPlace VS GoogleChrome #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Google Chrome doesn't support. What can we do?

Original issue reported on code.google.com by xurshi...@gmail.com on 15 Mar 2012 at 1:43

GoogleCodeExporter commented 8 years ago
Works in Google Chrome on Linux. Can you add more details about the problem you 
are experiencing? Maybe show some code?

Also, post your question on http://stackoverflow.com/.

Original comment by dave.jar...@gmail.com on 14 Apr 2012 at 11:17

GoogleCodeExporter commented 8 years ago
I have found what the problem is. It's actually a problem with WebKit, not just 
Chrome. 

The problem seems to only be evident if the 'edit in place' field is within a 
form tag. 

I narrowed it down by removing line after line from my page, as I see that the 
demo works in WebKit. 

You can see the difference in these two files:
http://www.ultrawebsites.com/test/works-in-webkit.html
http://www.ultrawebsites.com/test/does-not-work-in-webkit.html

I wonder if the fix described here will work: 
http://code.google.com/p/jquery-in-place-editor/issues/detail?id=72

Cheers
Matt

Original comment by ultraweb...@gmail.com on 31 May 2012 at 12:48

GoogleCodeExporter commented 8 years ago
(ie. it doesn't work in Safari OR Chrome, which are both powered by WebKit).

Original comment by ultraweb...@gmail.com on 31 May 2012 at 12:53

GoogleCodeExporter commented 8 years ago
I can confirm that the fix described in issue 72 solves the problem for me 
(although the line to be changed is on 253 for me).

Original comment by ultraweb...@gmail.com on 31 May 2012 at 1:27

GoogleCodeExporter commented 8 years ago
All fields I was using for EditInPlace were under form. I just removed the form 
and it worked in Chrome. Thanks for the help. Saved my day researching :-)

Original comment by ehtsham....@ilsainteractive.com on 29 Aug 2013 at 7:17