Closed
Bug 141176
Opened 23 years ago
Closed 12 years ago
MRJ Java Applet doesn't print
Categories
(Plugins Graveyard :: Java (Java Embedding Plugin), defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bill+mozilla-bugzilla, Assigned: smichaud)
References
()
Details
I'm suprised I didn't find this filed already...
The page at the URL listed uses an applet to show a graph. It shows up in the
wrong place in a print preview (bug 133992), and doesn't show up at all in the
final printout.
This is the applet tag:
<applet code="CompLineChartAnimation.class" codebase="/salarywizard/applets"
height="180" width="381" id="CompApplet" VIEWASTEXT>
<param NAME="label_color" VALUE="ffffff">
<param NAME="text_color" VALUE="006699">
<param NAME="line_color" VALUE="006699">
<param NAME="dot_color" VALUE="006699">
<param NAME="c_text_color" VALUE="0099ff">
<param NAME="c_line_color" VALUE="0099ff">
<param NAME="c_dot_color" VALUE="0099ff">
<param NAME="chart_frame_color" VALUE="858a8c">
<param NAME="chart_bg_color" VALUE="ffffff">
<param NAME="bg_color" VALUE="858a8c">
<param NAME="columns" VALUE="3">
<param NAME="c1_label" VALUE="25th % ile">
<param NAME="c2_label" VALUE="50th % ile">
<param NAME="c3_label" VALUE="75th % ile">
<param NAME="is_compare" VALUE="no">
<param NAME="title" VALUE="">
<param NAME="c1" VALUE="83643.847">
<param NAME="c2" VALUE="98552.4483">
<param NAME="c3" VALUE="110507.7979">
<param NAME="pause_interval" VALUE="0">
<param NAME="margin" VALUE="5">
<param NAME="sidemargin" VALUE="20">
</applet>
![]() |
||
Comment 1•23 years ago
|
||
sujay might have a bug on this
![]() |
||
Comment 2•23 years ago
|
||
print preview is covered in bug 134002
I think this can be duped against bug 110484 in regard to the printing issue.
![]() |
||
Comment 3•23 years ago
|
||
MRJ plugin issue --->bneese
Assignee: beppe → bnesse
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Java Applet doesn't print → MRJ Java Applet doesn't print
![]() |
||
Comment 4•23 years ago
|
||
Removing as a blocker for the MRJCarbonPlugin 1.0 release. There may be plugin
printing issues in Mozilla but, after talking with Apple, there doesn't seem to
be any way to tell the JVM we're about to print its content. This would
probably be why IE also fails to print Applets on a page.
No longer blocks: 88870
Still exists with the JEP. The old testcase URL is now a static image, so switching with a known applet.
Assignee: bnesse → smichaud
Component: Plug-ins → Java Embedding Plugin
QA Contact: shrir → java.jep
Component: Java Embedding Plugin → Java (Java Embedding Plugin)
Product: Core → Plugins
Version: Trunk → unspecified
Updated•12 years ago
|
Priority: -- → P5
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Updated•9 years ago
|
Product: Plugins → Plugins Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•