BerndGabriel / HtmlViewer

The well-known Delphi/Lazarus HtmlViewer/FrameViewer
Other
397 stars 147 forks source link

Unexpected wordwrap #198

Open jbartlau opened 7 years ago

jbartlau commented 7 years ago

If a really long word (no separator like a space or soft hyphen) generates a horizontal scrollbar, it seems all other words orientate themselves at this long word and are not wrapped at the window width as other browsers do.

See the attached screenshot and HTML code (renamed to txt):

screenshot testhtml.txt

BerndGabriel commented 6 years ago

Thanks for spotting this issue.

The really long word widens the

- block instead of overflowing.