[PR #4025] [MERGED] fix: v0.3.8.2 known issues #6006

Closed
opened 2026-03-23 22:21:17 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4025
Author: @LucasXu0
Created: 11/27/2023
Status: Merged
Merged: 11/28/2023
Merged by: @LucasXu0

Base: mainHead: fix_v0382_issues


📝 Commits (8)

  • 6d3859e chore: update icon
  • e4bb82e fix: pick image overflow
  • 3bbbbc0 fix: select image tab bar has weird ui effects that persist.
  • b1b8474 fix: callout text color and background color is the same, text cannot be seen
  • 4ffa97d fix: after pressing “+” then “header”, keyboard disappeared
  • 00a71c7 fix: keyboard should lose focus when swiping left on android
  • f1bfc4b Revert "chore: update icon"
  • f5136ff Revert "fix: after pressing “+” then “header”, keyboard disappeared"

📊 Changes

7 files changed (+32 additions, -23 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_placeholder.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/upload_image_menu.dart (+22 -16)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_item/mobile_add_block_toolbar_item.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_ext.dart (+3 -2)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -1)

📄 Description

Feature Preview

  • Select image tab bar has weird ui effects that persist.
  • callout text color and background color is the same, text cannot be seen
  • after pressing “+” then “header”, keyboard disappeared
  • Weird bottom bar in editor when not showing keyboard
  • editor should lose focus on back navigation, instead of only hiding the keyboard. At this point, cannot make the keyboard appear again after clicking on the editing line

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/4025 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 11/27/2023 **Status:** ✅ Merged **Merged:** 11/28/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_v0382_issues` --- ### 📝 Commits (8) - [`6d3859e`](https://github.com/AppFlowy-IO/AppFlowy/commit/6d3859e3f5809b2e5ad0577b7326b6331db0c1ff) chore: update icon - [`e4bb82e`](https://github.com/AppFlowy-IO/AppFlowy/commit/e4bb82ea5fb8d697fc10657b3fc63c38fc398bfc) fix: pick image overflow - [`3bbbbc0`](https://github.com/AppFlowy-IO/AppFlowy/commit/3bbbbc0902aefa9b399307caa82dc3bdf1cca2a8) fix: select image tab bar has weird ui effects that persist. - [`b1b8474`](https://github.com/AppFlowy-IO/AppFlowy/commit/b1b847455f350e1e028043b22b404089282a143f) fix: callout text color and background color is the same, text cannot be seen - [`4ffa97d`](https://github.com/AppFlowy-IO/AppFlowy/commit/4ffa97dccc5045d973ea89e24931607f8d1b91ab) fix: after pressing “+” then “header”, keyboard disappeared - [`00a71c7`](https://github.com/AppFlowy-IO/AppFlowy/commit/00a71c74b520c242d053217e07807768fa41c51f) fix: keyboard should lose focus when swiping left on android - [`f1bfc4b`](https://github.com/AppFlowy-IO/AppFlowy/commit/f1bfc4b674b8f174a9726708e316dddc724b0558) Revert "chore: update icon" - [`f5136ff`](https://github.com/AppFlowy-IO/AppFlowy/commit/f5136ffbc974187277b489cd7ff05dc3dbcb2255) Revert "fix: after pressing “+” then “header”, keyboard disappeared" ### 📊 Changes **7 files changed** (+32 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/callout/callout_block_component.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_placeholder.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/upload_image_menu.dart` (+22 -16) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_item/mobile_add_block_toolbar_item.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_ext.dart` (+3 -2) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -1) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - Select image tab bar has weird ui effects that persist. - callout text color and background color is the same, text cannot be seen - after pressing “+” then “header”, keyboard disappeared - Weird bottom bar in editor when not showing keyboard - editor should lose focus on back navigation, instead of only hiding the keyboard. At this point, cannot make the keyboard appear again after clicking on the editing line <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:17 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6006
No description provided.