Matt Carroll

Results 146 issues of Matt Carroll

Open an iPad simulator, iOS 17.5. Add the keyboard for "Portuguese (Portugal)" (the one for Brazil doesn't seem to have the keyboard keys needed to replicate this). Reproduction: * Press...

area_supereditor
area_supertextfield
platform_ios
bounty_junior
status_blocked_by_flutter
time: 1
f:clickup

Spelling error decorations and suggestions (Partial for #388) https://github.com/user-attachments/assets/9157f26a-50b9-4af9-8309-1945a1728be7

Sometimes an app wants to clear all the content in a document. This is especially common when `SuperEditor` is used to send chat messages. The document needs to be cleared...

area_supereditor
bounty_junior
time: 1
f:clickup

Implement toggleable headers such that tapping an indicator next to the header collapses all content below the header, before another header of an equal level. It should be possible to...

area_supereditor
platform_windows
platform_mac
platform_linux
platform_web
platform_ios
platform_android
bounty_junior
time: 5
f:clickup

Flutter implements block-based layout, even for test. In Flutter, one lays out an entire paragraph (or block) of text at one time. Many features in rich text layout depend upon...

area_supereditor
area_infrastructure
bounty_junior
area_attributed_text
area_super_text
area_super_reader
time: 40

We have some promo images that are referenced in the super_text_layout pubspec. Those images exist on `main` but not on `stable`, and as such our PR analysis keeps failing on...

bounty_junior
f:superlist
time: 1
area_super_text

Various nodes support indent. Indents need to be serialized and deserialized, e.g., in the Quill format with the "indent" property. Currently, when deserializing a Quill delta with an indent, we...

area_supereditor
bounty_junior
f:superlist
time: 1
area_super_reader
area_quill

Creating a document component requires a process that begins with creating a view model from a document node, and then creating a widget from a view model. Some of our...

area_supereditor
bounty_junior
f:superlist
time: 1
area_super_reader

When using a `SuperIOSTextField` (not a SuperTextField), the selection highlight doesn't appear. Oddly, when using a `SuperTextField` on iOS, the selection highlight does appear. ```dart return DecoratedBox( decoration: BoxDecoration( border:...

type_bug
area_supertextfield
platform_ios
bounty_junior
f:superlist
time:2

When double tapping to select a word on iOS, the focal point is reported as the initial caret offset, rather than the center of the selection rectangle. I found this...

type_bug
area_supereditor
area_supertextfield
platform_ios
platform_android
bounty_junior
f:superlist
time:2
area_super_reader