[
https://issues.apache.org/jira/browse/JSPWIKI-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561562#action_12561562
]
Jason Yip commented on JSPWIKI-128:
-----------------------------------
Fixed the IE6 problems.
Need to delete overflow-x:auto from jspwiki.css (Note: this is not the print
CSS but IE6 is crazy that way)
* html #previewcontent, * html #info, * html #pagecontent, * html #attach, *
html #findcontent {
width:100%;
}
I'm not seeing any problematic behavior viewing from the screen so that
property seems to be useless.
> Print : the page content is truncated
> -------------------------------------
>
> Key: JSPWIKI-128
> URL: https://issues.apache.org/jira/browse/JSPWIKI-128
> Project: JSPWiki
> Issue Type: Bug
> Components: Default template
> Affects Versions: 2.6.0
> Environment: For example, printing of
> http://www.jspwiki.org/wiki/JSPWikiFAQ with both Firefox ou IExplorer
> Reporter: Laurent Courtin
> Assignee: Dirk Frederickx
> Fix For: 2.6.1
>
> Attachments: jspwiki_print.patch
>
>
> Pages with lot of text are truncated when printing. For example
> http://www.jspwiki.org/wiki/JSPWikiFAQ.
> The first page only contains the page title (on Firefox the page is followed
> with a blank page)
> The second page contains the text truncated, whatever length
> The third page contains the attachments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.