Skip to content

Improve re-usability of Editor Lite

Denys Mishunov requested to merge dmishunov-editor-lite-reusability into master

What does this MR do?

This MR improves re-usability of the Editor Lite Vue component by removing the expectation of a certain HTML hierarchy on the page in order for the style to work properly. The problem has been identified while implementing the component for CI linting Vue application

Screenshots

NOTE: At the moment only Snippet form is using the Editor Lite as a Vue component so the table below makes sure that both the Vue component and vanilla Editor Lite (implemented without Vue) are still looking exactly the same after this MR.

Before After
Blob edit Screenshot_2020-10-13_at_22.36.25 Screenshot_2020-10-13_at_22.45.34
Snippet edit Screenshot_2020-10-13_at_22.36.45 Screenshot_2020-10-13_at_22.46.25
CI lint Screenshot_2020-10-13_at_22.36.38 Screenshot_2020-10-13_at_22.45.39

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Denys Mishunov

Merge request reports