<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Bug: Tabindex Validation Error</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bug-tabindex-validation-error</link>
		<description>Gravity Support Forums Topic: Bug: Tabindex Validation Error</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:02:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/bug-tabindex-validation-error" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Bug: Tabindex Validation Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-tabindex-validation-error#post-11738</link>
			<pubDate>Thu, 28 Oct 2010 10:59:13 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">11738@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the research. You are absolutely right.&#60;br /&#62;
I have made the corrections on our trunk version. They will be released next week (hopefully) with 1.5 Beta
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ElectricEasel on "Bug: Tabindex Validation Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-tabindex-validation-error#post-11713</link>
			<pubDate>Wed, 27 Oct 2010 17:34:23 +0000</pubDate>
			<dc:creator>ElectricEasel</dc:creator>
			<guid isPermaLink="false">11713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, on line 195 of the same file, you have improperly encoded ampersands, causing validation errors as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ElectricEasel on "Bug: Tabindex Validation Error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-tabindex-validation-error#post-11712</link>
			<pubDate>Wed, 27 Oct 2010 17:28:05 +0000</pubDate>
			<dc:creator>ElectricEasel</dc:creator>
			<guid isPermaLink="false">11712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for this great plugin! I searched the forums here, and every topic about tabindex's was kinda old, so I figured I start a new one to let you know about a bug I discovered while validating my new site.&#60;/p&#62;
&#60;p&#62;I noticed that one of the errors that it was throwing was &#34;invalid value&#34; or something like that. It was showing up as 'tabindex=&#34;tabindex=&#34;104&#34;'. So I did some searching, and found the problem (grep is my friend. :P )&#60;/p&#62;
&#60;p&#62;I found that on line 150 of form_display.php, the $tabindex was being retrieved like this:&#60;/p&#62;
&#60;p&#62;$tabindex = GFCommon::get_tabindex();&#60;br /&#62;
and that would return 'tabindex=&#34;#&#34;'&#60;/p&#62;
&#60;p&#62;and then on line 157, $tabindex was being output by 'tabindex=&#34;$tabindex&#34;', effectively giving the output that I described above. &#60;/p&#62;
&#60;p&#62;So I changed it to just '$tabindex' (to match other inputs nearby in the code), and now it outputs expected value.&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
