Opened 11 years ago
Closed 11 years ago
#11325 closed Bug (invalid)
[Image2] Breaks with config.contentsLangDirection = 'rtl'
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
observed at major
It seems that when we'll set text direction to rtl, it will break image2 (at least in our sample).
- update image2 sample so it will look like that:
CKEDITOR.replace( 'editor1', { extraPlugins: 'image2', height: 450, contentsLangDirection: 'rtl' } );
- open sample with image2 plugin (/samples/plugins/image2/image2.html)
Expected result:
Similar markup/graphic feel as in ltr mode.
Current result:
Code seems to be broken, blocks do overflow to each other etc.
additional info:
- This is cross-browser issue (at least tested it with IE10, latest FF, chromium).
Invlaid ticket, sorry error was due to typo in unsaved changes at my sandbox, sorry. :)