#2480·docmost

[BUG] Tab indentation does not work for bullet lists inside callout blocks

Author: th-schwarzCreated Sep 8, 2026Updated Sep 8, 2026

Version

  • Docmost: v0.95.0
  • OS: macOS 26.6.2
  • Browser: Firefox 155.0.1, Safari

Description

Indentation with the Tab key works correctly for bullet lists in normal editor content, but does not work when the bullet list is inside a callout (hint) block.

Steps to reproduce

  1. Create a bullet list with two items.
  2. Press Tab on the second item → indentation works.
  3. Create a Callout / hint block.
  4. Create the same bullet list inside the callout.
  5. Press Tab on the second item.

Expected behavior

The second item should be indented:

• Item 1
  • Item 2

Actual behavior

Tab does not indent the list item inside the callout.

The same behavior occurs in both Firefox and Safari.