这是indexloc提供的服务,不要输入任何密码
Skip to content

bug: cannot edit boolean properties of records when using Chrome #2536

@jorroll

Description

@jorroll

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):

hasura_issue

This problem occurs with the following setup:

  1. Create a new table named user_profile using the Hasura web console GUI. The table should have:
    1. An id column of type uuid and default gen_random_uuid(). This is the primary key.
    2. An admin column of type boolean and default false.
  2. Save the table.
  3. Use the web console GUI to insert a new row for the table using default values.
  4. Navigate to the "browse rows" tab for the table and click to edit the row we just inserted.
  5. Attempt to edit the admin boolean 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/consoleRelated to consolee/easycan be wrapped up in a couple of daysk/bugSomething isn't workingp/mediumnon-urgent issues/features that are candidates for being included in one of the upcoming sprints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions