Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Self-Serve Page need to run in Chrome instead of IE11

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Self-Serve Page need to run in Chrome instead of IE11
 Login/Join
 
Guru
posted
We currently have several self-serve pages and dashboards that are currently run in Windows 7, IE11. We are currently experiencing some problems running our newly created dashboards. Unfortunately, our company has no plans on upgrading to a later version of IE. That being the csse, we need to run in Chrome. Presently, when we open a self-serve page in Chrome, the page displays out of alignment and some of the data overlaps making the screen display distorted.

Does anyone know what can be done to get our pages to display properly in Chrome? Thanks.



App Studio 8201, Windows 7, IE11

This message has been edited. Last edited by: FP Mod Chuck,


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Master
posted Hide Post
My guess is that Chrome is actually doing it right and IE11 doesn't.

What helped here ( to align the looks in IE11 and Chrome ) is to add this to all htmls:

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
* { box-sizing: border-box; }
</style>


We found that IE for some reason assumes that webpages on an intranet aren't important enough for companies to keep up with all new browser-features. So for intranet site automatically the browser is set to some 'compatibilty-mode' ( thanks a lot microsoft ! ).
That meta-tag tell it otherwise.

And the style forces IE to think like Chrome.
If an element is 100px, it's 100px. And not 102px if you add a 1px border.

Good luck,
dave


_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
Guru
posted Hide Post
Thanks so much. I'll give it a try and let you know how I make out.


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Self-Serve Page need to run in Chrome instead of IE11

Copyright © 1996-2020 Information Builders