Gisellameloni / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

On importing, the notification "Loading image, please wait..." will not close itself #1122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download svg-edit from svn and install
2. Import a simple svg file
3. Wait forever

What is the expected output? What do you see instead?
The window saying "Loading image, please wait..." should close itself. It 
doesn't.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Firefox 22.0, I didn't check the others.

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)
Latest trunk. It doesn't happen in 2.6.

Please provide any additional information below.

Original issue reported on code.google.com by elmar.kr...@gmail.com on 5 Aug 2013 at 9:35

GoogleCodeExporter commented 9 years ago
I just tested with both 2.6 and the latest trunk and see the same problem. 
However, it is not the loading message that is really the problem (I disabled 
the loading message to test), rather the image won't import at all.

I wonder if there was a change in FF at 22 that started the problem. I am 
running 24 and see it still.

Anyone?

Original comment by adrianbj...@gmail.com on 20 Aug 2013 at 9:52

GoogleCodeExporter commented 9 years ago
I was having trouble uploading images and found that part of it was due to the 
confusing labels, where "Import SVG" was actually how you uploaded a jpg/png 
image and "Open Image" was only for svg content.

I also noticed that the "Loading..." message would not go away until you hit 
"cancel" (even though the image appeared successfully) so I disabled the 
'$.process_cancel' function as a result.  I wouldn't mind this message 
appearing if it were cleared once the upload was complete.

Original comment by sunfire...@gmail.com on 29 Apr 2014 at 2:34

GoogleCodeExporter commented 9 years ago
I think this cancel issue should now be resolved in trunk. Please confirm.

Original comment by bret...@gmail.com on 22 May 2014 at 11:30