-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
4.1.10, 5.1.5, 5.3
-
None
-
Standalone on Windows Server 2003
JVM 1.6.0_12
Client: Windows 7, Firefox 13
When editing in a table I have the following (in wiki markup)
||Heading||Heading|| |Item | * list item 1 * list item 2 * list item 3 |
which renders like
Heading | Heading |
---|---|
Item |
|
If I then go to list item 1, delete the text "list item 1" and then backspace to remove the bullet, I am left with a hard line break above the bulleted list that I cannot remove at all in the new editor.
source code from source editor:
<table> <tbody> <tr> <th> <p>Heading</p> </th> <th> <p>Heading</p> </th> </tr> <tr> <td> <p>Item</p> </td> <td> <br/> <ul> <li>list item 2</li> <li>list item 3</li> </ul> </td> </tr> </tbody> </table>
To remove the hard < br > character I have to use the source editor.
You need to either not put in a hard < br > or make it so that backspace / delete can remove it.
[CONFSERVER-25770] Backspace to delete a bullet in a table cell leaves a <br> that cannot be removed
Workflow | Original: JAC Bug Workflow v3 [ 2898195 ] | New: CONFSERVER Bug Workflow v4 [ 2992758 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2790318 ] | New: JAC Bug Workflow v3 [ 2898195 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2720166 ] | New: JAC Bug Workflow v2 [ 2790318 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2389232 ] | New: JAC Bug Workflow [ 2720166 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2266676 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2389232 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2210368 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2266676 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2196427 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2210368 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1926482 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2196427 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1736037 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1926482 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1693935 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1736037 ] |