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.
We have a dashboard in MRE that consists of a main frame html page that has multiple buttons that appear like tabs. Each button loads a child html into the bottom frame.
The problem that we are having is that when you run the main (parent) html page, the child pages do not load right. If you try to click a button on a child page, you have to click on the actual text of the button - Clicking on an any area just outside the text, but within the button, does not do anything. And If you try to click on a textbox in a child page, you have to hover over the top line in order to gain access to edit the textbox.
If you run the child pages directly , none of these problems exist.
Anyone have an idea what is going on?This message has been edited. Last edited by: Joey Sandoval,
Prod/Dev: WebFOCUS 8.0.08 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.08 on Windows 7 Pro
Joey, I think it's the same problem which I thought was a caching problem. You have to very precise when clicking a button. I suppose one way to do it is to create a transparent text area and make it just a pixel or two larger than the button and put it on top of it.
I do this stuff all the time in iframes and have never experienced the problem you're seeing. Can you break the problem in half, running the page in the iframe without it being called by FOCUS in the parent frame?
Do you have a simple example that exhibits the problem?
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007