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
Gino BassoGino Basso 

pageBlockSection: Title text removed from mouseover help after first click

If you create a pageBlockSection the mouseover help for the show/hide icon should include the section title, as in:

 

Show Section - My Section, or

Hide Section - My Section

 

However, after the first mouse click the section title text vanishes and you're left with:

 

Show Section - , or

Hide Section -

 

I believe the root cause of this is that the <img ...> tag in the resulting HTML does not include a name attribute which has the value of the title text (e.g. <img name="My Section" ... />)

 

If you contrast the VF HTML to that of a section on a standard page you'll note this difference.