jaipandya / harviewer

Automatically exported from code.google.com/p/harviewer
0 stars 0 forks source link

Printing prints one page only #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a web report
2. Print
3. Only one page appears
4. From Jan "I think it's because of "overflow: hidden" applied on the page 
content. I
think I can fix it, but could you please file a new report for it so it's
not lost in the email, thanks!"

What is the expected output? What do you see instead?
 - I expect to see all pages printed
 - I think the current first page looks fine (tabs and all), just need the rest of the pages to print (with graphs)

What version of the product are you using? On what operating system?
 - This occurs on all browser (safari, ff, chrome) on Mac OSX...pretty sure this is platform agnostic problem.

Please provide any additional information below.

Please attach a HAR file that can be used to reproduce the problem.
 - Universal problem...not related to a single HAR file

Many thanks!
-- Frank Leahy, frank@backtalk.com

Original issue reported on code.google.com by frank.le...@gmail.com on 4 Oct 2010 at 4:02

GoogleCodeExporter commented 9 years ago
Thanks for reporting!

The workaround for now:

Use Firebug (getfirebug.com) to do following:

1) Load HAR file
2) Open Firebug and switch into the CSS tab, pick har.css file.
3) Disable following styles
   .tabBody, overflow: auto;
   body, overflow: hidden;

4) In File->Page Setup, check "Print Background (colors & images)"
5) Try print preview.

Honza

Original comment by odva...@gmail.com on 4 Oct 2010 at 4:40

GoogleCodeExporter commented 9 years ago
HAR Viewer 2.0 is online with support for printing more pages.

Not to forget, you still need to set:
File->Page Setup, check "Print Background (colors & images)"

Tested in Firefox only for now.

Honza

Original comment by odva...@gmail.com on 6 Oct 2010 at 9:22

GoogleCodeExporter commented 9 years ago
This issue is one of 4 issues that have been fixed in HAR Viewer 2.0.6

Please verify here:
http://www.softwareishard.com/har/viewer

Thanks again for your help!
Honza

Original comment by odva...@gmail.com on 16 Jan 2011 at 3:30