If you remove css files (e.g. system.css) through a method such as stylesheets[] = system.css in your theme.info file, the removed file gets loaded when the click to edit ajax is fired.

Not sure if this is an editablefields or ajax_load issue. Thoughts?

Comments

andreiashu’s picture

hi,

I think this is an ajax_load issue. Please have a look at ajax_load_ajax_data_alter ajax_data_get_data that add css and js file to the json object that is returned from editablefields.

entrigan’s picture

Title: Ajax adds removed css back in » ajax_load adds removed css back in
Project: Editable Fields » Ajax Load
Version: 6.x-3.x-dev » 6.x-1.3

Moving the project, and clarifying title.

markus_petrux’s picture

Status: Active » Postponed (maintainer needs more info)

The ajax load module does not alter the list of css files. It just takes the list from the same place that is used to render the stylesheets related tags in the page template.

The cause of this issue could be something else, it seems to me.

markus_petrux’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I think anything pending here should be fixed in 1.4. If not, then please check other issues in the queue, not really big, and chances are it is related to something already reported.