On Fri, Sep 30, 2011 at 08:54:39AM +0200, Johannes Hofmann wrote:
On Wed, Sep 28, 2011 at 05:49:10PM -0300, Jorge Arellano Cid wrote:
Hi Johannes,
On Tue, Sep 27, 2011 at 09:30:24PM +0200, Johannes Hofmann wrote:
Hi,
attached is a preliminary patch for white-space: nowrap handling. It' supposed to fix the following issues:
* Weird page width in combination with white-space:nowrap sequences (e.g. on http://en.wikipedia.org/wiki/Web_browser. * Line breaks at tags (e.g. <b>D</b>illo should not break after the "D". (similar issue on http://fltk.org/newsgroups.php?gfltk.development+T)
without breaking:
* zero width space handling. * ideographic character handling.
It's not ready for commit yet, as google results don't render deterministically the same way. Nevertheless please give it a try and report how it works for you.
Good!
I'm reviewing the patch and it seems to work well so far.
Please explain the non-deterministical behaviour at google.
If I search for e.g. dillo on google, the first line (the link) of a result entry is sometimes broken into two lines, sometimes not.
Thanks for the explanation. After some time reviewing it and guessing, I succeeded to isolate a small testcase which I'm reviewing now. -- Cheers Jorge.-