#232 — Date-Time picker issue when not logged in.

by Robert Holder last modified May 17, 2009 11:52 PM
StateRejected
Version: 1.2.5
AreaFunctionality
Issue typeBug
SeverityMedium
Submitted byRobert Holder
Submitted onDec 04, 2008
Responsible Steve McMahon
Target release:
FORM:
Multiple fields in addition to default fields.
One time-date field.

PROBLEM:
Clicking on the calendar icon, to do a graphical selection of a date, causes a JavaScript error. IE reports this as:
Line: 1119
Char: 1
Error: 'plone' is undefined
Code: 0

If logged in as a manager, the calendar picker seems to work, at least the calendar comes up.

I don't see where I can, or need to, publish the field separate from the form, but maybe it is a permission thing?

Cheers.

-Robert
Steps to reproduce:
This has been reproduced by another person, on a separate server, and the same thing happens. He just added a date-time field.
Added bySteve McMahononMay 17, 2009 11:52 PM
Issue state: UnconfirmedRejected
Responsible manager: (UNASSIGNED)smcmahon
Some fields, like the rich text editor and the calendar widget on the
date/time field require JS or CSS support that often is not loaded
for anonymous users. If you wish this support for anon users, you'll
need to remove the "not: portal/portal_membership/isAnonymousUser"
condition for their support code in portal_css and portal_javascripts.

No responses can be added.