Closed
Bug 270451
Opened 20 years ago
Closed 18 years ago
CSS font styles not maintained when printing with position:fixed.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla, Unassigned)
Details
(Keywords: css2, css3)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 A div element on the page has the CSS position:fixed property applied to it, and renders properly in the browser. When printing though, the first page comes out of the printer with all styles properly rendered, but the fixed item in any subsequent pages seems to be lacking font various font styles. The styles that appear to be missing are font-family(styled sans-serif, prints serif), and font-size(prints about twice the expected size). font-weight does not appear to be affected. The div element in question contains some unordered lists, and other divs. All fonts within the fixed element are affected. All styles are defined in a stylesheet, and there are no inline styles. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Elements within the element having the position:fixed style should print with style information intact on all pages, not just the first.
Comment 1•19 years ago
|
||
Please provide a simple test case or URL to a sample page so that this bug can be verified. Also, please test with the latest nightly build.
Updated•18 years ago
|
Assignee: bross2 → nobody
Comment 2•18 years ago
|
||
No testcase or other information. Resolving as INVALID. If you're still able to reproduce this bug with Firefox 2.0.0.3 or later, please file a new bug with a testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•