Closed (fixed)
Project:
Edit
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
3 Dec 2013 at 21:50 UTC
Updated:
2 Jan 2014 at 19:10 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
Bojhan commentedComment #2
wim leersConfirmed — this has been the case forever. I saw it too yesterday. This definitely needs to get fixed.
Comment #3
wim leersThe problem is that Bartik's CSS is influencing the styling of the form. That's understandable: ideally we want Seven's CSS to apply to in-place editing forms, but until we have Web Components/Shadow DOM/Scoped CSS or something else along those lines, we can't do that.
So, for now, the only way Edit can fix this is by detecting whether one of Drupal 7's themes is active, and load additional CSS that fixes the problem. Contrib/custom themes will have to do this themselves.
Comment #4
wim leersThis is the best I can do: http://drupalcode.org/project/edit.git/commit/4f8d17c.
Comment #5
wim leersScreenshot showing the fix:
Comment #6
wim leers