Closed (fixed)
Project:
Application Toolbar (Appbar)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2010 at 12:31 UTC
Updated:
24 Jan 2011 at 21:24 UTC
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
Comment #1
icecreamyou commentedYou'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.
Comment #2
baff commentedI 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.
Comment #3
icecreamyou commentedPlease 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. :)
Comment #4
icecreamyou commentedPlease reopen this issue if you can give more explanation.
Comment #5
geerlingguy commentedI 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.
Comment #6
geerlingguy commentedUpdating title.
Comment #7
icecreamyou commentedThe 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.
Comment #8
geerlingguy commentedAwesome - thanks!
Comment #9
drubage commentedPlease let me know if you get a fix I am also experiencing this error, thanks a bunch!
Comment #10
icecreamyou commentedCommitted fix to dev
Comment #12
geerlingguy commentedJust posting back - this fix clears up all the issues I had with both Views UI (admin interface) and Hierarchical Select. Nice!