Active
Project:
Editable Fields
Version:
7.x-1.0-alpha2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2009 at 01:51 UTC
Updated:
4 May 2012 at 09:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
Steve Dondley commentedConfirmed. It looks like editable fields is somehow pulling in css from the defaulte them when looking at the admin theme with a view with editable fields.
Comment #2
Steve Dondley commentedHere's a screen shot showing an editable view using the "aboutpeople" theme as the default theme and bluemarine for the admin theme, which is set to show on all page urls that begin with "admin/". The screenshot is of a view with a path of admin/all_feed_items.
What we see is a weird hybrid of the bluemarine theme and the "aboutpeople" theme.
Comment #3
Steve Dondley commentedTook a look at the ajax_load.module. It has this at line 60:
$return['css'] = drupal_add_css();
Commenting it out did the trick, but this is obviously not a proper solution.
Comment #4
markus_petrux commentedHi,
I have posted a mini-patch to the admin_theme module here: #464738: Add compatibility with AJAX requests to admin theme module?
Cheers
Comment #5
karljohann commentedTwo years later and this hasn't been solved?
Comment #6
charlie-s commentedSame problem.
Comment #7
mxh commentedComment #8
mxh commentedmoved my comment to http://drupal.org/node/464738. Previous comment can be deleted, thanks!
This problem still exists in D7.
seems that it will be fixed in the next D7 release:
http://drupal.org/node/967166
Comment #9
mxh commentedOK so I tried it with D7.14 now, but the problem is still there. It seems that this is not a fault at editable fields module, because I also have the problem using modal frames.