unexpected deTabbing change of list order #703

Open
opened 2026-02-04 21:56:43 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @Di2g10 on GitHub (Jun 1, 2018).

For Bug Reports

  • BookStack Version: |Clevertouch 2018-06-01
  • PHP Version: ?
  • MySQL Version: ?
Expected Behavior

When tabbing Left (shift+Tab) expecting line to stay where it is in list order but be moved to the left.

Current Behavior

When tabbing left from a 3rd level tab to first level the line drops to a point below future bullet lines that are tabbed out more than the current line.

EG starting state:
-1st level point
-2nd level point
-3rd level point Key point that wants to be increased in level.
-Another 2nd level point
-Another 1st Level point

End State current:
-1st level point
-2nd level point
-Another 2nd level point
-3rd level point Key point that wants to be increased in level.
-Another 1st Level point

End State Desired:
-1st level point
-2nd level point
-3rd level point Key point that wants to be increased in level.
-Another 2nd level point
-Another 1st Level point

Originally created by @Di2g10 on GitHub (Jun 1, 2018). ### For Bug Reports * BookStack Version: |Clevertouch 2018-06-01 * PHP Version: ? * MySQL Version: ? ##### Expected Behavior When tabbing Left (shift+Tab) expecting line to stay where it is in list order but be moved to the left. ##### Current Behavior When tabbing left from a 3rd level tab to first level the line drops to a point below future bullet lines that are tabbed out more than the current line. EG starting state: -1st level point -2nd level point -3rd level point Key point that wants to be increased in level. -Another 2nd level point -Another 1st Level point End State current: -1st level point -2nd level point -Another 2nd level point -3rd level point Key point that wants to be increased in level. -Another 1st Level point End State Desired: -1st level point -2nd level point -3rd level point Key point that wants to be increased in level. -Another 2nd level point -Another 1st Level point
OVERLORD added the Open to discussion label 2026-02-04 21:56:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#703