Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] HyperCRX breaks a native feature - GitHub Action Trigger Button #825

Closed
tyn1998 opened this issue Jun 2, 2024 · 2 comments
Closed
Assignees
Labels
good first issue Good for newcomers kind/bug Category issues or prs related to bug.
Milestone

Comments

@tyn1998
Copy link
Member

tyn1998 commented Jun 2, 2024

Version

1.9.6

Current Behavior

Currently, I cannot trigger the action as the video below shows:

2024-06-02.17.30.13.mov

But after I disable HyperCRX the issue won't happen.

Expected Behavior

No response

Environment

- OS:
- Browser:

Any additional comments?

No response

@tyn1998 tyn1998 added the kind/bug Category issues or prs related to bug. label Jun 2, 2024
@wxharry
Copy link
Collaborator

wxharry commented Jun 5, 2024

The issue lies in NativePopover.tsx line 17 and 49

const $popoverContainer = $('div.Popover');

...

$popoverContainer.css('display', 'none'); 

The popup button is captured by our NativePopover wrongly and the display is set to none forever after the hidePopover is triggered.

@wangyantong2000
Copy link
Collaborator

I will try to fix this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/bug Category issues or prs related to bug.
Projects
None yet
Development

No branches or pull requests

3 participants