Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectboxes bug in Chrome on MacOS #12

Open
alexkyzym opened this issue Jan 5, 2018 · 0 comments · May be fixed by #13
Open

Selectboxes bug in Chrome on MacOS #12

alexkyzym opened this issue Jan 5, 2018 · 0 comments · May be fixed by #13

Comments

@alexkyzym
Copy link

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); });

etobi added a commit to etobi/rtehtmlarea that referenced this issue Jan 12, 2018
@etobi etobi linked a pull request Jan 12, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant