On Saturday, June 30, 2012 9:55:20 AM UTC-7, prav wrote: > > Hi, > > Thanks for your reply. I have checked and I do have JavaScript enabled in > my browser. I tried with both Firefox and Chrome. In the console I can see > one single error thrown by JS : - > > "[18:46:19.234] a.attributes is undefined @ > http://path_to_trac/chrome/common/js/jquery.js:55" > > Could this be the problem? >
Yes, I think so. Do you have plugins installed and enabled? If so: 1. Disable all plugins. If the foldable sections appear, then the cause is probably a jQuery conflict. 2. Enable the plugins one by one, testing after each is enabled, and figure out which plugin is causing a problem. 3. Search for tickets on trac-hacks related to the issue for that plugin, or open a new ticket if none exists. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/woqQdifg2xkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
