Bug reportSep 2, 2026· 0:23· 0 views
PrimeNG Editor: bullet list button creates numbered list instead of bullets
0:23 total
Comments · 0
Be the first to comment.
Bug report— by SceneRecap AI
mediumEditor / Toolbar List Format Handling
os: macOSlocale: en-USbrowser: Chromium 151.0.7922.34timezone: Europe/Berlinviewport: 1280x720
Repro steps
- 1.Navigate to the PrimeNG Editor component documentation demo page (/editor)
- 2.Type several lines of text into the editor content area (e.g., 'Apples', 'Bananas', 'Cherries')
- 3.Place cursor on a line (e.g., 'Cherries') and click the bullet list button on the editor toolbar
Expected
Clicking the bullet list button should apply an unordered bullet list item format (e.g., '• Cherries') to the selected line.
Actual
Clicking the bullet list button applies an ordered numbered list format ('1. Cherries') instead of bullet points.
Evidence
visualAfter clicking the bullet list toolbar button at t=6.7s, the line 'Cherries' is rendered with an ordered number prefix '1. Cherries' at t=9.0s.
visualClicking the numbered list toolbar button at t=12.8s alters the list format to '1: Cherries' at t=15.0s.
Issue markdown (copy-paste ready)
### Bug Summary Clicking the bullet list icon on the PrimeNG Editor toolbar applies a numbered list format (`1. Cherries`) rather than an unordered bullet list. ### Steps to Reproduce 1. Open the PrimeNG Editor demo (`/editor`). 2. Enter text into the editor on multiple lines (e.g., `Apples`, `Bananas`, `Cherries`). 3. With the cursor on `Cherries`, click the Bullet List toolbar button. ### Expected Behavior The line should be formatted as a standard unordered bullet point (`• Cherries`). ### Actual Behavior The line is formatted as an ordered numbered list (`1. Cherries`). *Recorded with SceneRecap.*
Your recordings could explain themselves too.
Free plan · silent recordings welcome · bug reports included.
Try SceneRecap free →