Issue 3811: First word after a line wrapping has its initial letters
missing in Google's internal issue tracking database's text area.
http://code.google.com/p/chromium/issues/detail?id=3811
Comment #8 by [EMAIL PROTECTED]:
I can reproduce this bug in the current dev-channel 0.4.154.18 when I edit
an some
google internal pages which include form-boxes with initial values (i.e.
they come
prepopulated). In addition to the aforementioned redraw error, I even get
the
following results which are seemingly worse:
A typical box will context text like:
--------------------------------------
abcdefghijklmnop
more lines
--------------------------------------
If I position the cursor between the "c" and the "d" and start typing
numbers, I'll
see errant layout that looks like I have insert mode off, and I'm
overwriting
characters. This is what it would look like if I typed "123" between
the "c" and "d"
Note how the characters "def" will vanish :-/.
--------------------------------------
abc123ghijklmnop
more lines
--------------------------------------
If I then move my cursor around enough (maybe down two lines??), it will do
a correct
redraw and show:
--------------------------------------
abc123defghijklmnop
more lines
--------------------------------------
This makes editing pretty unusable.
Per discussion with beng, I'll put in as Mstone-1.0 until triaged otherwise.
Issue attribute updates:
Cc: [EMAIL PROTECTED]
Labels: -OS-All -Mstone-1.1 OS-Windows Mstone-1.0
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---