On Sat, Jun 29, 2013 at 06:30:09PM +0200, Johannes Hofmann wrote:
On Fri, Jun 28, 2013 at 05:08:13PM +0200, Sebastian Geerken wrote:
On Do, Jun 27, 2013, Johannes Hofmann wrote:
On Thu, Jun 27, 2013 at 07:20:23PM +0200, Sebastian Geerken wrote:
On Mi, Jun 26, 2013, Jorge Arellano Cid wrote:
On Wed, Jun 26, 2013 at 05:17:41PM +0200, Sebastian Geerken wrote:
On Mi, Jun 19, 2013, corvid wrote: > I noticed that lines aren't wrapping for me with > http://www.dillo.org/FAQ.html . > hg bisect says that it started with: > > changeset: 2838:b2b239eb45b9 > summary: Fixed problem with hyphenation.
Fixed. I didn't fully understand the problem, but the latest change makes sense and solves the problem.
After updating to hg tip, the problem persists for me...
With revision 2861:686f563e96d4? How does it look like? (Perhaps send a screenshot, or scp it to dillo.org.)
How does the attached page look like? What experiences do other users make?
The only difference I noticed compared to firefox is that dillo doesn't seem to line-break stuff in the inner boxes (e.g. "body {background-color: purple}") I can't really say whether it should though.
What do you mean with "inner boxes"? BTW, I do not see any difference between Firefox (Iceweasel 10.0.12) and dillo revision 2861.
What about <http://www.dillo.org/FAQ.html>?
I meant the "inner boxes" on http://www.dillo.org/FAQ.html. E.g the one containing "body {background-color: purple}".
That one doesn't line break for me in dillo, but does so in firefox. But I don't know whether this is the thing Jorge was talking about in his initial post.
FYI, I managed to reduce the test page to under 1KB, sent it to Sebastian along with some debug info, and two interesting facts that pinpoint much better what's going on. For instance, I had: pre {white-space: pre-wrap} in my .dillo/style.css, commenting it avoids the bug. There's also a DIV element in the test page with lang=en, setting lang to "de", but keeping my style.css, also avoids the bug. Setting lang to "es" also shows the bug. -- Cheers Jorge.-