URL cell loses focus when clicking on its contained hyperlink #2988
Labels
good first issue
Everything in "Help wanted", PLUS being relatively easy and straightforward to implement.
help wanted
Community contributors can implement this
ready
Ready for implementation
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
Steps to reproduce
Prerequisites:
Set up a column with a URL type.
Into a cell in that column, enter a relatively short URL like
http://a.b
Click on different cell to make your URL cell inactive.
On your inactive URL cell, click the link text.
Observe that the cell is selected and active (has a thick border). Good!
Expect the cell to also be focused, but instead observe that it is not focused (because the link inside the cell is focused instead). Bad.
Click on some empty space in the cell but outside the link. Now observe the cell to be focused. Good.
The text was updated successfully, but these errors were encountered: