Bug

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
Sounds to me like you've got the Google toolbar installed in your browser. Have a look at the AutoFill settings...
I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
do you have a CSS linked?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


I have a very unusual bug. When I use the HTML below in a web form my
TextBox is yellow. I cannot set the background color to anything else. In
run mode it is always yellow. The key is using Name. If I change Name to
anything else no problem. I know this sounds bizare but I have repeated the
problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
No. I reduced the problem to the simple HTML you see. No style sheet. I repeated the problem by creating another page in the same project where I was having trouble. Then i created another new page in an entirely new project and the same problem.

jay
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message do you have a CSS linked?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


I have a very unusual bug. When I use the HTML below in a web form my
TextBox is yellow. I cannot set the background color to anything else. In
run mode it is always yellow. The key is using Name. If I change Name to
anything else no problem. I know this sounds bizare but I have repeated the
problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
I repeated the problem by creating another page in the same project where I was having trouble. Then i created another new page in an entirely new project and the same problem.

I do have the Google Toolbar installed.

jay
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
I just ran the website from another pc and indeed there was no problem. I should have thought of doing this long ago. So the culprit might be the Google toolbar.

Thanks.

jay
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
You are exactly right. I did have autofill on the google toolbar turned on.

Jay
Sounds to me like you've got the Google toolbar installed in your browser. Have a look at the AutoFill settings...
I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
Jay,

I've had the same problem, the google toolbar is causing this, it recognizes several textbox-names within the form like zipcode city name lastname etc. and colors them yellow, using the AutoFill you can Automatically fill in these yellow fields with information entered in the AutoFill option of the google toolbar. Nothing to worry about.

hope this helps.
Jurjen.
I have a very unusual bug. When I use the HTML below in a web form my TextBox is yellow. I cannot set the background color to anything else. In run mode it is always yellow. The key is using Name. If I change Name to anything else no problem. I know this sounds bizare but I have repeated the problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
The culprit IS the Google Toolbar.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

I just ran the website from another pc and indeed there was no problem. I
should have thought of doing this long ago. So the culprit might be the
Google toolbar.

Thanks.

jay
Does this happen on any other pages?

Do you have the Google toobar installed?

Brian W


I have a very unusual bug. When I use the HTML below in a web form my
TextBox is yellow. I cannot set the background color to anything else. In
run mode it is always yellow. The key is using Name. If I change Name to
anything else no problem. I know this sounds bizare but I have repeated the
problem twice.



<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="300"
border="1">
<TR>
<TD>Name:</TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>


Is this a know bug?

Jay
 
Back
Top