rainlab/translate-plugin

ML Markdown Editor issues in October v3

acasar opened this issue · 1 comments

There are some issues with the translatable Markdown editor in October v3. I am using the latest versions (October 3.0.62 and RainLab.Translate 1.11.1).

  1. Language picker is shown too low on the page
  2. The formatting option in the toolbar is not working (javascript error)

To replicate the issue, you can add the following two lines to the Post model of the test plugin:

public $implement = ['@RainLab.Translate.Behaviors.TranslatableModel'];
public $translatable = ['content_md'];

Video demonstration:

dfc938ade28f007bea17a37e153257be.mp4

Thanks for this detailed bug report!

The alignment issue is fixed in bb97959 and the JS error fixed in OCMS build >= v3.0.63