You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: