Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Nested ordered lists in TinyMCE use the same numbering style instead of switching formats (e.g. 1., a., i.)

Aperta
#10,469 0 commenti 9 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
45/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
javascript, typescript
Ambito
frontend

Direzione di ricerca

Reproduce the behavior in TinyMCE with the lists plugin enabled, creating a numbered list and a nested item with Tab. Start by tracing the numlist plugin's ordered-list handling; done means nested levels use progressively different styles such as decimal, lower-alpha, and lower-roman, with the existing list behavior preserved.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

type: feature

When creating a nested ordered list in TinyMCE (e.g., using the numlist plugin), all levels of nesting default to the same numeric format (1., 2. ,3.), instead of automatically applying progressively different formats such as 1., a., i. which is the expected or more intuitive behavior in many editors (like Microsoft Word or Google Docs).

This results in a lack of visual distinction between nested list levels, which affects readability and structure clarity.

📝 Reproduction steps (if any)

  1. Open TinyMCE with the lists plugin enabled.
  2. Create a numeric list (ordered list).
  3. Press Enter and then Tab to create a sub-item.
  4. Observe that the sublist still uses 1., 2., 3. format instead of changing to a different style like a., b., c..
✔️ Expected result

Each level of nesting should automatically apply a different list-style type (e.g., decimal > lower-alpha > lower-roman), similar to how standard word processors handle nested ordered lists.

❌ Actual result

The sublist still uses 1., 2., 3. format instead of changing to a different style like a., b., c..


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

Lingua principale
TypeScript
Stelle
16.3k
Fork
2.3k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di tinymce/tinymce

Tutte le issue di tinymce/tinymce

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.