Comment #6 on issue 2368 by m0.interactive: Wrong caret position in Report  
Bug dialog when focused
http://code.google.com/p/chromium/issues/detail?id=2368

Hey, it turned out to be that it was treating it as a normal single line  
text field
instead of a multi line text field
Someone please code review this:
http://codereview.chromium.org/13008

Within the ClipXCoordToVisibleText, it is always believing the x coordinate  
is GetTextLength() , which is incorrect. Why not just do the bound check  
with the given
x parameter getting sent?

It works great now! You can now see the proper caret.




-- 
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 chromium-bugs@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to