RESOLVED FIXED Bug 34470
[Qt] Non-ASCII line breaking doesn't work properly (seen at www.mail.ru)
https://bugs.webkit.org/show_bug.cgi?id=34470
Summary [Qt] Non-ASCII line breaking doesn't work properly (seen at www.mail.ru)
LuCiFer
Reported 2010-02-02 04:02:30 PST
Created attachment 47919 [details] 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...
Attachments
screenshots (2.41 KB, image/png)
2010-02-02 04:02 PST, LuCiFer
no flags
Tor Arne Vestbø
Comment 1 2010-03-10 06:30:13 PST
Please follow the QtWebKit bug reporting guidelines when reporting bugs. See http://trac.webkit.org/wiki/QtWebKitBugs Specifically: - The 'QtWebKit' component should only be used for bugs/features in the public QtWebKit API layer, not to signify that the bug is specific to the Qt port of WebKit http://trac.webkit.org/wiki/QtWebKitBugs#Component - Add the keyword 'Qt' to signal that it's a Qt-related bug http://trac.webkit.org/wiki/QtWebKitBugs#Keywords
Kent Hansen
Comment 2 2010-03-11 06:27:11 PST
Reproduced with Qt 4.6.3 against r55658. Possibly same issue as https://bugs.webkit.org/show_bug.cgi?id=32019 ?
Joe Wild
Comment 3 2011-03-04 14:51:13 PST
https://bugs.webkit.org/show_bug.cgi?id=34470 Bug 34470 - [Qt] Non-ASCII line breaking doesn't work properly (seen at www.mail.ru) https://bugs.webkit.org/show_bug.cgi?id=32019 ? Bug 32019 - [Qt] last word inside a tag is divided into two lines if it ends with non-ascii characters I looked at both these errors and was not able to reproduce either. Neither has been commented on in almost a year. I suspect these were duplicates that have been fixed along the way. Unless someone can verify these are still a problem, I think these should be resolved as WorksForMe.
LuCiFer
Comment 4 2011-03-05 00:16:21 PST
I try check this bug on Qt 4.7.0 today. I think this problem resolved. mail.ru and example from 1st post work fine.
Note You need to log in before you can comment on or make changes to this bug.