<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[EventListener: mouseup]]></title><description><![CDATA[<pre><code>document.addEventListener('mouseup', function(e){
  alert("Success");
}, false);
</code></pre>
<p dir="auto">When I run this code in Opera, Firefox and chrome, hold down the right mouse button, drag the mouse in any direction, and then release it, it works exactly as it should, and the alert pops up. But in Opera, when i turn mouse gestures on, it does not work. If i just right-click, and hold the mouse at the same position, and then release it works, but not if I move.</p>
<p dir="auto">My question is: Is this a bug with mouse gestures or should it be like this? Because my code does not work when it is like this in opera with mouse gestures on. If this is made intentionally, for example if it is some sort of workaround with a problem with mouse gestures, please consider another workaround.</p>
<p dir="auto"><a href="https://jsfiddle.net/ekner/t6afxh9e/" target="_blank" rel="noopener noreferrer nofollow ugc">https://jsfiddle.net/ekner/t6afxh9e/</a></p>
]]></description><link>https://forums.opera.com/topic/9160/eventlistener-mouseup</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 20:18:22 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/9160.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Apr 2015 20:12:08 GMT</pubDate><ttl>60</ttl></channel></rss>