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

ordered and unoreded list not properly bening converted to delta , #2410

Open
1 task done
mati1yas opened this issue Dec 9, 2024 · 3 comments
Open
1 task done

ordered and unoreded list not properly bening converted to delta , #2410

mati1yas opened this issue Dec 9, 2024 · 3 comments
Labels
bug Something isn't working minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function

Comments

@mati1yas
Copy link

mati1yas commented Dec 9, 2024

Is there an existing issue for this?

Flutter Quill version

10.8.5

Steps to reproduce

  1. create a paragraph
  2. then create a list of unordered bullets

Expected results

I am preparing list of say students

  1. student 1
  2. student 1
  3. student 2

new paragraph

  • bullet
  • bulltet2
  • bullet 3

Actual results

I am preparing list of say students

  1. student 1
  2. student 1
  3. student 2
  • new paragraph

bullet

  • bulltet2
  • bullet 3

Additional Context

Screenshots / Video demonstration

[Upload media here]

Logs
[Paste your logs here]
@mati1yas mati1yas added the bug Something isn't working label Dec 9, 2024
@CatHood0
Copy link
Collaborator

Can you show a video that explain better this? i don't get it where is the issue. Please, if you cannot provide a video or screenshot, provide the input that you use to generate the Delta.

@CatHood0 CatHood0 added minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function awaiting response Pending additional information or feedback from the issue creator labels Jan 19, 2025
@mati1yas
Copy link
Author

Image

Here the above is what I wrote using quill editor . After converting the the delta to html using delta_to_html using this package the below is what I am getting as an output. as you can see the paragraph right above the bullet point is not being rendered properly .

Image

.

@CatHood0
Copy link
Collaborator

I think this error is not part of this package. I recommend use vsc_quill_delta_to_html instead.

@CatHood0 CatHood0 removed the awaiting response Pending additional information or feedback from the issue creator label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function
Projects
None yet
Development

No branches or pull requests

2 participants