Closed (won't fix)
Project:
Ember
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2013 at 21:34 UTC
Updated:
17 Sep 2013 at 18:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
designerbrent commentedThis appears to be fixed in the newest git version.
Comment #2
jlporter commentedI ran a git pull, and a cc all. Still broken.
Comment #3
markdorisonStill broken for me as well.
Comment #4
killua99 commentedYup is broken.
Comment #5
tkoleary commented@killua99, @markdorison, @ jlporter
I cannot reproduce this error (chrome, safari, Mozilla, MAC). What environment are you seeing it in?
Comment #6
markdorison@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.
Comment #7
tkoleary commentedAl 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.
Comment #8
tkoleary commentedComment #9
markdorisonDisabling 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?
Comment #10
tkoleary commentedAll 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