[GH-ISSUE #6972] [Bug] Relationship property in linked Kanban hide are "reloaded" when scroll #3084

Closed
opened 2026-03-23 21:27:27 +00:00 by mirror · 2 comments
Owner

Originally created by @henri9813 on GitHub (Dec 11, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6972

Bug Description

Hello,

In my page, I integrate a linked kanban, I have some card with "relationship property", and when I scroll up down, the property don't stop of "hide" and "reappear".

How to Reproduce

  • Create a Kanban
  • Add a property which is a relationship
  • Create another page
  • Integrate the kanban as linked Kanban.
  • Scroll up and down in the parent page.
  • You will see the relationship property blinking.

Expected Behavior

Nothing happen, normal

Operating System

MacOS

AppFlowy Version(s)

0.7.6

Screenshots

https://github.com/user-attachments/assets/6bfc8ec9-5933-41de-885e-f9f438934069

Additional Context

No response

Originally created by @henri9813 on GitHub (Dec 11, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6972 ### Bug Description Hello, In my page, I integrate a linked kanban, I have some card with "relationship property", and when I scroll up down, the property don't stop of "hide" and "reappear". ### How to Reproduce - Create a Kanban - Add a property which is a relationship - Create another page - Integrate the kanban as linked Kanban. - Scroll up and down in the parent page. - You will see the relationship property blinking. ### Expected Behavior Nothing happen, normal ### Operating System MacOS ### AppFlowy Version(s) 0.7.6 ### Screenshots https://github.com/user-attachments/assets/6bfc8ec9-5933-41de-885e-f9f438934069 ### Additional Context _No response_
mirror 2026-03-23 21:27:27 +00:00
Author
Owner

@Xazin commented on GitHub (Dec 11, 2024):

The problem goes deeper than just the RelationCardCell.

All cells of any type actually rebuilds, it's just more visible with relation cells because it takes some time to load the data to display.

Best case, stop cards from rebuilding at all unless necessary.

<!-- gh-comment-id:2537428949 --> @Xazin commented on GitHub (Dec 11, 2024): The problem goes deeper than just the RelationCardCell. All cells of any type actually rebuilds, it's just more visible with relation cells because it takes some time to load the data to display. Best case, stop cards from rebuilding at all unless necessary.
Author
Owner

@henri9813 commented on GitHub (Dec 12, 2024):

Okay thanks

<!-- gh-comment-id:2538377731 --> @henri9813 commented on GitHub (Dec 12, 2024): Okay thanks
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#3084
No description provided.