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]: Disable Highlight on resize tab.... #1534

Open
devrosx opened this issue Nov 13, 2024 · 1 comment
Open

[Bug]: Disable Highlight on resize tab.... #1534

devrosx opened this issue Nov 13, 2024 · 1 comment
Labels
Potential Bug Untriaged bug

Comments

@devrosx
Copy link

devrosx commented Nov 13, 2024

Frontend Version

latest

Expected Behavior

when i resize workflow or any side panel text is somehow highlighted

bug.mov

added this to css to fix this...

.p-scrollpanel-content-container,
.p-tree-root-children,
.tree-explorer-node-label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

fixed version...

fixed.mov

thanks

Actual Behavior

highlighted elements

Steps to Reproduce

move with sidebar

Debug Logs

/

Browser Logs

/

Setting JSON

/

What browsers do you use to access the UI ?

Apple Safari

Other

No response

┆Issue is synchronized with this Notion page by Unito

@devrosx devrosx added the Potential Bug Untriaged bug label Nov 13, 2024
@Iemand005
Copy link
Contributor

I noticed text being selectable in more places where I feel like it shouldn't be selectable. I can fix it everywhere I feel like it should not select text and do a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug Untriaged bug
Projects
None yet
Development

No branches or pull requests

2 participants