lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

printHTML border-left not working #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.<input type=button onClick="printZebra()" value="Print">
<applet name="jzebra" code="jzebra.PrintApplet.class" 
archive="./jzebra/jzebra.jar" width="100" height="100"> 
       <param name="printer" value="\\hicfps001\HIS - A3FL -SCOTIA"> </applet> 
 <script>    
      function printZebra() {
            document.jzebra.appendHTML('<html><DIV style="BORDER-LEFT: #000000 2px solid; WIDTH: 0px; FLOAT: left; HEIGHT: 15px; FONT-SIZE: 0px"></DIV></html>');   
            document.jzebra.printHTML();   
  } </script>    
2.
3.

What is the expected output? What do you see instead?
expected BlackLine, nothing

What version of the product are you using? On what operating system?
jZebra1.4.5

Please provide any additional information below.

Original issue reported on code.google.com by vakula.b...@gmail.com on 23 Oct 2012 at 12:50

GoogleCodeExporter commented 9 years ago
Advanced styles are not supported as Java's internal HTML renderer is very old 
and wasn't intended for much more than HTML 1 syntax.

If you would like to use HTML5 rendering, see the "Print Current Page" button, 
which works well on HTML5 web browsers and seems to work on Chrome, Firefox and 
IE10.

-Tres

Original comment by tres.fin...@gmail.com on 2 Aug 2013 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by tres.fin...@gmail.com on 2 Aug 2013 at 4:53