Skip to content

Rendering issue when paper is loaded in background. #2621

Closed
@agarwalanish

Description

@agarwalanish

What happened?

The structure of my application is something like:

  1. A button to fetch JSON data that needs to be rendered as a JointJS application.
  2. Below the button I have two tabs. One tab is dedicated to load JointJS app while other tab has a different flow. Now consider the below two scenarios:
    Scenario 1: I switch to the tab that embeds the jointjs app. Then I click on fetch Data button. This renders my application as expected.
    Scenario 2: I switch to the other tab and then click on fetch Data button. Now again I switch back to the JointJS tab. This creates a rendering issue of the application as it's paper is not scaled properly and basic.shapes.rectangle elements aren't rendered as expected in previous case.

I tried a workaround, which is to put async: false in paper instead of async: true while initializing paper element. This resulted in producing the same issue observed in scenario 2 for both the above cases.
I am attaching the screenshots for reference.
Bug
Expected
image

Version

3.7

What browsers are you seeing the problem on?

No response

What operating system are you seeing the problem on?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleThis issue/PR shows no activity for an extended period of time.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions