Item11728: GroupViewTemplate loads style definitions into head repeatedly
Priority: Urgent
Current State: Closed
Released In: 1.1.5
Target Release: patch
Applies To: Engine
Component:
Branches: Release01x01 trunk
The "groupactions" section of
GroupViewTemplate has an
ADDTOZONE
tag containing styles definitions. Since this section is loaded for each group, the styles get added repeatedly to the head, once for each group. The fix is easy enough: add an id to the
ADDTOZONE
tag. Then the styles section just gets over-written each time.
I discovered this while trying to figure out why the WikiGroups page is failing to load in IE on a site with 100+ groups. Applying the fix above did not solve that problem but perhaps it was a factor. I'll continue to explore to see if there are other issues with the current implementation of this essential page.
--
LynnwoodBrown - 05 Apr 2012
Quick fixed
GroupViewTemplate.
WikiGroups looks fine now.
--
MichaelDaum - 05 Apr 2012