Comment #2 on issue 4744 by bksening: Using JSP tag inside INPUT tag  
doesn't render correctly
http://code.google.com/p/chromium/issues/detail?id=4744

[Confirmed] in Chrome 0.4.154.23 (Official Build 5672).

This bug has nothing to do with JSP.  If you take just the HTML <input>  
field code
provided above and put it into a <form> the problem still reproduces.

Specifically, the problem is: Safari and Chrome do not ignore leading  
NEWLINEs (not
spaces) if the value for an <input type="text"> field starts with a bunch of
newlines.  (If the value just contains leading spaces, those _are_  
preserved; this
behavior is the same for all the major browsers.)

For this problem, my testing regarding other browsers is:
    Safari 3 - FAIL, Opera 9 - OK, Firefox 3 - OK, IE 7 - OK (and Chrome -  
FAIL)

Problem only in Safari and Chrome.  WebKit bug?

Summary should be updated to:
    INPUT type="text" tag with value starting with newlines doesn't render  
correctly

-- 
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