The fieldset, over at admin/store/products/power-tools/product does not open. I have tried different themes but the result stays the same - no action in any of the fieldsets.

CommentFileSizeAuthor
#3 Capture.PNG14.6 KBjaxpax

Comments

tr’s picture

Category: bug » support

Which fieldset? Which browser? Do you have this problem in the default Bartik or Seven themes?
admin/store/products/power-tools-product has two fieldsets at the top level, "Clone ..." and "Default ...". The first should be collapsed by default, the second should be open by default. The second contains 6 additional fieldsets, and some of those fieldsets also contain fieldsets.

Regardless, this is certainly a problem with JavaScript on your site conflicting with the core Drupal JavaScript. Fieldset functionality is provided entirely by Drupal core and there's nothing this module could do to prevent the fieldsets from opening.

jaxpax’s picture

Hi!
Browsers:
Google Chrome 16.0.912.77
Firefox 9.0.1

Themes I have tried:
Bartik, Seven, Cube, Rubik, (Tao)

Drupal 7.12
Core modules:
Bartik, Block, Color, Comment, Contextual links, Dashboard, Database logging, Field, Field SQL storage, Field UI, File, Filter, Help, Image, List, Menu, Node, Number, Options, PHP filter, Path, RDF, Search, Seven, Shortcut, System, Taxonomy, Text, Toolbar, Update manager, User

Contrib. modules:
backup_migrate 7.x-2.2
boxes 7.x-1.0-beta7
ctools 7.x-1.0-rc1+116-dev (2012-Jan-23)
entity 7.x-1.0-rc1+30-dev (2012-Feb-07)
entityreference 7.x-1.0-beta3+15-dev (2012-Feb-01)
field_permissions 7.x-1.0-beta2
link 7.x-1.0
module_filter 7.x-1.6
og_node_link 7.x-1.0
Organic groups 7.x-1.3
Includes: Organic groups, Organic groups UI, Organic groups context, Organic groups field access
Organic groups views 7.x-1.0
Pathauto 7.x-1.0
paypernode 7.x-1.x-dev (2011-May-05)
Rules 7.x-2.0
Taxonomy Access Control 7.x-1.0-rc1
token 7.x-1.0-beta7
ubercart 7.x-3.0
Includes: Cart, Order, Payment, Product, Product attributes, Store
uc_product_power_tools 7.x-1.x-dev (2011-Oct-17)
uc_recurring 7.x-2.0-alpha1
Includes: Recurring - Hosted Gateways, Recurring Order, Recurring Payments API, Recurring Product Fees, Subscription Manager
views 7.x-3.0-rc3
xmlsitemap 7.x-2.0-rc1

jaxpax’s picture

StatusFileSize
new14.6 KB

This is how the fieldsets are set (view attachment)

tr’s picture

That's definitely a JavaScript problem on your site. You can use Firebug in Firefox to examine the JavaScript errors on that page and figure out which module is causing the problem. Or you can post a link to your site and I can take a look at it from here. You will have to set your permissions so a non-admin user can see that page ...

jaxpax’s picture

Thanks TR, I really appreciate you trying to help me out, but it's a local environment so you won't be able to visit my setup. I have Firebug in my browser but I have no knowledge in how to examine JavaScript errors. Can you give me a pointer in how and what to look for?

robbiew’s picture

I had the same problem -- looks like it was Token 7.x-1.0 causing the javascript conflict. I disabled Token, fieldsets opened.

dimetry’s picture

same problem
turned off Token 7.x-1.0 and I solved problem for a while

nyleve101’s picture

Hi,

I'm also having this issue but I need the Token module for Pathauto, was there a previous release of Token that worked? I ask because I only started noticing this problem a few days ago, but I can't figure out what version of Token I previously used.

Thanks in advance.

trillex’s picture

Same issue and I need to make use of the Auto SKU, so disabling Token isn't an option.

dimetry’s picture

You can turn off Token for some time, then goto Product Power Tools, make some changes.
And turn on Token again.
Temporary solution for now

nyleve101’s picture

Hi,

In case it helps anyone, this patch solves the issue http://drupal.org/node/1557766.

Evelyn

tr’s picture

Status: Active » Fixed

This has now been fixed in the -dev release of Token, see #1557766: Tokens with < and > int the key breaks js browsing.

Status: Fixed » Closed (fixed)

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