-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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]: Edit and Launch buttons fail to appear if mouse pointer is hovering over the Application box while loading webpage #36804
Comments
hey @Nikhil-Nandagopal I would like to take up this issue to work on, can you assign it to me |
hey @Nikhil-Nandagopal @pranavkanade , I have my solution ready if you could assign me this issue then I can raise the pr as well, thanks!! |
Hello @Nikhil-Nandagopal , I'm interested in picking up this issue. |
@ALOK9442 I have assigned this to you. Please go ahead and raise the PR. |
hey @riteshkew @Nikhil-Nandagopal , I am getting this issue in mobile screen like there is nothing like hovering and showing a overlay of edit and launch in smaller screen and after clicking on it, it takes me to page which says This page is blank please add widgets Recording.2024-10-17.190924.mp4 |
@ALOK9442 this is for desktop not for mobile. there's no hover on mobile |
hey @Nikhil-Nandagopal @riteshkew , I have raised the pr could you please review it and tell changes if any required, thanks!! |
…36954) ## Description > Fixes edit and launch buttons fail to appear if mouse pointer is hovering over the Application box while loading webpage > Tested it thoroughly. https://github.com/user-attachments/assets/797df6c8-04b7-48af-ae87-51a89ad25e62 Fixes #36804 ## Automation /ok-to-test tags="" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Updated mouse event handling in the Card component for improved overlay display behavior. - **Refactor** - Adjusted event triggering from `onMouseEnter` to `onMouseOver` without altering overall functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Is there an existing issue for this?
Description
While loading the page https://app.appsmith.com/applications, if the mouse pointer is hovering over an area where an application box is supposed to load, the
Edit
andLaunch
buttons fail to appear. The mouse pointer needs to be removed away from the application box, for these two buttons to appear normally when the mouse pointer is again returned to the same place.Steps To Reproduce
Edit
andLaunch
buttons do not appear, even if the mouse pointer is moved or clicked all over the application box.screen-capture.mp4
Public Sample App
No response
Environment
Production
Severity
Low (Cosmetic UI issues)
Issue video log
No response
Version
Cloud : v1.45.0-SNAPSHOT / Self-hosted : v1.44.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: