<?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[Page crashed when using tab?]]></title><description><![CDATA[<p dir="auto">When I use 'Tab' to move through the input fields the page crashes just when I arrive at the submit button.<br />
This happens only in some of my localhost projects.</p>
<p dir="auto">I checked the and validated successfully the HTML code.</p>
]]></description><link>https://forums.opera.com/topic/16512/page-crashed-when-using-tab</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 21:03:58 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/16512.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Aug 2016 21:15:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Page crashed when using tab? on Fri, 12 Aug 2016 17:00:26 GMT]]></title><description><![CDATA[<p dir="auto">Even more interesting <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=as0c4tkadao" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":-)" alt="🙂" /></p>
<p dir="auto">I tested this in Chrome 52 as well (both Opera 39 and obviously Chrome 52 are based on Chromium 52), but there the bug wasn't present, so it seems like an Opera specific bug.</p>
<p dir="auto">Also, I use Ubuntu with Unity, so it doesn't seem to be a distro or DE dependent bug.</p>
]]></description><link>https://forums.opera.com/post/104771</link><guid isPermaLink="true">https://forums.opera.com/post/104771</guid><dc:creator><![CDATA[gustavwiz]]></dc:creator><pubDate>Fri, 12 Aug 2016 17:00:26 GMT</pubDate></item><item><title><![CDATA[Reply to Page crashed when using tab? on Thu, 11 Aug 2016 18:47:45 GMT]]></title><description><![CDATA[<p dir="auto">I was curious why this happens to only some of the pages and I found out that as soon as I add border style to the input element the bug ceases and the page doesn't crash. For example:</p>
<pre><code>&lt;input style="border: 1px solid #dddddd;" type="submit" name="name" value="Submit"&gt;
</code></pre>
<p dir="auto">I hope this helps a little!</p>
]]></description><link>https://forums.opera.com/post/104713</link><guid isPermaLink="true">https://forums.opera.com/post/104713</guid><dc:creator><![CDATA[jeton-thaci]]></dc:creator><pubDate>Thu, 11 Aug 2016 18:47:45 GMT</pubDate></item><item><title><![CDATA[Reply to Page crashed when using tab? on Thu, 11 Aug 2016 15:41:05 GMT]]></title><description><![CDATA[<p dir="auto">Interesting, I tested the code and the page crashes for me as well, but only in Opera stable (39.0.2256.48), in the beta and developer channels it works.</p>
<p dir="auto">I have reported the bug anyway. You can look for it in the changelogs with this id: DNAWIZ-5488. (And I linked to this forum post so if anyone gets credit it should be you <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=as0c4tkadao" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":-)" alt="🙂" /> )</p>
]]></description><link>https://forums.opera.com/post/104703</link><guid isPermaLink="true">https://forums.opera.com/post/104703</guid><dc:creator><![CDATA[gustavwiz]]></dc:creator><pubDate>Thu, 11 Aug 2016 15:41:05 GMT</pubDate></item><item><title><![CDATA[Reply to Page crashed when using tab? on Wed, 10 Aug 2016 10:42:20 GMT]]></title><description><![CDATA[<p dir="auto">I'm sorry for the previous incomplete comment. Here is the sample:</p>
<pre><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;meta charset="utf-8"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;form action="" method="post"&gt;
      &lt;input type="text" name="name" value=""&gt;
      &lt;input type="submit" name="name" value="Submit"&gt;
    &lt;/form&gt;
  &lt;/body&gt;
&lt;/html&gt;
</code></pre>
]]></description><link>https://forums.opera.com/post/104620</link><guid isPermaLink="true">https://forums.opera.com/post/104620</guid><dc:creator><![CDATA[jeton-thaci]]></dc:creator><pubDate>Wed, 10 Aug 2016 10:42:20 GMT</pubDate></item><item><title><![CDATA[Reply to Page crashed when using tab? on Wed, 10 Aug 2016 03:27:14 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Hi,<br />
Can you upload a test case?<br />
And what version are you using?</p>
</blockquote>
<p dir="auto">Version information</p>
<p dir="auto">Version:	39.0.2256.48 - Opera is up to date<br />
Update stream:	Stable<br />
System:	Arch Linux (x86_64; Deepin)</p>
<p dir="auto">I'm not sure what do you mean by test cast, but here is an example of a simple php file in my local server.</p>
<p dir="auto">&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta charset="utf-8"&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;form action="" method="post"&gt;<br />
&lt;input type="text" name="name" value=""&gt;<br />
&lt;input type="submit" name="name" value="Submit"&gt;<br />
&lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p dir="auto">When I open it in the browser and press tab to move to the submit button the page crashes!!!</p>
]]></description><link>https://forums.opera.com/post/104601</link><guid isPermaLink="true">https://forums.opera.com/post/104601</guid><dc:creator><![CDATA[jeton-thaci]]></dc:creator><pubDate>Wed, 10 Aug 2016 03:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Page crashed when using tab? on Mon, 08 Aug 2016 18:39:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Can you upload a test case?</p>
<p dir="auto">And what version are you using?</p>
]]></description><link>https://forums.opera.com/post/104530</link><guid isPermaLink="true">https://forums.opera.com/post/104530</guid><dc:creator><![CDATA[gustavwiz]]></dc:creator><pubDate>Mon, 08 Aug 2016 18:39:27 GMT</pubDate></item></channel></rss>