steven0lisa / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

XHTMLPrintable does not work with documents in RAM #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
*** This issue was imported from http://java.net/jira/browse/XHTMLRENDERER-330

It was reported by wienczny on 18.09.2010 03:36:41 +0200 and last updated in 
the previous bug tracker on 18.09.2010 03:36:41 +0200

Found in
Operating System: All
Platform: All

The priority for this issue at migration was Major.

Original description: 
When you create a Document using DOM-API printing fails. The reason is line 67:

  g2r.setDocument(panel.getSharedContext().getUac().getBaseURL());

It trys to generate a URL. This is not possible if the document is just in RAM.

Original issue reported on code.google.com by pdoubl...@gmail.com on 16 Feb 2011 at 9:47