To reproduce:
1. Select Ember/AT Admin/Adminimal as admin theme (or probably others)
2. Add/enable Features, disable Overlay
3. Go to admin/structure/features/create, try to click on anything
--> Can't click, div#block-system-navigation is on top of all elements

See https://drupal.org/node/2082905 for discussion

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

manooh’s picture

Component: User interface » Code
CMStom’s picture

I can confirm the same issue by duplicating the steps above on a fresh drupal install from pantheon.

joachim’s picture

Component: Code » User interface
Priority: Normal » Major
Status: Active » Needs review
FileSize
547 bytes

Confirming this.

To reproduce, install Features on a fresh install, and add another block to the content region in Seven theme. My use case is I like to have Devel module's menu below the content block on admin pages. This makes all of the feature recreate form unclickable.

Here's a very simple patch which adds the clearfix class to the form to fix the problem.

hanoii’s picture

Status: Needs review » Reviewed & tested by the community

I confirm this fixes it. Easy enough patch.

  • mpotter committed 4184b9b on 7.x-2.x authored by joachim
    Issue #2206717 by joachim: Cannot click on anything in "Create Feature"...
mpotter’s picture

Status: Reviewed & tested by the community » Fixed

Doesn't seem to have any side-effects with the default themes, so committed to 4184b9b.

Status: Fixed » Closed (fixed)

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