Forum Moderators: open

Message Too Old, No Replies

Strange Rendering in Chrome

never had this problem before today....

         

txbakers

5:51 pm on Jan 9, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Very odd.

Here is the one line of rendered HTML:
<tr style="background:#fcf1df">
<td class="xxtxt">&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td class="xxtxt">
<input type="checkbox" value="m554349" name="check" checked>&nbsp;#####@sbcglobal.net&nbsp;
</td>
<td class="xxtxt">
<input type="checkbox" value="f554349" name="check" checked>&nbsp;#####@ey.com&nbsp;
</td>
</tr>

In IE it looks fine and always has. It always looked fine in Chrome, until today!

Here what it looks like in Chrome: (well the parts you can copy/paste anyway)

#####@sbcglobal.net
554349" name="check" checked>#######@ey.com

See how the HTML code (in red) is appearing next to the email address? Usually an errant apostrophe or quotes would cause that, but I don't see any in the rendered HTML.

Any ideas?
THANKS.

What is even odder, is that the random HTML snippets appear randomly on random parts of the page.

After a close/open of Chrome I get this:

df">

appearing at the top of a table.
Validator first....

encyclo

6:08 pm on Jan 9, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I suspect the problem is with the browser, not the code :) If you have any extensions enabled, you could try disabling them temporarily - otherwise I would try a reinstall of Chrome. Maybe it got corrupted during an update?

Drag_Racer

4:20 pm on Jan 11, 2010 (gmt 0)

10+ Year Member



try: in place of <input ... checked> use <input ... checked='checked'>