Opened 17 years ago
Closed 17 years ago
#1389 closed Bug (fixed)
Delete key bug when deleting second paragraph in TD (caused by #)
Reported by: | Scott McNaught | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | UI : Enter Key | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
Problem: second paragraph does not delete. Likely occurs for other elements too.
Source:
<table> <tbody> <tr> <td> <p>Delete at end of line -></p> <p>Second paragraph</p> </td> </tr> </tbody> </table>
This bug was caused by the fix for #1323.
I have attached a patch which fixes this problem. eNext was accidently passed in as eNextCell as a parameter to FCKTools.GetElementAscensor().
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | 1389.patch added |
---|
comment:1 Changed 17 years ago by
Priority: | High → Normal |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks Scott. You patch has been committed with [1005].