Skip to content

Selectboxes bug in Chrome on MacOS #12

Description

@alexkyzym

On click on any select using Chrome under MacOS there is a bug that doesn't allow a user to select any option. Dropdown is closed instead immediately.
As a solution you may change
Event.on(this.selectElement, 'click', function (event) { self.onTrigger(event); });
in file rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Select.js:103
to
Event.on(this.selectElement, 'change', function (event) { self.onTrigger(event); });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions