<?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: Labels are not visible on Add Edit Dialog box</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box</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/labels-are-not-visible-on-add-edit-dialog-box/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>shashiwagh on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26151</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26151</guid>
        	        	<description><![CDATA[<p>The docType was already there in my code <strong>&#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&#62;</strong></p>
<p>I did removed the other js files and keep the doc as above, then facing same problem. But when I change the doc type to<strong> &#60;!DOCTYPE HTML&#62;</strong> the problem get resolved</p>
</p>
<p><strong>Below is code which is not wprking</strong></p>
<p>&#60;%@page language="java" session="true"%&#62;<br />&#60;%@ include file="taglibs.jsp"%&#62;<br />&#60;%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%&#62;<br />&#60;%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%&#62;<br />&#60;%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%&#62;<br />&#60;%@ page isELIgnored="false"%&#62;<br />&#60;%@ page import="java.util.*"%&#62;<br />&#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&#62;<br />&#60;html&#62;<br />&#60;head&#62;<br />&#60;title&#62;User View&#60;/title&#62;<br />&#60;!&#8211; CSS &#8211;&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="jsquery/resources/jquery/css/ui-darkness/jquery-ui-1.8.17.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="jsquery/resources/jqgrid/css/ui.jqgrid.css" /&#62;</p>
<p>&#60;script type="text/javascript" src="jsquery/resources/jquery/js/jquery-1.7.1.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/js/jquery-ui-1.8.17.custom.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="jsquery/resources/jqgrid/js/grid.locale-en.js" &#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jqgrid/js/jquery.jqGrid.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="js/user.js"&#62;&#60;/script&#62;<br />&#60;/head&#62;</p>
<p>&#60;style type="text/css"&#62;<br />body,table {<br />&#160;&#160; &#160;font: 11px Arial;<br />}<br />&#60;/style&#62;<br />&#60;body&#62;<br />&#160;&#160; &#160;<br />&#60;table id="jsonmap"&#62;&#60;/table&#62;<br />&#60;div id="pjmap"&#62;&#60;/div&#62;<br />&#160;&#160; &#160;&#160;&#160; &#160;<br />&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
]]></description>
        	        	<pubDate>Thu, 15 Mar 2012 07:37:54 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26138</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26138</guid>
        	        	<description><![CDATA[<p>Sorry, was <strong>&#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&#62;</strong> already in your previous test? In the case the problem should be another one. It is strange only why you deleted the line from the HTML code which you posted in your previous post.</p>
<p>Next which is not clear: do you have another results now after the usage of <strong>&#60;!DOCTYPE HTML&#62;</strong>? Is the problem with ui-darknes still exist?</p>
<p>What is additionally wrong in your code: you included first <strong>jquery-ui-1.8.17.custom.min.js</strong> and then you includes the same modules of jQuery UI as <strong>ui/jquery.ui.core.js</strong> and so on. You can either include <strong>jquery-ui-1.8.17.custom.min.js</strong>&#160;or include <strong>ui/jquery.ui.core.js</strong><strong>, ...</strong>, but not the both in the same time.</p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 15:37:52 +0200</pubDate>
        </item>
        <item>
        	<title>shashiwagh on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26136</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26136</guid>
        	        	<description><![CDATA[<p>Hey Thankz......</p>
<p>It was &#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&#62;</p>
<p>Changed to &#60;!DOCTYPE HTML&#62;</p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 14:56:20 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26134</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26134</guid>
        	        	<description><![CDATA[<p>You should <em>never ever</em> use <strong>&#60;html&#62;</strong> pages without <strong>&#60;!DOCTYPE html ...&#62;</strong> line before. In the simplest form it would be <strong>&#60;!DOCTYPE html&#62;</strong>&#160;and it will mean that your page is written in HTML5. The usage <strong>&#60;html&#62;</strong> without DOCTYPE means that you use <a href="http://en.wikipedia.org/wiki/Quirks_mode" target="_blank">quirks mode</a>. It means that your page is more as 15 year old and it is created before HTML 4 standard are known. Probably you are in the time of IE3. The quirks mode will be not supported by jQuery UI.</p>
<p>Look <a href="/jqgridwiki/doku.php?id=wiki:first_grid#html_file" target="_blank">the documentation</a> for an example.</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 13:38:13 +0200</pubDate>
        </item>
        <item>
        	<title>shashiwagh on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26133</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26133</guid>
        	        	<description><![CDATA[<p>The problem is only for Add, Edit dialog box.</p>
<p>everything else look fine.......</p>
</p>
<p>This is my JSP</p>
<p>&#60;html&#62;<br />&#60;head&#62;<br />&#60;title&#62;User View&#60;/title&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="jsquery/resources/jquery/css/ui-darkness/jquery-ui-1.8.17.custom.css" /&#62;<br />&#60;link rel="stylesheet" type="text/css" media="screen" href="jsquery/resources/jqgrid/css/ui.jqgrid.css" /&#62;</p>
<p>&#60;script type="text/javascript" src="jsquery/resources/jquery/js/jquery-1.7.1.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/js/jquery-ui-1.8.17.custom.min.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.ui.core.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.ui.widget.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.ui.tabs.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.ui.dialog.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.effects.core.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.effects.blind.js"&#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jquery/ui/jquery.effects.explode.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="jsquery/resources/jqgrid/js/grid.locale-en.js" &#62;&#60;/script&#62;<br />&#60;script type="text/javascript" src="jsquery/resources/jqgrid/js/jquery.jqGrid.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="js/user.js"&#62;&#60;/script&#62;</p>
<p>&#60;style type="text/css"&#62;<br />body,table {<br />&#160;&#160; &#160;font: 11px Arial;<br />}<br />&#60;/style&#62;<br />&#60;body&#62;<br />&#160;&#160; &#160;<br />&#60;table id="jsonmap"&#62;&#60;/table&#62;<br />&#60;div id="pjmap"&#62;&#60;/div&#62;</p>
<p>&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>This is user.js</p>
</p>
<p>$(function() {<br />&#160;&#160; &#160;jQuery("#jsonmap").jqGrid({&#160; &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;userViewAll.do&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype: "json",<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;Id&#39;,&#39;First Name&#39;, &#39;Last Name&#39;, &#39;NBK ID&#39;,&#39;Email ID&#39;,&#39;Role&#39;],<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;accountId&#39;,index:&#39;accountId&#39;, width:55, editable:true, editoptions:{readonly:true}, search:false},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;firstName&#39;,index:&#39;firstName&#39;, width:150, editable:true, editrules: { required: true}, searchrules:{"required":true}},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;lastName&#39;,index:&#39;lastName&#39;, width:150, editable:true, editrules: { required: true}, searchrules:{"required":true}},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;userNBId&#39;,index:&#39;userNBId&#39;, width:100, editable:true, editrules: { required: true, custom:true, custom_func:f_checkNBK}, searchrules:{"required":true}},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;email&#39;,index:&#39;email&#39;, width:300, editable:true, editrules: { required: true}, search:false, sortable:false},<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;roleName&#39;,index:&#39;roleName&#39;, width:120, editable: true, edittype:"select", editoptions:{value:"1:ROLE_USER;3:ROLE_ADMIN"}, searchrules:{"required":true}}&#160;&#160; &#160;<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;],<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;rowNum:20,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;rowList:[20,30,40,50],<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;pager: &#39;#pjmap&#39;,<br />&#160;&#160; &#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;accountId&#39;,<br />&#160;&#160; &#160;&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160; &#160;&#160;&#160; &#160;jsonReader: {<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;repeatitems : false,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;id: "0&#8243;<br />&#160;&#160; &#160;&#160;&#160; &#160;},<br />&#160;&#160; &#160;&#160;&#160; &#160;caption: "User List",<br />&#160;&#160; &#160;&#160;&#160; &#160;height: &#39;500px&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;editurl: &#39;editData.do&#39;<br />&#160;&#160; &#160;});<br />&#160;&#160; &#160;jQuery("#jsonmap").jqGrid(&#39;navGrid&#39;,&#39;#pjmap&#39;,{edit:true,add:true,del:true},{closeAfterEdit: true},{closeAfterAdd: true});<br />});</p></p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 12:54:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26130</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26130</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Just tested with ui-darknes and everything is ok for me.</p>
<p>Please be a sure you have the latest fersion of jQuery UI</p>
<p>Use the theme and the code from the same version.</p>
<p>Be a sure all the files from the theme are copied to the server.</p>
<p>Check your permissions.</p>
<p>Also if the problem persist, please send me a simple test case in order to investigate.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 10:17:24 +0200</pubDate>
        </item>
        <item>
        	<title>shashiwagh on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26129</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26129</guid>
        	        	<description><![CDATA[<p>Any updates on above.</p>
<p>Still facing the issue. Don&#39;t know what went wrong...........</p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 09:13:59 +0200</pubDate>
        </item>
        <item>
        	<title>shashiwagh on Labels are not visible on Add Edit Dialog box</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26112</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/labels-are-not-visible-on-add-edit-dialog-box#p26112</guid>
        	        	<description><![CDATA[<p>I am using JqGrid 4.3.1 with Jquery-ui-1.8.17</p>
<p>I am facing problem when I change my application theme to ui-darkness or dark-hive.</p>
<p>In these themes the labels on add and edit dialog box not visible.</p>
<p>The font color is black on these dialogs.</p>
<p>Thanks</p>
<p>--Shashi</p>
]]></description>
        	        	<pubDate>Mon, 12 Mar 2012 09:42:23 +0200</pubDate>
        </item>
</channel>
</rss>