<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Continue Button running away on Hover in Chrome</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Continue Button running away on Hover in Chrome</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:02:14 +0000</pubDate>

<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21901</link>
<pubDate>Mon, 29 Sep 2014 12:03:49 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21901@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;Does this version 4.2 already include the fix you mentioned above?&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;br /&#62;
- CJ
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21899</link>
<pubDate>Mon, 29 Sep 2014 07:46:13 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21899@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Here is the upgrade instruction from v4.1 to v4.2:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/upgrading-machform-v3&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/upgrading-machform-v3&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21890</link>
<pubDate>Sun, 28 Sep 2014 06:51:58 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21890@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is a wonderful news. The more I am using MachForm the more I really appreciate the rich features and the professional support from your small team. I have a stupid question. I have version 4.1 and couldn't find the steps to upgrade to version 4.2. Could you show me how?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
CJ
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21886</link>
<pubDate>Sat, 27 Sep 2014 09:33:22 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21886@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, if you are already using v4.2, please login to member area and download the package again. Extract the package and replace your current &#34;includes/view-functions.php&#34; file from the package. This is the only file need to be updated.&#60;/p&#62;
&#60;p&#62;If you still using v4.1 or older, edit your &#34;includes/view-functions.php&#34; file. Search around line 5259 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_markup = &#38;lt;&#38;lt;&#38;lt;EOT&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;above that line, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$self_address = htmlentities($_SERVER[&#38;#39;PHP_SELF&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then search around line 5285 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form id=&#38;quot;form_{$form-&#38;gt;id}&#38;quot; class=&#38;quot;appnitro {$form-&#38;gt;label_alignment}&#38;quot; {$form_enc_type} method=&#38;quot;post&#38;quot; data-highlightcolor=&#38;quot;{$field_highlight_color}&#38;quot; action=&#38;quot;#main_body&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form id=&#38;quot;form_{$form-&#38;gt;id}&#38;quot; class=&#38;quot;appnitro {$form-&#38;gt;label_alignment}&#38;quot; {$form_enc_type} method=&#38;quot;post&#38;quot; data-highlightcolor=&#38;quot;{$field_highlight_color}&#38;quot; action=&#38;quot;{$self_address}&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those should fix the jumping issue.&#60;br /&#62;
Or you can contact us directly and let us know your exact machform version. We'll send you the patch above.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/contact&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21883</link>
<pubDate>Sat, 27 Sep 2014 06:06:32 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21883@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Apparently, this is a Chrome bug that affect Chrome v36 or newer:&#60;br /&#62;
&#60;a href=&#34;http://crbug.com/400793&#34; rel=&#34;nofollow&#34;&#62;http://crbug.com/400793&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please star that issue to get direct notification of updates from the Chrome folks.&#60;br /&#62;
We're monitoring the progress and will try to find a workaround.
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21871</link>
<pubDate>Thu, 25 Sep 2014 07:15:48 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21871@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;any news? not only the button issue, the checkboxes behave the same way in Chrome.
&#60;/p&#62;</description>
</item>
<item>
<title>hamlingordon on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21796</link>
<pubDate>Wed, 17 Sep 2014 03:36:24 +0000</pubDate>
<dc:creator>hamlingordon</dc:creator>
<guid isPermaLink="false">21796@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;my form works outside of Joomla,  i will be setting up a test on a live demo server using the same forms next week and report back, for right know my client needed this work done ASAP so i had to just do it without Joomla.
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21795</link>
<pubDate>Tue, 16 Sep 2014 13:47:24 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21795@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;it's in the Advanced CSS and this is what I added:&#60;/p&#62;
&#60;p&#62;.btn_primary:hover&#60;br /&#62;
{&#60;br /&#62;
   background-color: #96bd4c;&#60;br /&#62;
   cursor: pointer;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;If I remove that then the hover no longer have issue but the Matrix still has similar effect.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21794</link>
<pubDate>Tue, 16 Sep 2014 13:38:21 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21794@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Where is the hover state code of the button being located? I can't seems to find it.&#60;br /&#62;
This might be related with the issue.
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21793</link>
<pubDate>Tue, 16 Sep 2014 13:28:48 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21793@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I just switch to a generic theme from WP, Twenty Twelve and same problem. But it only happen on the second page. Also if I remove the hover state of the button then the issue stop. However, the same issue still effect on Matrix where you click on areas near chekbox it will shift the page.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21766</link>
<pubDate>Mon, 15 Sep 2014 18:31:53 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21766@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry, I can't seems to figure out the problem yet. This might be related with the wordpress theme that might interfere with the form.&#60;br /&#62;
When I opened the form directly, it seems to be working fine:&#60;br /&#62;
&#60;a href=&#34;http://tht.nguyenle.me/machform/embed.php?id=11487&#34; rel=&#34;nofollow&#34;&#62;http://tht.nguyenle.me/machform/embed.php?id=11487&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;hamlingordon -- can you let me know the URL of your form please? I'll check it as well
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21764</link>
<pubDate>Mon, 15 Sep 2014 05:40:29 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21764@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;any luck?
&#60;/p&#62;</description>
</item>
<item>
<title>hamlingordon on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21748</link>
<pubDate>Fri, 12 Sep 2014 00:48:17 +0000</pubDate>
<dc:creator>hamlingordon</dc:creator>
<guid isPermaLink="false">21748@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;i'm having the same problem when i embed the form in Joomla 3.x  it only happens on the second page
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21727</link>
<pubDate>Mon, 08 Sep 2014 16:02:19 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21727@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for getting back to me. I have been struggling all day to figure out how to fix this bug before midnight at our launch site. But ends up have to put up a message when detect Chrome browser. I just setup a test site that has just a few basic plugins and still have the same issue.&#60;/p&#62;
&#60;p&#62;The URL is &#60;a href=&#34;http://sgux.nguyenle.me/form-bug-chrome/&#34; rel=&#34;nofollow&#34;&#62;http://sgux.nguyenle.me/form-bug-chrome/&#60;/a&#62; - The Green button is a Continue button. The odd thing it's not happen on the first page but on the second page and on. I couldn't figure out.&#60;/p&#62;
&#60;p&#62;Using Chrome also I have noticed that on the second page of the form. The matrix if you click on a any cell instead of the checkbox, the form moved.&#60;/p&#62;
&#60;p&#62;BTW, I was wondering if the name of the class for this button called btn_primary is so generic that might have some conflict with others? If you name every class start with mf-then-class-name, etc. that would help eliminate a number of conflict? The theme I am using is Enfold. My next test would be to use another simple form to see if I could duplicate the same issue.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
- CJ
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21724</link>
<pubDate>Mon, 08 Sep 2014 06:28:20 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21724@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This one is pretty odd. Can you let me know an URL please? I'll check it.
&#60;/p&#62;</description>
</item>
<item>
<title>bemofunny on "Continue Button running away on Hover in Chrome"</title>
<link>https://www.machform.com/forums/topic/continue-button-running-away-on-hover-in-chrome#post-21714</link>
<pubDate>Fri, 05 Sep 2014 07:04:41 +0000</pubDate>
<dc:creator>bemofunny</dc:creator>
<guid isPermaLink="false">21714@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a some what hilarious bug that was reported by one of our tester. At first I thought they were crazy but then I was able to duplicate it. Using Chrome in the case where I have multiple pages form. The Continue button whenever I hover try to move the from to the top and therefore, shift the position of the Continue button away from the cursor. Making it like it's playing to run away from you. Is there a CSS or javascript that causing it?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
- CJ
&#60;/p&#62;</description>
</item>

</channel>
</rss>
