[Webkit-unassigned] [Bug 34470] New: Char wrapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 04:02:30 PST 2010


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

           Summary: Char wrapping
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: 2xl at mail.ru


Created an attachment (id=47919)
 --> (https://bugs.webkit.org/attachment.cgi?id=47919)
screenshots

At first, sorry my english :(

I am using WebKit in Qt 4.6.1, and i am found a problem with rendering last
char at some words.
This problem you can also view at other browser based on QtWebKit, sush as
Arora, QtWeb, QtDemoBrowser.

To see this bug visit http://www.mail.ru, use one of them browser, and in login
frame you can see that some last chars in new line. (see screenshot one)

Also you can create simple html file:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<style>
.t {width: 100%;}
.t .a {width: 5%;}  
</style>
</head>
<body>
<table class="t">
    <tr>
        <td class="a">Пароль</td>
        <td> </td>
    </tr>
</table>
</body>
</html>

and open it in WebKit. Last char 'ь' will be in new line. (see screenshot two)

p.s. sorry my english again...

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