Skip to content

Inline format is not preserved on new line #953

Open
@kulkarni46

Description

@kulkarni46

Expected

Inline format should be preserved on new line like in other standard editors

Observed

Inline format gets removed on new line

Reproduced

  1. Select Bold and type something
  2. Enter a new line
  3. Type new text. Bold format gets removed

Tested

[One Plus 7 Pro] on [11] with [1.5.3]

Seems like existing behaviour for library.
I have made a fix by making local changes to the library under applyInlineStyle in InlineFormatter.kt by moving the start position to first character before '\n' and checking its span.
Also dropped newline check under handleInlineStyling() in InlineFormatter.kt

Please let me know if this logic needs to be submitted as a Pull Request to the Editor

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions