IntroductionThis page only cover the things that are already tested. The functions that are not discussed below is not yet tested. Minimo 0.016 (Gecko/20060610)The User-Agent string: Mozilla/5.0 (Windows; U; Windows CE 5.1; rv:1.8.1a3) Gecko/20060610 Minimo/0.016 Test ResultThe Input Method Editor window is not movable. JavaScript related| Issue | Description | | Base.js | No problems found. | | DOM | No problems found. | | Ajax | XMLHttpRequest() available. | | Load JS dynamically | Can be done by window.eval() with XMLHTTP. | | Load CSS dynamically | Can be done by document.createElement('link') and append to <head> . |
| Event | Description | | onkeydown | addEventListener works. | | onkeyup | addEventListener works. | | onkeypress | addEventListener works. | | onmousedown | Not exists. | | onmouseup | Not exists. | | onmousemove | Not exists. |
|