super_editor
super_editor copied to clipboard
A Flutter toolkit for building document editors and readers
**Package Version** stable or main branch **To Reproduce** On ios, long press on text to display magnifier. **Actual behavior** See video below. simulator (iPhone 15 iOS 17.0) running super editor...
Up to this point, either a stable tag is committed, or not. In other words, when using stable tags to search for a user, the tag is either bound to...
[SuperEditor][SuperReader][SuperTextField] Update iOS magnifier. Resolves #1958 The current appearance and behavior of our iOS magnifier doesn't match the native appearance and behavior. Native iOS: [native ios magnifier.webm](https://github.com/superlistapp/super_editor/assets/6229343/0825347e-4264-4819-a513-df6c2702e542) SuperEditor: [supereditor ios...
**Package Version** `stable` **To Reproduce** Steps to reproduce the behavior: 1. Run the example on Android (the bug affects Android handlers / interactor) 2. Scroll down to the end of...
**Package Version** `stable` **To Reproduce** Steps to reproduce the behavior: 1. Run the code below on Android 2. Click on text 3. Attempt to scroll by dragging the horizontal white...
We have two golden tests that are passing locally, but failing on the CI. Regenerating these goldens doesn't produce different golden files. Additionally, using our tools to compare goldens with...
Hello, I write this issue as Feature, tell me if It's supported or not because I'm not able to find this behavior in Demo. **User Behavior** As a User, I...
**Package Version** Github, main **To Reproduce** Steps to reproduce the behavior: 1. Run code sample in mobile browser (I tested on iOS) 2. Focus editor, so that the keyboard is...
**Background:** The way SuperEditor currently handles document widgets where all the widgets in the document are instantiated at all times is presenting a significant bottleneck to us. We aim to...
Undo/Redo (with snapshots + one-way commands) This is an undo/redo concept that's intended to avoid some of the complexities of the reversible command undo/redo version (#1881) by using `Editable` state...