Changes between Initial Version and Version 1 of Ticket #12634
- Timestamp:
- Nov 6, 2014, 2:00:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12634 – Description
initial v1 11 11 1. Put bogus <br> inside empty inline elements. Then, I think that browsers will place the caret inside empty blocks by themselves. 12 12 2. Handle this on keyup and mouseup events. Check whether collapsed selection was placed next to empty inline element in an empty line and fix the selection. 13 14 BTW. Note that pressing the bold button again after navigating to the empty line will create another strong tag. This is due to #12633.