Ticket #1989 (new defect)

Opened 1 year ago

Last modified 1 year ago

Downloading collection as PDF returns site error

Reported by: hans Assigned to: anonymous
Priority: major Milestone:
Component: generic Version:
Keywords: Cc:
Time spent: Time remaining:
Time planned:

Description (Last modified by hans)

Downloading the collection as PDF returns site error: http://lemill.net/community/people/loodusained/collections/ainevahetus/

This site encountered an error trying to fulfill your request. The errors were:

Error Type
CSSParseError
Error Value
Terminal function expression expected closing ')':: (u'alpha(opacity', u'=30); filter:alpha(o')
Request made at
2010/08/27 11:48:01.200 GMT+2

Change History

08/27/10 12:56:52 changed by hans

  • description changed.

08/27/10 13:23:55 changed by pjotr

I guess that the root of all evil lies within this file: http://lemill.net/master.css

Look at line

.defaultSkin .mceButtonDisabled span {opacity:0.3; -ms-filter:alpha(opacity=30); filter:alpha(opacity=30)}

The solution would be to either exclude the line from the CSS or change the PDF creation method to parse this out from CSS before it is sent to PISA.