Changes between Initial Version and Version 1 of Ticket #11480, comment 10
- Timestamp:
- Mar 24, 2014, 10:11:56 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11480, comment 10
initial v1 1 Another part of feedback: 2 1 3 7. better to use parent.add( child ) - done 2 4 8. you cannot use classes - it's a garbage after ACF. It may not be available (e.g. if ACF was disabled). - done … … 5 7 11. it will be much better to use regexp to scan classes string ;). - done 6 8 7 13. Code style: indentation and missing new line before defaults. - done [[BR]]9 13. Code style: indentation and missing new line before defaults. - done 8 10 too long. - done 11 12 In addition to that i've noticed that undo of textarea gets messed up after tab insertion in a way that's currently done. We'll have to try do something about it.