Closed Bug 285341 Opened 20 years ago Closed 20 years ago

Part of a dynamically created image does not appear in print / preview (happen on google-map direction maps)

Categories

(Core :: Printing: Output, defect)

1.0 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: germain.le-chapelain, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1

on google-map site, when trying to find a direction, the path is drawn on a map.

that does not appear anymore on printed / preview page.



Reproducible: Always

Steps to Reproduce:
1. go on google map site (http://local.google.com/maps)
2. select "direction", for your convenience, or use the "from: to:" syntax
3. try to print / preview the path ('print' link on the page produce the same bug)

Actual Results:  
path doesn t appear

Expected Results:  
path should appear
Assignee: firefox → printing
Component: General → Printing
Product: Firefox → Core
QA Contact: general
Version: unspecified → 1.0 Branch
That part of the image has class="noprint" and the stylesheets for the page include:

<style type="text/css" media="print">
  .noprint {display: none;}
</style>

So we're behaving as expected here. If you feel that the page is in error in
asking us not to print that image, please report that to google.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.