moxie
moxie copied to clipboard
Pollyfills for XHR2 and File API
I spotted them in WordPress vendor files and wanted to patch them upstream. Not an urgent thing, but worth fixing this one day or another :)
On a related issue on the WordPress Trac, it was pointed out that the visually hidden input of type=file `FileInput` is still perceived by assistive technologies e.g. screen readers. See...
When I used the new mOxie.image.Image () method, the picture went wrong all the time, and the error was not clear. The code is as follows ` var preloader =...
Version V1.2.1 used now Problem phenomenon Uncaught DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL at i.send (https://[fec0:16::172:16:98:246]/static/common/ju/plupload.full.min.js?36fada25:14:25918) at i.exec (https://[fec0:16::172:16:98:246]/static/common/ju/plupload.full.min.js?36fada25:13:22627) at i.shimExec (https://[fec0:16::172:16:98:246]/static/common/ju/plupload.full.min.js?36fada25:13:23706) at i.exec (https://[fec0:16::172:16:98:246]/static/common/ju/plupload.full.min.js?36fada25:13:23839) at r...
This will result in memory leak --> Naviguator wont free any memory --> ``` var my_preloader = new moxie.image.Image(); myfunction { my_preloader.onload = function() { //resize and display thumbs my_preloader.destroy();...
Is this possible to select multiple files, here: https://github.com/moxiecode/moxie/wiki/File-Picker `` I see hidden input-element in HTML of this code, without `multiple`-attribute, when I running this code: https://github.com/moxiecode/moxie/wiki/File-Picker I did try...
I made a test. There are no custom headers on the request on IE9 emulated via IE11 http://play.plupload.com/v__J_/4
Tried to use https://github.com/moxiecode/moxie/blob/master/src/javascript/o.js to bring int he namespace but getting the following error o.js:23 Uncaught TypeError: Cannot read property 'core' of undefined at o.js:23 Simple example - also tried...
Moxie doens't support reading of gif image sizes? The following code, used with plupload, returns always false for gif but works fine for png and jpg. Please not that the...
It appears that readAsBinaryString is no longer supported by the HTML5 spec. Although implemented in some browsers (Chrome, Firefox) it will [likely be removed](http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/1543.html) in future releases. In addition IE10...