Bug 66562
| Summary: | [Qt] adds one extra column width to defined value of cols attribute of TEXTAREA element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | rajesh salian <rajesh.2.salian> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | code.vineet, laszlo.gombos |
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | Linux | ||
rajesh salian
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
=== Bulk closing of Qt bugs ===
If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.
If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.