<?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: Display bug (big problem)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem</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/display-bug-big-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>cdukes on Display bug (big problem)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15196</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15196</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
</blockquote>
<blockquote>
<p>I&#39;m not sure that it is the right way. We should give not ready receipt, but possibility to make solutions. I&#39;m not sure that the change of this will make other users happy.</p>
</blockquote>
<blockquote>
</blockquote>
<hr />
<p>Perhaps we&#39;re getting confused here.</p>
<p>I&#39;m talking about displaying text stored in a database table.</p>
<p>So the grid queries the table and says "show me rows 1-2"</p>
<p>These rows show up in the grid display on the page, but one of them contains an email address in the form: &#60;user@domain.com&#62;</p>
<p>Currently, the grid doesn&#39;t display it.</p>
<p>But it should display everything I&#39;ve asked it to from the db table, shouldn&#39;t it?</p></p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 21:49:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Display bug (big problem)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15191</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15191</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4853' value='Select Code' data-codeid='sfcode4853' /></p>
<div class='sfcode' id='sfcode4853'>
<p>i.e. even if the text stored in the DB is an html tag, you don&#39;t want it to be executed, thereby possibly changing the display.</p>
</div>
<p>I&#39;m not sure that it is the right way. We should give not ready receipt, but possibility to make solutions. I&#39;m not sure that the change of this will make other users happy.</p>
<p>At end you have a chiose to resolve this using a build int htmlEncode function in jqGrid applied to the message returned from the server.</p>
<p>Adding so many options will make the grid complex for using, which is not our goal.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 26 Feb 2010 21:23:41 +0200</pubDate>
        </item>
        <item>
        	<title>cdukes on Display bug (big problem)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15131</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15131</guid>
        	        	<description><![CDATA[<p>The text message should be displayed verbatim, not altered in any way - why would you?</p>
<p>i.e. even if the text stored in the DB is an html tag, you don&#39;t want it to be executed, thereby possibly changing the display.</p>
<p>I can&#39;t use htmlspecialchars, it&#39;s outputted in your grid, not in PHP.</p>
<p>Hope that helps clarify 🙂</p></p>
]]></description>
        	        	<pubDate>Wed, 24 Feb 2010 21:21:01 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Display bug (big problem)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15126</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15126</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks, will see what I can do, but what to do if the message contain</p>
<p>&#60;font color=&#39;green&#39;&#62;Some message&#60;/font&#62;</p>
<p>Do you have any recommendations? - so in order to be correct you should do a htmlspecialchars server side. Not sure if I will fix this?</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 24 Feb 2010 19:56:11 +0200</pubDate>
        </item>
        <item>
        	<title>cdukes on Display bug (big problem)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15111</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/display-bug-big-problem#p15111</guid>
        	        	<description><![CDATA[<p>There&#39;s a bug in the display of certain messages that truncates lines containing &#60; and/or &#62;.</p>
<p>Take the following line:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit208' value='Select Code' data-codeid='sfcode208' /></p>
<div class='sfcode' id='sfcode208'>%SYS-5-CONFIG_I: Configured from 172.16.0.123 by Fred Flinstone &#60;fred@flinstone.com&#62;</div>
</p>
<p>When it displays in the grid, I only see:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5181' value='Select Code' data-codeid='sfcode5181' /></p>
<div class='sfcode' id='sfcode5181'>%SYS-5-CONFIG_I: Configured from 172.16.0.123 by Fred Flinstone</div>
<p>
Prior to implementing JqGrid, I had a similar problem in PHP and was able to fix it by adding htmlspecialchars():</p>
<p>But I have no idea how to address that in the grid.</p>
<p>Can someone help?</p>
]]></description>
        	        	<pubDate>Wed, 24 Feb 2010 01:30:59 +0200</pubDate>
        </item>
</channel>
</rss>