<?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>How to prevent double click</title><link>https://community.appian.com/discussions/f/user-interface/21729/how-to-prevent-double-click</link><description>We developed a grid view with an action associated with row-click event. 
 Is there a way we ignore a double click event triggered by users?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to prevent double click</title><link>https://community.appian.com/thread/85010?ContentTypeID=1</link><pubDate>Thu, 26 Aug 2021 13:30:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85d34fbf-5df8-476d-9784-4d68b26f07fd</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;I think the big question is: should users be able to deselect an existing row or not? If no, Mike&amp;#39;s suggestion should work well. If yes, it&amp;#39;s going to be difficult to distinguish between an accidental double click and a purposeful deselection. I suppose you could store the timestamp of the selection and then check to see when the last selection was to determine if it&amp;#39;s been fast or short. However, that seems like overkill to me.&lt;/p&gt;
&lt;p&gt;The other thing I&amp;#39;d suggest thinking about is how bad this really is.&amp;nbsp;If an accidental double click submitted two processes or something like that, I could understand looking at this. However, if it just quickly shows and hides, this seems like a minor issue where your users would only encounter it once or twice before quickly learning that it&amp;#39;s a single click.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prevent double click</title><link>https://community.appian.com/thread/84988?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 19:23:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10b3facf-56ae-4708-b96d-42c56ce4c866</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="58282" url="~/discussions/f/user-interface/21729/how-to-prevent-double-click/84987#84987"]However, if the user click twice (double click) on a record in left column, the content in right side columns display the static page.&amp;nbsp;Appian considers the second click as deactivate/unselect of the record [/quote]
&lt;p&gt;Can you post a sample of the code used to create your link in question and the action it takes?&amp;nbsp; Just make sure to use a Code Box (&amp;quot;Insert&amp;quot; -&amp;gt; &amp;quot;Insert Code&amp;quot;) for best formatting/etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prevent double click</title><link>https://community.appian.com/thread/84987?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 19:20:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34c3ede9-b236-48f6-b3f2-b8a69c965aac</guid><dc:creator>Venkata </dc:creator><description>&lt;p&gt;There is a show when conditions behind. When I click on record, I display the summary of that record.&lt;/p&gt;
&lt;p&gt;Here is the design of the interface: Have two columns - Left and Right.&lt;/p&gt;
&lt;p&gt;On load, left column is loaded with&amp;nbsp;collection of records/rows. Right column is loaded with static message.&lt;/p&gt;
&lt;p&gt;When I click on one of the records in left column, right column will be refreshed with another interface.&lt;/p&gt;
&lt;p&gt;However, if the user click twice (double click) on a record in left column, the content in right side columns display the static page.&amp;nbsp;Appian considers the second click as deactivate/unselect of the record and showing the static message again.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to prevent double click</title><link>https://community.appian.com/thread/84986?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 19:01:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ebc0e047-894e-4e95-8bc3-90adfdec6c6c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What effect does the click have?&amp;nbsp; Can the link be disabled after the result of the click is resolved?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>