<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: aria-describedby is a duplicated during addRowData</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on aria-describedby is a duplicated during addRowData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26567</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26567</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you very much for this. Fixed in GitHub</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 11 May 2012 09:52:52 +0300</pubDate>
        </item>
        <item>
        	<title>J-Back on aria-describedby is a duplicated during addRowData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26560</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26560</guid>
        	        	<description><![CDATA[<p>My apologies for not being clear.</p>
</p>
<p>File: jquery.jqGrid.src.js</p>
<p>Line:&#160; 2923</p>
<ul>
</ul>
<p>prp = t.formatCol(i,1,v, data, rowid, true);</p>
<p>row[row.length] = "&#60;td role="gridcell" aria-describedby=""+t.p.id+"_"+nm+"" "+prp+"&#62;"+v+"&#60;/td&#62;";</p>
</p>
<p>Notice the manual addition of aria-describedby=...&#160; However t.formatCol appends an aria-describedby=...&#160;&#160; which causes a .innerHTML call in the jQuery method .after() to fail due to the duplicate attribute (tested by removing the additional "aria-describedby" attribute).</p>
]]></description>
        	        	<pubDate>Fri, 11 May 2012 04:06:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on aria-describedby is a duplicated during addRowData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26552</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26552</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Not sure that I understand the problem - especially weith this:</p>
<blockquote>
<p>However this element has a manual addition of aria-describedby</p>
</p>
</blockquote>
<p>Can you explain again and refer the right lines.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 10 May 2012 14:58:08 +0300</pubDate>
        </item>
        <item>
        	<title>J-Back on aria-describedby is a duplicated during addRowData</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26538</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/aria-describedby-is-a-duplicated-during-addrowdata#p26538</guid>
        	        	<description><![CDATA[<p>Not sure if this was a new change or not, but t.formatCol returns a aria-describedby attribute which then gets included into an html element.&#160; However this element has a manual addition of aria-describedby.&#160; innerHTML fails due to the duplicate (removed "aria-describedby=...." from the source and allowed prp to be appended with it which fixed the issue.&#160; Seems like this only happend after doing an XML ajax load and then doing an addRowData().</p>
</p>
<p>JQuery version 1.7.2</p>
<p>jqGrid version (newest).</p>
</p>
<p>Lines affected in jquery.jqGrid.src.js:</p>
<ul>
<li>2907</li>
<li>2912</li>
<li>2923</li>
</ul>
<p>-Josh</p>
]]></description>
        	        	<pubDate>Tue, 08 May 2012 23:30:46 +0300</pubDate>
        </item>
</channel>
</rss>