| | 1 | * Fixed selection issues on dialog close in Firefox, Webkit and IE. |
| | 2 | * New behavior: don't `setData` if content didn't change - preserve selection in such case. |
| | 3 | * Added sample for source plugin with inline&framed editors to promote it. |
| | 4 | * Created t/9713@tests-v4 with tests for the plugin. |
| | 5 | |
| | 6 | Still broken: |
| | 7 | * IE7&8 (sometimes 9): |
| | 8 | {{{ |
| | 9 | Permission denied node.js, line 257 character 3 |
| | 10 | Invalid argument. node.js, line 563 character 4 |
| | 11 | }}} |
| | 12 | when closing dialog with new HTML. |
| | 13 | |
| | 14 | I also suggest to rename the plugin to "sourcedialog", which goes better with "sourcearea". |