Since the fix is on the forums server (singular!) and that one tends to be squirrel driven lately, here it is in full via [WayBack] I see they didn’t fix the broken documentation tab in 10.2.2 2004 (professional). It’s not a show stopper but a nuisance to fix oneself. And for new dev… – Herbert Sauro – Google+ and [WayBack] I have installed Delphi 10.2.2 and the Documentation tab is all stuffed up ( see picture ). I know there is a html template page for the welcome tab, bu… – Tony Danby – Google+
In C:\Program Files (x86)\Embarcadero\Studio\19.0\Welcomepage\en
Edit Documentation.htm and insert the one piece about the innerWidth
function setFrameURL(url)
{
if(url){
document.getElementById(‘load_html’).src = url
$(“#load_html”).css(“display”, “block”);
var height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
$(“#load_html”).css(“height”,(height)+”px”);
var width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
$(“#load_html”).css(“width”,(width)+”px”);
It works and takes up the entire page after you restart the IDE.
If it gets up: https://forums.embarcadero.com/thread.jspa?threadID=271798
[WayBack] New Web Forums! | Atozed Software:As the Embarcadero forums are unreliable and often offline for long periods of time, we have created web forums in English and Portuguese for IntraWeb, but also general Delphi and Indy forums too. …
[WayBack] Embarcadero Squirrel on Vacation Again | Atozed SoftwareThe squirrel on a wheel which powers the Embarcadero Forums has gone on vacation – again. The Embarcadero forums are thus down and inoperable, again. Although we continue to use the Embarcade…
[WayBack] Forums… https://embarcaderomonitoring.wiert.me/ – Jeroen Wiert Pluimers – Google+
–jeroen