Lukas Hodel

Results 23 comments of Lukas Hodel
trafficstars

great I will do it tomorrow at work.

+1, Im trying the same. Seems that you can not just add the file "/app/admin/assets/javascripts/active_admin/editor/templates/toolbar.jst.ejs" and it will override the gems file. A configuration for this would be great :)

I Think ist because the js witch requires the template is in the gem, so the gems assets have privileges. But Im investigating. It should be relatively easy to configure...

This is our file, here we have to add the possibility to configure the template name for the toolbar template :) I will fork it and try it... https://github.com/ejholmes/active_admin_editor/blob/master/app/assets/javascripts/active_admin/editor/config.js.erb

Ok i got it. look at the Pull Request https://github.com/ejholmes/active_admin_editor/pull/39. When you want to have the feature right now. You can take my fork. But I can not guarantee any...

a dirty hack but works is: input_html: { style: 'height: 500px' }

![image](https://user-images.githubusercontent.com/643436/36638310-2bebdf18-1a24-11e8-97ee-a6bc4c9b58e7.png) It seems that some scripts are not loaded. I have JS enabled and also disabled my AdBlocker for testing purpose. edit: I just tried to open the scripts directly...

OK I identified the problematic Add-On. It is the `DuckDuckGo Privacy Essentials`. The plugin used to be only a toolbar extension, I did not notice that they extended it to...

I see your CDN cookie point. Screening through it I was also a little bit concerned. I would search the part where they detect `cross-domain` requests. Also, a look into...

FYI: I just removed `republik.ch` from the whitelisting of `DuckDuckGo Private essentials` and, "trommelwirbel" it still works. There are some errors left but they also appear when the whitelisting is...