Guest Posted June 28, 2021 Posted June 28, 2021 In WebFOCUS 8.2.06 I dont get the extra bold lines: image.png23161528 412 KB
Martin Yergeau Posted June 28, 2021 Posted June 28, 2021 I have no differences between Edge and Chrome using your code and the browser versions are the below and I ran from WF 8204M and 8207.27 and both without extra bold lines Issue may be somewhere else
VisuaLizeFOCUS . Posted June 28, 2021 Author Posted June 28, 2021 So where do you think the issue can be as I am getting the below report on chrome Version 74.0.3729.108
Martin Yergeau Posted June 28, 2021 Posted June 28, 2021 Seems odd with no real pattern in bold line display. Basic suggestion but clearing all cookies/cache, does it make a difference
VisuaLizeFOCUS . Posted June 28, 2021 Author Posted June 28, 2021 Yes, its very odd I am puzzled here. I have already tried cleaning all my browsing history. I Will try to reach IBI but their website is no working right now.
Martin Yergeau Posted June 28, 2021 Posted June 28, 2021 I did some test to check if its related to style file (even if youve already test it) I changed for IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/FR/combine_templates/FRBlack_Light2.sty, and its giving me the extra bold lines under Chrome Then I went back to IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/combine_templates/ENBlack_Light2.sty, and now the extra bold lines are there Not able to have them regular anymore
Brian Suter Posted June 28, 2021 Posted June 28, 2021 You should compare those two sty files. Since they are both western European fonts , they should be exactly the same. If they are not - that is a bug from Tibco (unless you modified one ). To debug this, I think it would help if you hit PF12 in chrome and inspected the cell where they are different and look at the HTML source. They should be exactly the same.
VisuaLizeFOCUS . Posted June 28, 2021 Author Posted June 28, 2021 Hi Guys, One of the Strange issue faced: Below is my code : TABLE FILE CAR1 SUM CAR1.BODY.RETAIL_COST CAR1.BODY.DEALER_COST BY CAR1.ORIGIN.COUNTRY BY CAR1.COMP.CAR BY CAR1.CARREC.MODEL ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLEMBEDIMG ON ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/combine_templates/ENBlack_Light2.sty, $ ENDSTYLE END Chrome output Firefox and Edge output If you can see CHROME has some extra bold lines on the Border of the report. WebFOCUS Version: 8207.06 Also tested on 8207.26. Chrome version: Version 91.0.4472.114 Seems like CHROME has some rendering issue with WebFOCUS reports. I tried with a built-in theme and tried to put custom as well. Same results in case anyone faced this issue before.
Warren Hinchliffe Posted June 29, 2021 Posted June 29, 2021 Just on the off chance, is your screen or browser zoomed
VisuaLizeFOCUS . Posted June 29, 2021 Author Posted June 29, 2021 Raised a case with TIBCO and they were able to reproduce the issue. Lets see what we can get from TIBCO.
Douglas Lee 2 Posted June 29, 2021 Posted June 29, 2021 Ive seen some difference when zoomed, in or out We all look forward to what TIBCO/IBI has to say about this Thanks to all for all the insight and to Rajesh for bringing this up here on My, OurIBI
VisuaLizeFOCUS . Posted July 4, 2021 Author Posted July 4, 2021 Hi Guys, Received something from TIBCO: **"it appears that Chromes magnification is rendering these results. ** If you change the resolution to 90%, then the reports (sample CAR fex you provided) grid lines appear as normal. Please let me know if you notice the same behavior." But I am disappointed with this reply as being a company we cannot add this to our usage guide.
David Beagan Posted July 5, 2021 Posted July 5, 2021 I experimented with this some more and did reproduce the issue in Chrome. I use a laptop with a side monitor, I can run a report on the laptop, looks ok, then move the report window to the side monitor and see the line thickness issue. Based on the view|source of the WebFOCUS report, I created the following .htm file, totally outside of WebFOCUS: <!DOCTYPE html> <html> <head> <style> table { border-collapse:collapse; } .x4 { border-top: 1pt solid; border-left: 1pt solid; } </style> </head> <body> <table> <tr><td class='x4'>1</td> <td class='x4'>b</td> <td class='x4'>3</td> </tr> <tr><td class='x4'>4</td> <td class='x4'>5</td> <td class='x4'>6</td> </tr> <tr><td class='x4'>7</td> <td class='x4'>8</td> <td class='x4'>9</td> </tr> </table> </body> </html> When I run this in Chrome, I can see the issue. But I dont see any particular pattern to it, seems like a random inconsistency with how Chrome renders the lines. I did observe that the border-collapse:collapse; is involved. Change it to border-collapse:separate; and the problem seems to go away, although the report looks a bit different. TABLE FILE CAR SUM CAR.BODY.RETAIL_COST BY CAR.ORIGIN.COUNTRY BY CAR.COMP.CAR BY CAR.CARREC.MODEL WHERE COUNTRY EQ 'ENGLAND' ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET STYLE * INCLUDE = IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/combine_templates/ENBlack_Light2.sty,$ ENDSTYLE END -HTMLFORM BEGIN <style> table { border-collapse:separate; } </style> -HTMLFORM END But then, this may not be a look you care for: image.png1083372 31.2 KB
VisuaLizeFOCUS . Posted July 5, 2021 Author Posted July 5, 2021 I Guess need to design the tabular report in different way
VisuaLizeFOCUS . Posted July 5, 2021 Author Posted July 5, 2021 no it was not zoomed. TIBCO is saying to lower the resolution unless you dont see the bold lines as per the TIBCO professional they are not seeing bold lines at 90% but for me it is 80% so not an option
VisuaLizeFOCUS . Posted July 5, 2021 Author Posted July 5, 2021 They have escalated this issue with the programming team. So lets see what more we can get from them.
David Beagan Posted July 5, 2021 Posted July 5, 2021 This appears to be something Google must fix, as discussed here: Why can I no longer control table border thickness
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now