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
a) I should be able to select a transparent (rgba) colour for my theme
b) I should be able to specify a select option for a theme variable in the theme's properties schema
Actual Behaviour
a) colour is saved as hex, so any alpha value selected using the colour picker is lost
b) a script error occurs as EditorThemingView assumes fieldView.schema.inputType is a string
Steps to Reproduce
a) select a transparent colour in the theme editor, save and preview theme.
b) create a theme with at least one property where InputType is { "type": "Select", "options": [...] }
Versions
Authoring Tool Version: 0.8.0
Framework Version: 4.2.0
The text was updated successfully, but these errors were encountered:
Expected Behaviour
a) I should be able to select a transparent (rgba) colour for my theme
b) I should be able to specify a select option for a theme variable in the theme's properties schema
Actual Behaviour
a) colour is saved as hex, so any alpha value selected using the colour picker is lost
b) a script error occurs as EditorThemingView assumes
fieldView.schema.inputType
is a stringSteps to Reproduce
a) select a transparent colour in the theme editor, save and preview theme.
b) create a theme with at least one property where InputType is
{ "type": "Select", "options": [...] }
Versions
The text was updated successfully, but these errors were encountered: