#27 — Enable KSS for anonymous users
State | Rejected |
---|---|
Release: | 1.2 (Zope 2.10) |
Area | Browser incompatibility |
Issue type | Bug |
Severity | Medium |
Submitted by | (anonymous) |
Submitted on | 2008-06-16 |
Responsible |
—
|
Target release: |
—
|
Last modified on
2008-06-17
Deleting "not here.restrictedTraverse('@@plone_portal_state').anonymous()" from the condition for ++resource++kukit.js to enable KSS for anonymous users would result in "XMLHttpRequest is undefined" error in Internet Explorer 6.
I am using Plone 3.1.2
I am using Plone 3.1.2
- Steps to reproduce:
- I followed section 1.2 of the tutorial at http://plone.org/documentation/how-to/kss-on-plone-3.1/?searchterm=kss
Then view the site in Internet Explorer version 6.
Added by
Balazs Ree
on
2008-06-17 08:22
Issue state:
unconfirmed → rejected
This is actually not a supposed bug in KSS
I believe that somehow you apply the wrong condition in ResourceRegistries.
Please check your conditions again, and also look at the headers in the page source.
There should be either one of ++resource++kukit.js or ++resource++kukit-devel.js included from the page headers, if the conditions are right. KSS does not interact with ResourceRegistries in any way, it merely needs the correct javascript files loaded, in order to work.
I believe that somehow you apply the wrong condition in ResourceRegistries.
Please check your conditions again, and also look at the headers in the page source.
There should be either one of ++resource++kukit.js or ++resource++kukit-devel.js included from the page headers, if the conditions are right. KSS does not interact with ResourceRegistries in any way, it merely needs the correct javascript files loaded, in order to work.
Added by
(anonymous)
on
2008-06-17 10:36
This is a bug which concerns Plone only, it should be mentioned in dev.plone.org tracker.