Closed Bug 243264 Opened 21 years ago Closed 20 years ago

Bullet images when specified using list-style-image don't print preview or print.

Categories

(Core :: Printing: Output, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: ap_kelly, Unassigned)

References

Details

(Keywords: testcase)

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 When I specify my own icon for list-style-image, it renders correctly on the screen, but when viewed in the print preview or printed to the printer it doesn't appear. I have tried this with both print background images enabled and disabled and it has no effect on the output. Reproducible: Always Steps to Reproduce: Here is a HTML page that reproduces the problem. <html> <head> <title>list-style-image doesn't print.</title> </head> <style> #formatted li { list-style-image: url(bullet.gif); } </style> <body> <h1>list-style-image doesn't print.</h1> <h2>No formatting applied.</h2> <ul> <li>First</li> <li>Second</li> <li>Third</li> </ul> <h2>Formatting applied.</h2> <ul id="formatted"> <li>First</li> <li>Second</li> <li>Third</li> </ul> </body> </html> Actual Results: Viewing the page on the screen works fine, however when printed the icon specified for the second list of bullets isn't viewable in either the print preview window or on the page once printed. Expected Results: The bullet icon specified should appear next to the bulleted items when printed as it does when viewed on the screen.
A work colleague of mine uses Mozilla 1.4 on Windows XP, and this functionaity works perfectly. It seems to be a new bug.
When I say it works perfectly, the print preview under 1.4 is fine, but when he prints out the page, he falls foul to another bug described here where the image is only 1 pixel square in size.
Depends on: 236889
In some versions (I only verified this for 1.7.1) there was a workaround : using a stylesheet embeded in a <style> tag instead of an external <link>. This does'nt event work in current build. Counter-example : debug > viewer demos > #1 This one works. A simple test on the local filesystem works, but the exact same test files on a web server exhibit the bug.
Is there a testcase for this bug? Now that bug 236889 is fixed this needs to be retested...
Attached file test case
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OK. This worksforme in current builds, both with and without the patch for bug 236889
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
I should have used a current build. -> VERIFIED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: