Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: unordered list button creates ordered lists #6914

Closed
acamacho88 opened this issue Jul 22, 2024 · 3 comments · Fixed by #7004
Closed

Editor: unordered list button creates ordered lists #6914

acamacho88 opened this issue Jul 22, 2024 · 3 comments · Fixed by #7004
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@acamacho88
Copy link

Describe the bug

In the rich text editor component, the unordered list button makes ordered lists

Reproducer

No response

PrimeReact version

10.7.0

React version

18.x

Language

TypeScript

Build / Runtime

Create React App (CRA)

Browser(s)

Chrome 126, Firefox 128

Steps to reproduce the behavior

  1. Go to https://primereact.org/editor/
  2. In either of the demo rich text editors, use the unordered list button, and see that it starts a numbered list:
    image

Expected behavior

The unordered list button should create an unordered list

@acamacho88 acamacho88 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 22, 2024
@melloware
Copy link
Member

Its just a misleading tooltip. There are 3 types of lists in QuillJS

 [{ 'list': 'ordered'}, 
{ 'list': 'bullet' }, 
{ 'list': 'check' }],

We have Unordered List for "Bullet". It probably should say Bullet List.

@melloware
Copy link
Member

its a bug in QuillJS: slab/quill#4124 Please track that issue.

@melloware melloware added Resolution: Wontfix Issue will not be fixed due to technical limitations and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 22, 2024
@melloware melloware closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
@melloware melloware added Type: Bug Issue contains a defect related to a specific component. and removed Resolution: Wontfix Issue will not be fixed due to technical limitations labels Aug 7, 2024
@melloware melloware added this to the 10.8.3 milestone Aug 7, 2024
@melloware melloware reopened this Aug 7, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 7, 2024
@melloware melloware removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 7, 2024
@melloware
Copy link
Member

@acamacho88 fixed for next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants