fleather icon indicating copy to clipboard operation
fleather copied to clipboard

Native fidelity for macOS and iOS

Open simonbengtsson opened this issue 1 year ago • 3 comments

Truly impressive project. Only flutter rich text editor I have found that supports all key native interactions common in native text fields. Found a few minor differences to native when testing the example app I thought was worth sharing. Might attempt contributing some of them myself as well.

macOS

  • [x] Triple click deselect text instead of selecting entire paragraph
  • [x] Shift + cmd + left/right does not select text to the right/left of cursor
  • [ ] Tab key does not indent (instead focuses next element). Shift + tab does not de-indent.

iOS

  • [ ] Not possible to drag the right selection handle past the left selection handle (and vice versa).
  • [x] Auto correct not working (only when sliding for some reason) #359

simonbengtsson avatar Dec 03 '23 14:12 simonbengtsson

Thanks for opening the issue. @simonbengtsson With changes in text selection, #179 fixes the

Tripple click deselect text instead of selecting entire paragraph

but others need to be addressed in another commit. Contribution is also welcomed!

Amir-P avatar Dec 04 '23 07:12 Amir-P

@simonbengtsson

hift + cmd + left/right does not select text to the right/left of cursor

is addressed in #189

amantoux avatar Dec 08 '23 10:12 amantoux

macOS

  • [x] Triple click deselect text instead of selecting entire paragraph
  • [x] Shift + cmd + left/right does not select text to the right/left of cursor
  • [ ] Tab key does not indent (instead focuses next element)
  • [ ] Shift + tab does not de-indent line

iOS

  • [ ] Not possible to drag the right selection handle past the left selection handle (and vice versa).
  • [ ] Auto correct not working (only when sliding for some reason)

amantoux avatar Jan 06 '24 19:01 amantoux