<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hi   We&amp;#39;re facing some inconsistency in &amp;quot;mouseup&amp;quot; event</title><link>https://community.appian.com/discussions/f/user-interface/2367/hi-we-re-facing-some-inconsistency-in-mouseup-event</link><description>Hi We&amp;#39;re facing some inconsistency in &amp;quot;mouseup&amp;quot; event of an image in user input task. We&amp;#39;ve a submit button on the form with id &amp;quot;button1&amp;quot; We&amp;#39;re trying to call click event of this button on mouse up of the image. We&amp;#39;re using the following javascript code</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi &lt;br /&gt;&lt;br /&gt;We're facing some inconsistency in "mouseup" event</title><link>https://community.appian.com/thread/8323?ContentTypeID=1</link><pubDate>Mon, 24 Mar 2014 09:39:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1801ed8f-9a38-4538-b225-e076baefd34d</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Have you tried putting the following statement in your code and use the F12 key to launch IE Developer Tools and through the Scripting tab debug this issue? &lt;br /&gt;&lt;br /&gt;I see you already tried &lt;br /&gt;&lt;br /&gt;setTimeout(function(){getObject(&amp;quot;button1&amp;quot;).parentNode.firstChild.click(); }, 100); &lt;br /&gt;&lt;br /&gt;but did you try using IE Developer Tools? Attached you will find a how to enable the debugger once you put the following line before your code&lt;br /&gt;&lt;br /&gt;debugger;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/ie_5F00_js_5F00_debugger.png"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/ie_5F00_js_5F00_debugger.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi &lt;br /&gt;&lt;br /&gt;We're facing some inconsistency in "mouseup" event</title><link>https://community.appian.com/thread/8312?ContentTypeID=1</link><pubDate>Sun, 23 Mar 2014 17:23:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2cc92a77-4089-404e-9caf-a31ac7dbdcd4</guid><dc:creator>Michael Tan</dc:creator><description>Can you elaborate on the inconsistency you are seeing? Does the javascript work sometimes for some users and not for others? Please check the browser versions, as in the past I have seen js compatibility issues between IE versions with the js code you indicate you are using. Please try the following: &lt;br /&gt;$(&amp;#39;input:submit.submitButton&amp;#39;)[0].click();&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>