Allow users to hover over record-level error messages #4083
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
type: bug
Something isn't working
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
Current behavior
We have these record-level error messages which display after a failed INSERT.
You can get one of these to appear if you set a NOT NULL constraint for a column and then try to insert a record.
The error message is visible when the user hovers the corresponding row header cell. But when the user tries to hover over the message itself, the message disappears.
Desired behavior
(Originally reported by @zackkrida here.)
The text was updated successfully, but these errors were encountered: