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

quill recording data incorrectly #2329

Open
1 task done
casas1010 opened this issue Oct 21, 2024 · 1 comment
Open
1 task done

quill recording data incorrectly #2329

casas1010 opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@casas1010
Copy link

Is there an existing issue for this?

Flutter Quill version

9.3.1

Steps to reproduce

type 'is is normal text', hit enter
set font size to header 1,
type 'this is header 1 text', hit enter,
set font size to header 2,
type 'this is header 2 text', hit enter,
set font size to header 1,
type 'this is header 1 text', hit enter

Expected results

I think this is what it should look like::

{insert: this is normal text}

{insert: this is header 1 text}
{insert:, attributes: {header: 1}}

{insert: this is header 2 text}
{insert:, attributes: {header: 2}}

{insert: this is header 1 text}
{insert:, attributes: {header: 1}}

Actual results

{insert: this is normal text
this is header 1 text}

{insert:
, attributes: {header: 1}}

{insert: this is header 2 text}

{insert:
, attributes: {header: 2}}

{insert: this is header 1 text}

{insert:
, attributes: {header: 1}}

Additional Context

I posted the question on stack overflow but I think that its a bug on quill::

https://stackoverflow.com/questions/79112002/flutter-quill-incorrectly-recording-text-attributes

@casas1010 casas1010 added the bug Something isn't working label Oct 21, 2024
@EchoEllet
Copy link
Collaborator

Can you try with the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants