Closed (fixed)
Project:
Ubercart Product Power Tools
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2012 at 19:16 UTC
Updated:
28 May 2012 at 01:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
tr commentedWhich 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.
Comment #2
jaxpax commentedHi!
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
Comment #3
jaxpax commentedThis is how the fieldsets are set (view attachment)
Comment #4
tr commentedThat'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 ...
Comment #5
jaxpax commentedThanks 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?
Comment #6
robbiew commentedI had the same problem -- looks like it was Token 7.x-1.0 causing the javascript conflict. I disabled Token, fieldsets opened.
Comment #7
dimetry commentedsame problem
turned off Token 7.x-1.0 and I solved problem for a while
Comment #8
nyleve101 commentedHi,
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.
Comment #9
trillex commentedSame issue and I need to make use of the Auto SKU, so disabling Token isn't an option.
Comment #10
dimetry commentedYou can turn off Token for some time, then goto Product Power Tools, make some changes.
And turn on Token again.
Temporary solution for now
Comment #11
nyleve101 commentedHi,
In case it helps anyone, this patch solves the issue http://drupal.org/node/1557766.
Evelyn
Comment #12
tr commentedThis has now been fixed in the -dev release of Token, see #1557766: Tokens with < and > int the key breaks js browsing.