Bug 74241
Summary: | Print icon doesn't work on horseplayerinteractive.com | ||
---|---|---|---|
Product: | WebKit | Reporter: | miksh |
Component: | Printing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 525.x (Safari 3.2) | ||
Hardware: | All | ||
OS: | All |
miksh
What steps will reproduce the problem?
1. Go to http://www.horseplayerinteractive.com/Racing/RaceInfo.aspx?Track=98&Race=8&SessionDate=2011-12-04
2. Click the print icon at top-right corner of Program tab yellow area.
What is the expected result?
The Program tab content printed.
What happens instead?
Print preview failed message in Google Chrome (or printing a blank page in Safari 525.x). Impossible to print.
UserAgentString: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<rdar://problem/10565856>
miksh
Possible issue: the page to print is generated in javascript by using document.writeln().
The page has
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">