After updating to newest version when editing a book page with an Hierachical Taxonomy Select Field I get Java Script not enabled. I think it just takes too long (performance) and thats why the message comes. It is not possoble to select a taxonomy field. Tested in Firefox.
After disabling the module, everythig works.

Comments

icecreamyou’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

You've gotta be kidding me. I don't think that issue report would make sense even if you had written it in German.

All I can suggest is that you go to admin/settings/performance and clear the aggregated JavaScript cache.

baff’s picture

I went back to old module version - and it works - I will not report similar stuff anymore (Of course I have cleared caches).

I really do not understand your reaction. Do you remember when I reported http://drupal.org/node/710684 - especially #3 (you changed my report)

Sometimes it seems to me that you are not interested in people testing your modules. I will stop testing.

icecreamyou’s picture

Please do report problems, and there's no reason you should have to revert to an older version.

I understand that some people are put off when they get forceful responses from maintainers in the issue queue, and I'm sorry about that. But it's just as frustrating for a maintainer to have to deal with something that is not adequately described. My development time is very limited and I just can't spend it trying to guess what people mean. The more clearly you can describe a problem and the more information you can give, the happier I will be to solve your problem.

So please do try to clarify, if you can. Just try to understand that I don't intend to be negative, but that I can't read your mind either. :)

icecreamyou’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Please reopen this issue if you can give more explanation.

geerlingguy’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Closed (fixed) » Active

I have just spent a little time troubleshooting this issue, and I can confirm that the latest dev version of appbar borks hierarchical select, as referred to in comments #27 and #29 here.

It seems that something in Appbar's javascript implementation is messing with other module's jquery code, as I've run into a few different administration-side modules that have required my disabling appbar for the path admin* in the module's settings.

I'd really like to use Hierarchical Select and the Application Toolbar on one of my sites, but they don't interact gracefully.

geerlingguy’s picture

Title: Performance or Java Script problem (Taxonomy Hierarchical Select / Firefox) » Appbar Javascript/jQuery interferes with Hierarchical Select module

Updating title.

icecreamyou’s picture

Title: Appbar Javascript/jQuery interferes with Hierarchical Select module » Don't change the context variable in jQuery
Category: support » bug
Priority: Normal » Minor

The problem is actually due to conflicting assumptions about the environment in which both modules will be used. It's not a problem that's specific to Appbar, HS, or anything else -- it's just due to poor guidelines from Drupal on how a particular global variable is handled in JS. It's not a particularly difficult thing to "fix" on either side -- I'll get around to it when I get a chance.

geerlingguy’s picture

Awesome - thanks!

drubage’s picture

Please let me know if you get a fix I am also experiencing this error, thanks a bunch!

icecreamyou’s picture

Status: Active » Fixed

Committed fix to dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

geerlingguy’s picture

Just posting back - this fix clears up all the issues I had with both Views UI (admin interface) and Hierarchical Select. Nice!