collective / collective.dynatree

Dynatree (JQuery Javascript) integration for Plone
http://pypi.python.org/pypi/collective.dynatree
Other
8 stars 7 forks source link

Dynatree widget grabs focus on load of Archetypes edit form #8

Open rbruch opened 11 years ago

rbruch commented 11 years ago

(Not sure this is the right place for this, if not sorry.)

I'm using collective.dynatree to in a custom Archetypes content type based on ATDocument. It works as expected except that when the "Edit" tab is selected on an item, the dynatree widget takes the focus so the editing order of the page is disturbed (it should start with Title at the top of the page).

Is this necessary for dynatree to work, i.e., can it be made to not grab focus on the load of the form? If so, what change could I make to my setup for this?

Versions: Plone 4.2.2, collective.dynatree 1.3.4