mattmartini / iphoneebooks

Automatically exported from code.google.com/p/iphoneebooks
GNU General Public License v2.0
0 stars 0 forks source link

Content of pre tags doesn't wrap and forces horizontal scrolling #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have content in a <pre> tag that is wider than the screen size

What is the expected output? What do you see instead?
Expected output:
The content fo the pre tag should wrap
Instead:
- The body texts width will stretch to the width of the pre tag.
- The text should wrap, instead one must scroll horizontally. 
- When scrolling horizontally, blank space appears where the text is cut-off

What version of the product are you using? On what operating system?
1.0 on iPod Touch

Original issue reported on code.google.com by danielna...@gmail.com on 12 Nov 2007 at 1:40

GoogleCodeExporter commented 9 years ago
Related issue merged in from #78:

All plain text files which use spaces to format itself to look like a table
will be almost unreadable because of the auto Word-Wrap. Especially
walk-through from GameFAQs.

No one types plain text in 1 whole long string. There is no need to force
Word Wrap it. Please make an option in Settings to Enable or Disable Word-Wrap.

Original comment by pendorbo...@gmail.com on 17 Feb 2008 at 6:11

GoogleCodeExporter commented 9 years ago
This is improved in r425.  Pre tags still wrap badly (they don't break on work
boundaries), but they do wrap so long as nothing else in the HTML has a width 
which
pushes the layout out wider than the screen.  Numerous changes have been made 
to the
HTML fixing routines which should reduce the chance of any objects being 
allowed to
retain a too-wide width.

Original comment by pendorbo...@gmail.com on 23 Mar 2008 at 8:16