|
Rank: Newbie Groups: Member
Joined: 4/30/2015 Posts: 3
|
Hi
i am having a problem printing a html page that is Right to Left in EO.WebBrowser i will not print all borders and text i had the same problem in old version of chrome but in Version 41.0.2200.0 it works
this is the html example:
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style type="text/css"> body { direction: rtl; } .ABEditDoc .PrintGrid table { width: 100%; }
.ABEditDoc .PrintGrid table { border-width: 1px; border-spacing: 2px; border-style: solid; border-color: gray; border-collapse: collapse; }
.ABEditDoc .PrintGrid table th { border-width: 1px; padding: 4px; border-style: solid; border-color: gray; font-weight: bold; }
.ABEditDoc .PrintGrid table td { border-width: 1px; padding: 4px; border-style: solid; border-color: gray; } </style> </head> <body class="ABEditDoc"> <div class="PrintGrid PrintItem"><table><tbody><tr><th></th><th>נושא</th><th>סטטוס</th><th>אחראי</th><th>תאריך יעד</th><th></th><th></th></tr><tr><td class="PT_ID">1</td><td class="PT_Subject"> <a> task 1</a><div class="ItemOperationsButtons" row="0"><span class="ItemOperation Start" title="התחל"></span><span class="ItemOperation Close" title="סגור"> </span><span class="ItemOperation Respond" title="תגובה"></span><span class="ItemOperation Open" title="פתח"></span></div></td><td class="PT_Status"><div><span class="Status StatusNew"> </span>חדש</div></td><td class="PT_TO">AB test01</td><td class="PT_DueDate">30/04/2015</td><td class="PT_Priority"><img class="img" "="" src="images/Normal.png" style="width: 18px; height: 18px;"></td><td class="PT_Attachments"></td></tr><tr><td class="PT_ID">2</td><td class="PT_Subject"> <a> task 2</a><div class="ItemOperationsButtons" row="0"><span class="ItemOperation Start" title="התחל"></span><span class="ItemOperation Close" title="סגור"> </span><span class="ItemOperation Respond" title="תגובה"></span><span class="ItemOperation Open" title="פתח"></span></div></td><td class="PT_Status"><div><span class="Status StatusNew"> </span>חדש</div></td><td class="PT_TO">AB test01</td><td class="PT_DueDate">30/04/2015</td><td class="PT_Priority"><img class="img" "="" src="images/Normal.png" style="width: 18px; height: 18px;"></td><td class="PT_Attachments"></td></tr><tr><td class="PT_ID">3</td><td class="PT_Subject"> <a> task 3</a><div class="ItemOperationsButtons" row="0"><span class="ItemOperation Start" title="התחל"></span><span class="ItemOperation Close" title="סגור"> </span><span class="ItemOperation Respond" title="תגובה"></span><span class="ItemOperation Open" title="פתח"></span></div></td><td class="PT_Status"><div><span class="Status StatusNew"> </span>חדש</div></td><td class="PT_TO">AB test01</td><td class="PT_DueDate">30/04/2015</td><td class="PT_Priority"><img class="img" "="" src="images/Normal.png" style="width: 18px; height: 18px;"></td><td class="PT_Attachments"></td></tr></tbody></table></div> <button onclick="window.print();">print</button> </body> </html>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
As you have already noticed that the root of the problem lies in the Chrome browser engine. The current version of EO.WebBrowser is based on a slightly older version of Chrome engine. We are updating our code to switch to Chrome V41, so we expect this issue to be resolved once that is done.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/30/2015 Posts: 3
|
Hi
We bought the product be Because we need to give a solution for our customers by the end of the month one of our main features is print
can you please give us a workaround for now
thank you
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We can't make an old version of Chrome to do things that it can not do. So please bear with us until the new build is out. It should be out very soon.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/30/2015 Posts: 3
|
Hi
The Chrome bug was fixed over a month ago, I need an estimation date for your release because we have commitments for our customers and it is a bug in your product.
Will I have a fix for this problem until the end of this month?
Thank You Top Solutions
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
I believe we can. Please see your private message for more details.
Thanks!
|
|