betypus / eid-javascript-lib

Automatically exported from code.google.com/p/eid-javascript-lib
0 stars 0 forks source link

Firefox 4: Failed to convert picture on eID to base64 string #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use Firefox 4
2. open example_picture.html or example_upload_picture.html

What is the expected output? What do you see instead?
A picture is not displayed. The 64 encoding fails.

What version of the product are you using? On what operating system?
Firefox 4

Please provide any additional information below.
The method GetPicture of the eid applet returns a value of type "function", 
which should be type "object".

Original issue reported on code.google.com by eidjavas...@gmail.com on 14 May 2011 at 2:57

GoogleCodeExporter commented 9 years ago
1.8 14/05/2011
- Fix Firefox 4: method GetPicture of applet returns a value of type "function".
  The value is converted into an array.

Original comment by Johan.De...@gmail.com on 18 Nov 2011 at 12:50