Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

ColorPicker within a DropdownField doesn't fire the Select event in Safari #1868

Open
fabriciomurta opened this issue Dec 1, 2021 · 1 comment
Milestone

Comments

@fabriciomurta
Copy link
Contributor

Found: 5.3.0
Ext.NET forums' thread: DropDownField with ColorPicker not work in Safari

Using macos' Safari browser, if a color picker component (<ext:ColorPicker />) is defined within a Dropdown field's container/panel, the former's Select event won't trigger on click, but the dropdown gets dismissed (a tap event does trigger) thus becoming impossible to make a selection from the dropdown field.

Using the advanced color picker's <ext:ColorField /> (outside a dropdown field) works fine and may be an acceptable replacement for the simpler component.

@fabriciomurta fabriciomurta added this to the 5.x milestone Dec 1, 2021
@fabriciomurta
Copy link
Contributor Author

Adding ClickEvent="tap" to the colorpicker within dropdownfield made it so selection is triggered on windows (google chrome) and mac (safari) browsers. So perhaps we should change the default depending on the browser (user agent). This may also trigger by mobile browsers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant