When activating avalability, collapsed fieldsets cannot be opened, and so - it's impossible even to edit the availability settings in nodes :-)

Comments

z.stolar’s picture

Forgot to mention:
Drupal 5.1
JStools 5.x-0.3
Both Jstools and JScalendar are activated, and the problem only occurs when availability is on.

z.stolar’s picture

Using Firebug I opened the fieldset, just to find it was empty...
The console showed the following error:

Calendar._TT has no properties
Calendar(null, null, onSelect(cal), undefined)calendar_stripped... (line 32)
setup(Object weekNumbers=false displayArea=input#edit-daterange)calendar-setup_st... (line 137)
(no name)()availability-cale... (line 80)
e([div#calendar-container-flat], function(), undefined)jquery.js (line 2)
e(function(), undefined)jquery.js (line 2)
(no name)()availability-cale... (line 72)
e()jquery.js (line 2)
[Break on this error] this.dateFormat = Calendar._TT["DEF_DATE_FORMAT"];
z.stolar’s picture

Status: Active » Closed (fixed)

False alarm... Sorry for the noise.
The problem was with the hebrew translation file of JScalendar (which still doesn't work properly...), but since I only used it for availabilty, I thought it was availability which caused it.