With Ember enabled as the admin theme, I am unable to use the Features module "Create Feature" interface. I am unable to click into any of the text fields and the Package field spinner is active immediately on page load. Screenshot attached.

Switching the theme to Seven shows no issues.

Comments

designerbrent’s picture

Status: Active » Postponed (maintainer needs more info)

This appears to be fixed in the newest git version.

jlporter’s picture

I ran a git pull, and a cc all. Still broken.

markdorison’s picture

Still broken for me as well.

killua99’s picture

Yup is broken.

tkoleary’s picture

@killua99, @markdorison, @ jlporter

I cannot reproduce this error (chrome, safari, Mozilla, MAC). What environment are you seeing it in?

markdorison’s picture

@tkoleary: I am able to reproduce on http://simplytest.me

1. Select Ember 7.x-2.x for the main project.
2. Add Features as an additional project.
3. Disable Overlay and enable Features.
4. Set Admin Theme to Ember.
5. Navigate to admin/structure/features/create where the issue is occurring.

tkoleary’s picture

Al and I discovered the problem. There's no clearfix on the Navigation block. Disable that block and the page works just fine. In fact this really should be reported as a bug in features. The last div in that UI should clear so that no block floats above the form.

tkoleary’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)
markdorison’s picture

StatusFileSize
new12.08 KB

Disabling the Navigation block did resolve the issue of not being able to access the fields.

The other part of the issue is the continuously spinning throbber which I am also seeing on entityreference fields (screenshot attached). Would this be a bug to file with entityreference?

tkoleary’s picture

All blocks need to be disabled. The lack of a clear in the right floated features div is causing any block to sit on top of the form (again, a features issue)

The throbber bug has also been fixed as of my last push