Features is not currently working for me in Firefox or Chrome. It works fine in IE9.

If I go to /admin/structure/features/create, in FF or Chrome I cannot click in any of the features form fields in the left column nor the expand-contract details in the right column. I can only click in the search field. No problem in IE9.

In the attached screen prints it is clear that Chrome is rendering the form properly. However, if I try to inspect the element, the features-export-form element is missing. The element is present in IE.

I say currently because months ago I created a feature and did not encounter these issues. I likely would have used Chrome rather than IE to do this, although I cannot say for certain.

Any ideas?

CommentFileSizeAuthor
#1 2332517-IE9.png441.4 KBCharles Belov
#1 2332517-Chrome.png459.91 KBCharles Belov
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Charles Belov’s picture

FileSize
459.91 KB
441.4 KB
lklimek’s picture

I can confirm this issue. It occurs when you have menu blocks below the main content in your block configuration.

Charles Belov’s picture

Thanks for the detective work.

Confirmed. I disabled -- in the admin theme -- nearly all of the blocks having to do with our website content (since those appear on our website theme and not the admin theme anyway) and the Create Feature page now works in Chrome.

Interestingly, this effect happens even though none of those blocks were actually being rendered.

Soubi’s picture

@Iklimek > It happen also if you have just a block below the main content (the "powered-by" block in my case)

betz’s picture

Can confirm the issue.
I could relate it with jquery_update. When I set jquery_update back to 1.5 for admin pages, all OK.

Charles Belov’s picture

So what is the next step? Do we reassign this from the Features project to the JQuery Update project?

I just checked the open JQuery Update 7.x issues involving forms and didn't see anything that seemed to be related.