Closed (duplicate)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Mar 2009 at 13:31 UTC
Updated:
20 Mar 2009 at 16:27 UTC
once returned to the node form, if there is a form error for any field hs seems disabled (i see the no-javascript replacement with the update button...)
Comments
Comment #1
wim leersPlease provide a screencast.
Comment #2
gunzip commentedIt's because when the form is submitted the variable $_POST['form_build_id'] IS set
so this control:
fails and the javascripts are never added to the page.
Comment #3
wim leersInteresting that nobody had noticed this until now. Good catch. This was a regression due to another patch actually.
Changed in 1.146:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/hierarchica...
The other patch: http://drupal.org/node/354445.
That's also where this problem was already reported. Please look there (http://drupal.org/node/354445#comment-1381118) for details. But thanks for your report and thanks for pointing out the cause. Saved me a couple of minutes of my time :)