Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.3.1 OS: Linux I really don't understand what's going here. the whole concept of rendering properly a complicated combination of RTL characters and LTR characters in RTL mode (or at all) is very problematic and Konqueror rarely gets it right or even like any other browser, but this is ridiculous. See test case.
Created an attachment (id=3604) [details] test case The text 'abcdefg' appears only once in the source and so I think it should appear only once in rendering. the hebrew letters in the previous lines is what causing this bug to manifest - removing it and everything goes back to normal. Also the RTL direction of the body demonstrates the fact that one of the rendering is uses the document directionality while the other uses the inherint directionality. setting the body direction to default (LTR) and both render in the same direction.
CVS commit by carewolf: Big Bad Bidi Merge. Merging all changes in bidi.cpp from Webcore/125, and selected ones from Webcore/146. This results in 2182 benign changes in regression outputs. BUG: 54916 BUG: 59476 BUG: 62904 BUG: 64506 BUG: 69806 BUG: 74800 BUG: 79365 BUG: 86157 M +15 -1 ChangeLog 1.315 M +976 -592 rendering/bidi.cpp 1.197 M +25 -57 rendering/bidi.h 1.19 M +3 -3 rendering/render_block.h 1.20 M +3 -1 rendering/render_list.h 1.36 M +4 -3 rendering/render_object.h 1.198
You need to log in before you can comment on or make changes to this bug.