--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
sory demo data big
понедельник, 4 февраля 2013 г., 17:41:07 UTC+2 пользователь Ян Жабин написал:I make demo check archive. if you hold middle (scroll) button and move mouse you see that content moves. If you often click middle button in different placeses cursor(move cursor icon) not disappeare
понедельник, 4 февраля 2013 г., 17:09:05 UTC+2 пользователь chaobin.zhang написал:Hi,Can you please provide your node-webkit version?1. The first one I had fix it with this commit. If your version is 0.4.1, please let me know.2. Do you mean the middle cursor didn't disappear like chrome? If not, can you please offer me a simple demo to reproduce the problem?On Mon, Feb 4, 2013 at 10:38 PM, Ян Жабин <iyan...@gmail.com> wrote:
How disable? I know extention for chrome/chromium "Not smooth scrolling" do it. When i press middle button i have two bugs (or features)1. Trace cursor disappears (sorry my bad english)2. If i have div with position absosute and width 100% and body (overflow hidden) with border, all content moves beyond the applicationThanks!
<script type="text/javascript">
document.onmousedown = function(e) {
if (e.which == 2) {
e.preventDefault();
}
}
</script>