Changes between Initial Version and Version 1 of Ticket #8109, comment 5
- Timestamp:
- Mar 5, 2014, 10:28:02 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8109, comment 5
initial v1 18 18 **Workarounds:** 19 19 1. You could add {{{p {min-height: 20px;}}}} in your CSS but this workaround won't handle correctly lines higher than 20px 20 2. Fill paragraphs with 20 2. Fill paragraphs with . This is IMO better. 21 21 22 Second workaround is better and perhaps we could fill empty paragraphs when setting readOnly mode? We would probably have to marked them with some e.g.'data-changed' attribute so that we could bring back their original state once readOnly is deactivated. 22 ---- 23 **Fix:** 24 25 Perhaps we could fill empty paragraphs when setting readOnly mode? We would probably have to marked them with some e.g.'data-changed' attribute so that we could bring back their original state once readOnly is deactivated.