systemapic / systemapic.js

Systemapic Javascript API
https://systemapic.com
0 stars 3 forks source link

Upload button not working on IE #137

Open knutole opened 8 years ago

knutole commented 8 years ago

Internet Explorer 11.0 on Windows 6.1

IE gir ikke tilgang til Upload; trykker her og ingenting skjer, hjelper ikke å leegge til i SecrySIte

image003 1

knutole commented 8 years ago

Not possible to click "Upload data" button on IE. Nothing happens, according to client. Check console logs and fix :)

IgorZiegler commented 8 years ago

@knutole we are using Resumable.js lib for this as I understood, console is empty. In docs wrote that

This is relied on for the ability to chunk files into smaller pieces. Currently, this means that support is widely available in to Firefox 4+, Chrome 11+, Safari 6+ and Internet Explorer 10+.

So IE11 should be sported... strange bug

knutole commented 8 years ago

@IgorZiegler Are there any errors in the console? I don't think this is a resumable bug, probably just a simple click-related bug.

IgorZiegler commented 8 years ago

@knutole console is clear

IgorZiegler commented 8 years ago

We handle this click in resumable as i thought. Is it correctly?

knutole commented 8 years ago

Not sure what causes this. You need to console.log your way thru the code to find out where it stops.

IgorZiegler commented 8 years ago

@knutole But we aren't handling click in our code=) It's handling in resumable

IgorZiegler commented 8 years ago

@knutole https://github.com/23/resumable.js/issues/290 I have added issue to resumable.js and asked Brian about a solution of this problem.