Summary: | virtual space is visible as an vertical line | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Arash Bijanzadeh <a.bijanzadeh> |
Component: | qt | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch against qt-copy in CVS to fix the problem. |
Description
Arash Bijanzadeh
2003-12-10 22:27:05 UTC
I assume this bug being at level of XFree86 and possibly Qt related too. Because the same happens in KDE 3.1.X series if used with XFree86 4.3. Do you have any idea if this is the case all over KDE or in Kate only? I encounter the same all over the place with KDE 3.1.4 in Slackware with XFree86 4.3. On Debian with a 4.2 series of XFree86 and a KDE 3.1.4 I don't have this problem at all. The same applies to my CVS KDE from few months back. Using Libranet and Slackware, I have this problem using any KDE application (kmail, kate, kedit, ...). Both distros have XFree86 4.3 I have the same problem using KDE 3.1.3, KDE 3.1.4, and KDE 3.2 beta 2. I'm also using Libranet 2.8. and have the same problem in kword, kate, and kedit but not in kbabel. Actually kbabel is the only application that I can write Farsi without problem. THis is happening on kde3.1.4 with X4.2.1 on my machine, so it is not a X relate issue ( The previous versions of kde was just fine. if it happens in all kde apps, this is qt related, as all use other widgets, where should I reassign that bug to, we have no qt component or ? ah, kdelibs/qt might be the right place yes, kdelibs/qt is most probably the right place. The charachter nake is ZWNJ and equale tp U200C. Sorry for my lack of knowledge I don't know what the font file should contain in the zwnj code point but when the font don't include any glyphs in the U+200C every thing is fine. May be the previous version of KDE didn't implented it yet! I am changing the status of bug to RESOLVED Created attachment 4138 [details]
Patch against qt-copy in CVS to fix the problem.
I have attached the patch to fix the problem.
The patch has enough comments that any of the developers can confirm that it
should be applied.
Behdad: please send the patch by mail to qt-bugs@trolltech.com, thanks! I think a revised version of the patch by Lars Knoll is already applied. Behdad, can you shed some light on this topic? The Qt version of my system (Mandrake 10) is 3.2.3 and the bug is still there. Can you confirm whether the bug is fixed in latest stable or on cvs branch? I know you are busy these days with fribidi but let's close this bug if we can. This seems to be fixed with Qt4 as far as I can test. I tested QLineEdit and QTextEdit with something like this: QLineEdit *line = new QLineEdit(trUtf8("بب")); and it displays properly. This is a Qt4 issue, which is already fixed "upstream", lets close. |