datagrove / marketplace

2 stars 5 forks source link

Tooltips on Mobile #98

Closed r-southworth closed 1 year ago

r-southworth commented 1 year ago

Describe the bug On mobile views with tool tips if you click on the right side of an input box where a tooltip shows up for other inputs it shows the tool tip instead of activating the input box

To Reproduce Steps to reproduce the behavior:

  1. On mobile got to provider/createaccount or client/createaccount
  2. Click on the right hand side of name fields
  3. Most likely you will get the phone tool tip (depending on screen size)

Expected behavior When you click an input box it should activate the input. Tooltips should only show if you click the icon for them.

Screenshots If applicable, add screenshots to help explain your problem. Clicking anywhere that the phone tool tip overlaps displays the phone tool tip because it has opacity-100 on hover and on mobile a click is also a hover.

Screenshot 2023-08-25 at 12 11 36 PM

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Proposed Solution Any suggestions to resolve the issue.

r-southworth commented 1 year ago

Need to switch from group to peer hover selectors

r-southworth commented 1 year ago

Need to use visible/invisible also to avoid blocking elements behind

r-southworth commented 1 year ago

Resolved with commit 8ea4f59d20b285ae8b2a7bdec6ccc52500af6361