super_editor icon indicating copy to clipboard operation
super_editor copied to clipboard

A Flutter toolkit for building document editors and readers

Results 193 super_editor issues
Sort by recently updated
recently updated
newest added

**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...

type_bug
area_supereditor
area_supertextfield
bounty_junior
awaiting-customer-feedback
time:2
area_super_reader
f:clickup

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...

area_supereditor
bounty_junior
time: 5
f:clickup

[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...

type_bug

**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...

type_bug

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...

type_bug

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...

type_enhancement

**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...

type_bug
area_supereditor
area_supertextfield
platform_web
platform_ios
platform_android
bounty_junior
status_blocked_by_flutter
f:superlist
time:2

**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...