singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

Tasks sample application does not behave well in Chrome #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and run the tasks application.
2. Login and create a task. 
3. Add tasks 

Do these while you are logged in from Mozilla Firefox and Also Try the same 
when you are logged in from Google Chrome

What is the expected output? What do you see instead?

Mozilla Firefox - the Tasks are saved. Drag and Drop of Tasks are possible.
Google Chrome - The Tasks are not save. Drag and Drop of Tasks are not possible.

What version of the product are you using? On what operating system?
I am on Ubuntu and I am at the svn r134.

Please provide any additional information below.

This is a javascript related issue.

Original issue reported on code.google.com by orsenthil@gmail.com on 29 Dec 2010 at 11:33

GoogleCodeExporter commented 8 years ago
Hi, did anyone solve the problem yet? I also am facing the same problems. Tasks 
doesn't seem to work with Chrome, but works with FireFox. I'm also on Ubuntu.

Original comment by mohdha...@gmail.com on 11 Jun 2011 at 6:16

GoogleCodeExporter commented 8 years ago
it just worked for me..

Original comment by aron7...@gmail.com on 4 Nov 2011 at 1:28

GoogleCodeExporter commented 8 years ago
For whomever it was not working, I have managed to solve the issue here:
http://code.google.com/p/uthcode/source/browse/trunk/projects/discipline-score/s
tatic/javascript/tasks.js

Just replace the tasks.js in your folder with the above and you should be fine,

Original comment by orsenthil@gmail.com on 4 Nov 2011 at 1:44