mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-19 01:24:19 +00:00
When an ordered list followed directly after an unordered list (no blank line between), all OL items showed "1" instead of incrementing. This was because renumberList's applyNumberList function counted bullet items in the position counter, so the first OL item got start=3 (after 2 bullet items) instead of start=1, preventing the CSS counter-reset class from being applied. The fix resets the position counter when the list type changes at the same level (e.g., bullet -> number). Fixes: https://github.com/ether/etherpad-lite/issues/5160 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| locales | ||
| node | ||
| static | ||
| templates | ||
| tests | ||
| .eslintrc.cjs | ||
| ep.json | ||
| etherpad_icon.svg | ||
| package.json | ||
| playwright.config.ts | ||
| README.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||
| web.config | ||
Ignore this file and see the file in the base installation folder