Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#715 closed defect (fixed)

Reports sometimes display as blank

Reported by: stakats Owned by: dstillman
Priority: major Milestone: 1.5 Beta 1
Component: export Version: 1.5
Keywords: Cc:

Description

Possibly related to the size of the data passing through the protocol handler.

Change History (6)

comment:2 Changed 9 years ago by stakats

Yes, sometimes the report will display as entirely blank or as truncated, but the HTML source still seems to be intact.

comment:3 Changed 9 years ago by dstillman

  • Milestone changed from 1.0 RC 4 to 1.5 Alpha 1
  • Version changed from 1.0 to 1.5

Hopefully will be fixed in FF3.

comment:4 Changed 9 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in Fx3, we think.

comment:5 Changed 8 years ago by dstillman

(In [3235]) Addresses #715, Reports sometimes display as blank

I can't reproduce it, but some users are still reporting the problem in Firefox 3 (and HTML reports created will still be viewed in Gecko 1.8 browsers for a while). Removing "overflow: auto" fixes it for real. The only change, I believe, is that if there's an unbroken word (or a URL) longer than the fixed width in content outside of the metadata table, it will extend out into the whitespace and only create a horizontal scrollbar if it's bigger than the entire browser window. Before it would create a horizontal scrollbar just for the fixed width. I'm not sure how this will affect printed reports.

comment:6 Changed 8 years ago by dstillman

Correction: It won't affect printed reports at all, since this was only in the screen style.

Note: See TracTickets for help on using tickets.