Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] composer: fixed composer placeholder issues
5fa4053 In that commit there were multiple issues which have been solved in the following commit. 1. Actual point behind this commit and the one mentioned above was to achieve a placeholder value on composer when no content is in the focused cell. First attempt was to go with a text placeholder, which then got replaced with an SVG icon which was done by the mentioned commit. This commit aims to fix all the newly introduced bugs from that commit. 2. When the SVG icon as placeholder was added, it had additional css attributes along with content, which is removed in this commit, as it resulted in breaking css of the entire composer in multiple scenarios. (focus the top bar composer, then open the vertical align tool) 3. Minor changes on SVG’s viewbox, width, height are made to counter slight css issues with the icon. closes #2236 Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
- Loading branch information