Closed
Bug 11327
Opened 26 years ago
Closed 26 years ago
Blank spaces between headers and content
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: slok00, Assigned: dcone)
References
()
Details
http://java.sun.com/docs/books/tutorial/java/javaOO/classvars.html
at the above URL, when I print the page from Mozilla..
there is blank space between the heading of the artile...
ie. words in <h3>,<h2> format....
and the text following it...
possibilities could include the blockquote following
the tags...
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
Sorry for the spam, changing QA contact on printing bugs to our new printing
tester, Shrirang!
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M14
Comment 3•26 years ago
|
||
I looked into the html source code of the page on 'java.sun.com' site mentioned
above...and found the following....
Part of the html source code is given below
-----------------------
<h2>Understanding Instance and Class Members</h2>
<blockquote>When you declare a member variable such as
<code>aFloat</code> in <code>MyClass</code>: </P>
----------------------
I can see that the first '<blockquote>' tag has not been closed using a
</blockquote>'. Instead a '</P>' tag is there. If you copy the source locally
and replace the '</P>' by a '</blockquote>' tag , then the page prints
perfectly.
Comment 4•26 years ago
|
||
I forgot to mention that instead of replacing the '</P>' tag in the code above
by '</blockquote>' , the '</P>' can also be replaced by a '<P>' tag for the text
on the page to align properly. So it's a html coding problem on the sun site and
not a problem in mozilla.
| Assignee | ||
Updated•26 years ago
|
Assignee: dcone → rickg
Status: ASSIGNED → NEW
| Assignee | ||
Comment 5•26 years ago
|
||
Thanks Rick
| Assignee | ||
Comment 6•26 years ago
|
||
Incorrect HTML is not a printing bug, rick can help with this.
The layout problems appear to be gone now. Back to dcone for a few remaining
printing issues. Don -- I noticed that the blue box (around the class Errors)
has a 2nd black box surrounding it. Please review.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 8•26 years ago
|
||
Its s gif.. http://java.sun.com/docs/books/tutorial/figures/java/errors.gif
and it prints differently on different printers. Its because of a transparency
problem.. which is from another bug... 21380. I will mark this bug as fixed,
and any refrences to the transparent gif problem will be addressed in bug 21380.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•