[Webkit-unassigned] [Bug 41069] New: <textarea> not displayed correctly and causing further errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 07:04:04 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41069

           Summary: <textarea> not displayed correctly and causing further
                    errors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://swlab.mt.haw-hamburg.de/~s1991802/cornick/konta
                    kt.php
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: CorniMac at web.de


The site contains a text-area in a form which is in a table. 
The source code of the table row with the text-area is 
<tr>
        <td>Anfrage</td>
        <td><textarea name="anfrage" cols="40" rows="10"</textarea></td>
</tr>
and doesn't cause problems with the stable version of Safari 5 nor with Gecko browsers I tested so far.
However, WebKit r61670 stops displaying to another div that should be shown (div id="menu" which is shown if you are logged in). For some reason it fills code into the textarea. This is not intended in the source code, however, the web inspector clearly shows that it's just put into there.
The code in question is everything that comes after </textarea>, causing, for example, div="menu" which is specified after </textarea> not to appear.

WebKit r61670 on Mac OS X 10.6, problem not appearing in the stable version of Safari 5.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list