wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.18k stars 1.77k forks source link

<PRE> text is not shown properly in tables #20170

Closed wxtrac closed 2 years ago

wxtrac commented 21 years ago

Issue migrated from trac ticket # 805

component: wxHtml | priority: normal

2003-02-19 12:55:50: anonymous created the issue


In case you have an html page that looks like:

dif udiopf udsi gpusfdi pusfdiop gusdfiog usfodip 
gusfodip gusfido gufspdig uspdfg ipsfd

the wxHtmlWindow is not able to calculate the page width appropriately. No horizontal scrollbar appears in case the text into the

 tag does not fit into the window. Obviously, there 
is no way to show the hidden text.

The problem does not appear if the 
 text is 
not embedded into a table.

You can test this behaviour by putting the previous html 
code into an html file, and opening that file with 
the "html - test" sample.

Thanks,
     fulvio risso

fulvio.risso@polito.it            
wxtrac commented 21 years ago

2003-07-15 20:48:01: @vslavik commented


Update: that the problem is unrelated to

, that it affects any markup
inside a table (e.g. long string of foo foo ...).

wxtrac commented 21 years ago

2003-07-16 15:02:03: @vslavik commented


Thank you for your report, this bug was fixed in the cvs HEAD.