[ 
https://issues.apache.org/jira/browse/JSPWIKI-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dirk Frederickx resolved JSPWIKI-128.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.1


Tx for patch. Fixed most issues in v2.6.1-cvs-7.  Still need to be verified 
against IE.

Some issue encountered still, whith printing floats on FF.

Here is the html :
{{{

<h2>some header </h2>
First part of the text has no tags around it ...
<div class="commentbox">
Here is a commentbox
</div>
More text is comming here after.

}}}

Here is the css for commentbox
{{{
.commentbox { float : left; }


}}}

This renders perfecty on various browsers: Safari, Opera, Mozilla.
However, Firefox (also Camino) freak out: printing yields an blank page !
Removing the float style resolves the problem.

Apparently, having float elements subsequent to html #text elements
seems to give problems.

One rough measure is just remove all foats from printed pages.  Any other 
suggestions to fix this ?

dirk





> 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.

Reply via email to