Version: (using KDE Devel) Installed from: Compiled sources the html <p>(word) (word)</p> is correctly wrapped at the space when the window is shrunk. otoh, <p>(word) (<b>word</b>)</p> wraps at the markup changes, too. i guess the problem is, that word detection is done only inside one DOM node, while it should be done across nodes.
*** Bug 59476 has been marked as a duplicate of this bug. ***
*** Bug 55133 has been marked as a duplicate of this bug. ***
*** Bug 61033 has been marked as a duplicate of this bug. ***
*** Bug 74410 has been marked as a duplicate of this bug. ***
*** Bug 57525 has been marked as a duplicate of this bug. ***
*** Bug 83674 has been marked as a duplicate of this bug. ***
*** Bug 86493 has been marked as a duplicate of this bug. ***
Here's the HTML from the example of this that I'm seeing. It's inside a table cell, and the brackets are put in boldface to set them apart from the hyperlink. Annoyingly, there is a line break between the "4" and the right bracket. <SPAN style="font-weight:bold"> [<A HREF="#1-4dst">4</A>]</SPAN>.
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
*** Bug 94535 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.