﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><pubDate>Mon, 29 Oct 2012 02:27:08 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Glad to hear that the trick to add css selector which pointed to the corresponding textbox element successfully hides the box.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><pubDate>Thu, 25 Oct 2012 06:53:45 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Yudi, &lt;/p&gt;
&lt;p&gt;  that hides the textbox.  Thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><pubDate>Wed, 24 Oct 2012 23:03:45 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;&lt;p&gt;... &lt;span style="color: rgb(31, 73, 125);"&gt;&amp;lt;input onkeydown="WGUI.TBKDMZ()" onkeypress="WGUI.TBKPMZ()" id="ctl00_MainContent_WebGrid1_Moz" style="position: absolute; top: -500px; left: -500px;" type="text"&amp;gt;&lt;/span&gt; ...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;It is the textbox element which is used by WebGrid when user edits a cell. The element is supposed to be hidden and unexpectedly appearing in the viewable area of your browser (Firefox and Chrome).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;You may try to hide the element by adding following css in the page.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;style type="text/css"&amp;gt;
    #ctl00_content_WebGrid1_Moz
    {
        z-index: -1;
        display: none;
    }
&amp;lt;/style&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I have tested this workaround in my local end and so far found no problem. Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><pubDate>Wed, 24 Oct 2012 07:24:19 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;Is there a element called webgrid1_Moz assocated with the webGrid?  I have no elements with that name on my pages.  Is there code within webGrid: &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&amp;lt;input onkeydown="WGUI.TBKDMZ()" onkeypress="WGUI.TBKPMZ()" id="ctl00_MainContent_WebGrid1_Moz" style="position: absolute; top: -500px; left: -500px;" type="text"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;Also you need to use XHTML doc type&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;I'll try to see if I can modify a sample to show it, but as you can cleary see in my image it does appear.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;</description></item><item><title>webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><pubDate>Tue, 23 Oct 2012 22:29:36 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;This problem is quite odd and we have not received such reports so far. I tried to reproduce the problem in my local tests by viewing the &lt;a href="http://live.intersoftpt.com/cs/WebGrid/FirstExperience.aspx"&gt;live sample version of FirstExperience.aspx&lt;/a&gt; in Firefox 16.01 and Chrome 22 but my efforts were not successful -- everything worked smoothly and the reported appearing-textbox control is not reproducible.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I’m willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly give us a step-by-step guide that we can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webgrid with Firefox and Chrome</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-with-Firefox-and-Chrome/</link><pubDate>Tue, 23 Oct 2012 06:41:31 GMT</pubDate><dc:creator>John.Bonin@dot.gov</dc:creator><description>&lt;p&gt;With Firefox and Chrome there is a textbox control that shows up when it is suppose to be hidden.  The ID is &lt;span style="font-family: 'calibri','sans-serif'; color: #1f497d; font-size: 11pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;input#ctl00_maincontent_webgrid1_moz&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'calibri','sans-serif'; color: #1f497d; font-size: 11pt; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;The source code is 
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&amp;lt;input onkeydown="WGUI.TBKDMZ()" onkeypress="WGUI.TBKPMZ()" id="ctl00_MainContent_WebGrid1_Moz" style="position: absolute; top: -500px; left: -500px;" type="text"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;Attached is an image that shows the extra text box.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="color: #1f497d"&gt;&lt;/span&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>