function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Keith654Keith654 

Tab splash page broken in Winter '11?

I have a Visualforce tab that has a "Choose a Home Page Custom Link to show as a splash page the first time your users click on this tab" set. The custom link has the "Display in existing window with sidebar" behavior set and displays a conventional Visualforce page.

 

This mechanism was working until my org's UI changed to the new Winter 11 UI. Now rather than just the splash page being displayed in the main part of the page, both the header and sidebar are repeated together with the splash page.

 

Please comment if this mechanism is either working or failing for you in Winter '11.

 

Thanks,

Keith

 

 

sfdcfoxsfdcfox

Tested. Confirmed. Using without sidebar or header option causes one sidebar to disappear, but it's still duplicating the header. For now, use the Visualforce markup to not display header, and do not use on home page. Also need to use base tag to tell links to open on target _top.