NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11728: GroupViewTemplate loads style definitions into head repeatedly
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Engine |
|
|
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