Open GoogleCodeExporter opened 9 years ago
<html> <head> <title></title> <meta charset="UTF-8"/> <script src="" type="text/javascript" charset="utf-8"></script> <script> function testf(msg){ document.getElementById("fdiv").innerText+=msg+","; } </script> </head> <body> <input type="text" onfocus="testf('onfocus');" onblur="testf('onblur');"> <input type="text" onfocus="testf('onfocus');" onblur="testf('onblur');" /> <div id="fdiv"></div> </body> </html> as above,when using mouse to trigger blur event,"fdiv" displays result is "onblur,onfocus,onblur". expected:"onblur" based on:jcef_binary_3.1750.1738.91_windows64
Original issue reported on code.google.com by xiwa...@gmail.com on 12 Jan 2015 at 8:28
xiwa...@gmail.com
Original issue reported on code.google.com by
xiwa...@gmail.com
on 12 Jan 2015 at 8:28