Opened 16 years ago
Closed 16 years ago
#3587 closed Bug (worksforme)
Error pressing enter after selectAll
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | WorksForMe Pending | Cc: |
Description
- Load the replace by class sample in Firefox.
- Press the Select All button
- Press Enter. An error is shown:
node is null http://localhost/ckeditor/_source/plugins/enterkey/plugin.js Line 85
The error is different than #3505
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | WorksForMe Pending added |
---|
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Something has changed because now it works, but the generated code is quite different about what it's expected of a single enter key:
<p> </p> <p> <br /> </p> <p> <br /> </p>
But this thicket is not longer valid.
Could you provide more information? It works for me in FF 2 and 3.