-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Using Google Chrome 75, I cannot edit boolean properties of individual records (I can edit them if I use Firefox 68). Clicking once to edit a boolean property opens a selection menu that immediately closes again. See GIF demonstrating problem (note, in the video I am only clicking the mouse once in an attempt to open the menu):
This problem occurs with the following setup:
- Create a new table named
user_profileusing the Hasura web console GUI. The table should have:- An
idcolumn of typeuuidand defaultgen_random_uuid(). This is the primary key. - An
admincolumn of typebooleanand defaultfalse.
- An
- Save the table.
- Use the web console GUI to insert a new row for the table using default values.
- Navigate to the "browse rows" tab for the table and click to edit the row we just inserted.
- Attempt to edit the
adminboolean property (you can't).
This problem exists in Hasura v1.0.0-beta.3 using Google Chrome 75 (I've also tested with extensions disabled). The problem also exists in Hasura v1.0.0-beta.2, I've just dragged my feet on reporting it. The problem does not appear to exist in Firefox 68.
A reproduction of the problem can be seen here: https://hasura-issue-dfdeax.herokuapp.com/console/data/schema/public/tables/user_profile/browse.
- Using Google Chrome, simply click to edit the only table row. I'll take this reproduction down in about a week.