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)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: ap_kelly, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
3.12 KB,
text/html
|
Details |
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.
Reporter | ||
Comment 1•21 years ago
|
||
A work colleague of mine uses Mozilla 1.4 on Windows XP, and this functionaity
works perfectly. It seems to be a new bug.
Reporter | ||
Comment 2•21 years ago
|
||
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.
Comment 3•21 years ago
|
||
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.
Comment 4•21 years ago
|
||
Is there a testcase for this bug? Now that bug 236889 is fixed this needs to be
retested...
Comment 5•20 years ago
|
||
Updated•20 years ago
|
Comment 6•20 years ago
|
||
OK. This worksforme in current builds, both with and without the patch for bug
236889
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•