E
Euclid
(Sorry if this isn't the correct NG for this query, but my choices seem
limited. I asked on a more specific IE NG but got no response.)
My IE6 has developed a bug while typing text into a composition box with the
attribute wrap="virtual" (or "soft"). It doesn't wrap the lines correctly.
Of course that's the default for IE, so it doesn't need to be told, but most
websites include that attribute in their code line, such as:
<TEXTAREA NAME="message" ROWS=8 COLS=68 WRAP=VIRTUAL WRAP=SOFT>
</TEXTAREA>
Interesting(?) but this particular IE6 bug does not happen if the wrap
attribute is omitted from the code line, such as:
<textarea COLS=55 ROWS=10 name="body"></textarea>
How would I go about repairing this operation in IE6?
I'm not sure if I need to give details about the bug. I will if requested,
but perhaps you can trust me that text composition boxes aren't working
exactly right in my IE6 browser. The lines don't wrap correctly. Somehow a
particular IE6 file(s) is probably corrupted. Unfortunately sfc /scannow
doesn't fix it, nor does changing the IE fonts.
I'm running Windows XP Home.
-E
limited. I asked on a more specific IE NG but got no response.)
My IE6 has developed a bug while typing text into a composition box with the
attribute wrap="virtual" (or "soft"). It doesn't wrap the lines correctly.
Of course that's the default for IE, so it doesn't need to be told, but most
websites include that attribute in their code line, such as:
<TEXTAREA NAME="message" ROWS=8 COLS=68 WRAP=VIRTUAL WRAP=SOFT>
</TEXTAREA>
Interesting(?) but this particular IE6 bug does not happen if the wrap
attribute is omitted from the code line, such as:
<textarea COLS=55 ROWS=10 name="body"></textarea>
How would I go about repairing this operation in IE6?
I'm not sure if I need to give details about the bug. I will if requested,
but perhaps you can trust me that text composition boxes aren't working
exactly right in my IE6 browser. The lines don't wrap correctly. Somehow a
particular IE6 file(s) is probably corrupted. Unfortunately sfc /scannow
doesn't fix it, nor does changing the IE fonts.
I'm running Windows XP Home.
-E