Skip to content
Bug reportSep 1, 2026· 0:24· 0 views

PrimeNG Editor: unordered list shows both bullet and numbered-list counter simultaneously

0:24 total

Comments · 0

Be the first to comment.

Bug report— by SceneRecap AI

mediumeditor / list styles / Quill integration
os: macOSbrowser: Chromium 151.0.7922.34viewport: 1280x720

Repro steps

  1. 1.Navigate to the PrimeNG Editor component page (/editor)
  2. 2.Click inside the Quill rich text editor area
  3. 3.Click the 'unordered list' button in the editor toolbar
  4. 4.Type multiple list items pressing Enter after each item

Expected

Unordered list items should render standard bullet markers without numbered counters.

Actual

Unordered list items render counter prefixes ('1:', '2:', '3:') alongside the list items.

Evidence

visualControl case: Ordered list formatting renders standard '1.', '2.', '3.' numbering correctly
visualFirst item in unordered list displays '1: First' instead of a clean bullet point
visualSubsequent items in unordered list continue displaying counter prefixes '2: Second item' and '3: Third item'
Issue markdown (copy-paste ready)
## Bug Description
When activating unordered list formatting in the PrimeNG Quill rich text editor, list items display numbered counter prefixes (`1:`, `2:`, `3:`) in front of the text rather than standard bullet points.

## Steps to Reproduce
1. Go to the PrimeNG Editor documentation page (`/editor`) [0.0s].
2. Click inside the Quill rich text editor editing area [3.3s].
3. Click the unordered list button in the editor toolbar [12.2s].
4. Type text items separated by line breaks [13.0s].

## Expected Result
Unordered list items should render standard bullet point items without numerical prefixes.

## Actual Result
Unordered list items display numerical counters (`1: First item`, `2: Second item`, `3: Third item`).

## Control Case Evidence
- At 7.0s, creating an ordered list works correctly with standard '1.', '2.', and '3.' numbering.

*Recorded with SceneRecap.*

Your recordings could explain themselves too.

Free plan · silent recordings welcome · bug reports included.

Try SceneRecap free
PrimeNG Editor: unordered list shows both bullet and numbered-list counter simultaneously · SceneRecap