[Webkit-unassigned] [Bug 66562] New: [Qt] adds one extra column width to defined value of cols attribute of TEXTAREA element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 08:19:33 PDT 2011


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

           Summary: [Qt] adds one extra column width to defined value of
                    cols attribute of TEXTAREA element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rajesh.2.salian at nokia.com


Precondition: Qt Webkit2 latest build built with qmake config "webkit2" on ubuntu desktop

steps to reproduce:
1. open the page
http://www.w3.org/MarkUp/Test/HTML401/current/tests/17_7-BF-02.html through MiniBrowser.

Actual result:
a) in 1st textbox, text 123456 fit on the first line and the text 7890 fit on
the second line
b) in 2nd textbox, text 123456789 fit on the first line and the text 0 fit on
the second line

Expected result:
a) in 1st textbox, text 12345 fit on the first line and the text 67890 fit on
the second line
b) in 2nd textbox, text 12345678 fit on the first line and the text 90 fit on
the second line

Note: 
This bug not reproducible with QtTestBrowser.
This bug is reproducible on chrome browser too.

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