Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
edit.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Aug 2013 at 17:26 UTC
Updated:
29 Jul 2014 at 22:47 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
LSU_JBob commentedchanging the index to 100 fixed it for me ( in chrome )
Comment #2
wim leers#1872296: Edit should use core-provided Dialog (instead of its own) is also affected by this.
#1: Thanks! But doesn't that break other things? There are a lot of carefully tuned z-indexes in
edit.module.css! :)Comment #3
LSU_JBob commentedI clicked around and it didn't seem to do that for me. I only did it in chrome though so it's a possibility.
Comment #4
wim leersYou're right — it works perfectly.
The reason it works perfectly is that the entity toolbar is now no longer in the same position in the DOM; as of #1678002: Edit should provide a usable entity-level toolbar for saving fields is is absolutely positioned and hence a z-index of 350 is no longer necessary.
Jesse Beach is the CSS expert *and* she worked on #1678002. So I'm leaving the RTBC decision up to her, because this change might have repercussions I'm not anticipating. As far as I'm concerned, this is RTBC however.
Comment #5
wim leersComment #6
jessebeach commentedThanks LSU_JBob! I tested this patch with the image upload patch (#1932652). The z-index change puts the contextual edit toolbar below the jQuery UI modal screen as desired. I also checked all the instances of
z-indexin core/modules and core/assets. This appears to be a good value, that being an index of 100. Let's go with it.Comment #7
jessebeach commentedUpdating the status to RTBC.
Comment #8
alexpottCommitted cc249ad and pushed to 8.x. Thanks!
Comment #9.0
(not verified) commentedUpdated issue summary.