Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-23899

Backspacing a bullet item should remove the bullet style only

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 4.1.2
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      User story

      A user inserts a numbered bullet list, types in one item, then presses ENTER.

      The RTE at this point produces:

      1. first point
      2. CURSOR HERE
      

      What they want is to continue adding text and content after the first bullet. They aren't ready for the second yet.

      In wiki markup they would just:

      # first point
      keep typing more stuff here which would be part of the first point
      

      The solution of course is SHIFT + ENTER. However, a majority of users aren't aware of this. One example.

      We could adopt the stance that we need to train / educate users. But I think there's a still better way, and MS Word has implemented it, and I think its brilliant.

      Suggestion

      When the RTE shows:

      1. first
      2. CURSOR IS BLINKING HERE - second
      3. third
      

      If the user hits backspace, they get:

      1. first
         CURSOR IS BLINKING HERE - second
      2. third
      

      Note:

      1. numbering has been restored (so (3) becomes (2))
      2. the contents of second bullet has been moved to the first.
      3. the user doesn't have to know about SHIFT + ENTER. Backspace is what I've seen a few people doing intuitively to remove the bullet style. Lets give them that instead.

      Technically the DOM should be:

      <ol> 
          <li>first<br/>second</li>
          <li>third</li>
      </ol>
      

            [CONFSERVER-23899] Backspacing a bullet item should remove the bullet style only

            Sen Geronimo made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3576298 ] New: JAC Suggestion Workflow 3 [ 4336892 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3168889 ] New: JAC Suggestion Workflow 4 [ 3576298 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3038981 ] New: JAC Suggestion Workflow 2 [ 3168889 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2536834 ] New: JAC Suggestion Workflow [ 3038981 ]
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2259461 ] New: Confluence Workflow - Public Facing v4 [ 2536834 ]
            Alex Yakovlev (Inactive) made changes -
            Labels Original: bugfix loyalty New: loyalty
            Alex Yakovlev (Inactive) made changes -
            Labels Original: bugfix New: bugfix loyalty
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2195994 ] New: Confluence Workflow - Public Facing v3 [ 2259461 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 1927414 ] New: Confluence Workflow - Public Facing v3 - TEMP [ 2195994 ]
            Minh Tran made changes -
            Labels Original: bugfix bugfix_dev_backlog New: bugfix

              dave@atlassian.com dave (Inactive)
              dave@atlassian.com dave (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: