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

Submit button does not work when viewport height is too low #70

Open
Firebird1029 opened this issue Jul 8, 2024 · 1 comment
Open
Labels
bug Something isn't working dedupliFHIR DedupliFHIR repo tickets

Comments

@Firebird1029
Copy link
Member

Describe the bug
When the window viewport height is below 490px, the Submit button of the Electron app becomes un-clickable. I believe this is due to the CMS.gov watermark overlay at the bottom of the screen creating an invisible overlay that has a higher z-index than the Submit button, so when they overlap, the Submit button is no longer clickable.

To Reproduce
Steps to reproduce the behavior:

  1. Start the Electron app
  2. Decrease the window height to below 490px
  3. Try to click the Submit button. Instead of a pointer mouse cursor, it stays on the default cursor.

Expected behavior
The Submit button should be clickable (and should switch to the pointer cursor to indicate that it is clickable).

Actual behavior
The Submit button appears to be blocked by an invisible overlay and does not register any clicks.

Screenshots
If applicable, add screenshots to help explain your problem.

Device Info:

  • OS: MacOS Sonoma 14.5
  • Electron Version: 28.0

Additional context
Add any other context about the problem here.

@Firebird1029 Firebird1029 added bug Something isn't working dedupliFHIR DedupliFHIR repo tickets labels Jul 8, 2024
@natalialuzuriaga
Copy link
Collaborator

natalialuzuriaga commented Jul 9, 2024

Once fixed, be sure to also update "upload file and submit" frontend test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dedupliFHIR DedupliFHIR repo tickets
Projects
None yet
Development

No branches or pull requests

2 participants