bbenezech/papermill

Conflict with Facebox in DOM ID & Jquery Delete not working in form

Closed this issue · 1 comments

  1. The facebox used an id = "footer" which can cause formatting problems when the plugin host app uses the same id in its layout - temporary solution - change the host app footer id so it is unique. more permanent solution provide the facebox footer with a unique id

  2. delete of images not working on the form (with or without Jquery no conflict) as a temporary hack have changed the javascript generated by the papermill asset form to us "J" instead of "$" and is now working

  1. fixed in next release, my bad.
  2. All user would need to regenerate assets (css). You can however override _edit.html.erb in your app/views/papermill folder and customize it at will.