Hello, i am not a experient drupal user, but i have been developing a drupal website and few days ago e notice that when i am at views module and i want to configure one field to appear on my view, the collapsible fieldsets "Style settings", "No results behavior", "Rewrite results" and "More" they appear as plain text (disabled). I don't know since when this started to happen. I saw in some old posts that this can happend cause some installed module and some javascript problem.
Can someone find me solution for this problem i would not like to uninstall all modules and rebuild all since beginning so i can figure out which one is doing that.

Thanks

Comments

VM’s picture

to figure out if its a conflict with another modules, disable modules one at a time and test. You don't have to uninstall the modules. just disable.

malhado’s picture

I am using internet explorer, andi discovered that if i will open the internet explorer developer tools, all the issues that i am having with javascript in views stop to exist, everything start to work normally. Is strange but like this i can continue to do my work i just must have open the I.E. developer tools. Is temporary solution but allows me to continue the work. If i disable one module that i am using for exemple in views this will not affect the work done ?

Thanks

VM’s picture

If i disable one module that i am using for exemple in views this will not affect the work done ?

no. In this situation though. you would not want to disable views since you are trying to determine which module is interfering with views. As it sounds like a javascript issue, I'd start disabling any module that include javascript.