GX-Bug #67324
geschlossenValidation in SE4 Color-Picker does not recognize all allowed values
0%
Die Validierung von Farbwerten im StyleEdit wurde korrigiert
Beschreibung
Validation in SE4 Color-Picker does not recognize all allowed values
Wenn man SCSS Funktionen im SE4 Color-Picker einträgt, dann werden diese nicht korrekt erkannt. Hier sollten folgende Werte möglich sein:
- Farben mit Namen wie z.B. "red", "green", "yellow" usw.
- Farben mit "#", die 3 oder 6 stelligen HEX Code haben
- SCSS Variablen mit $ wie z.B. "$brand-primary"
- SCSS Funktionen wie z.B. "darken()" usw.
Eine mögliche Implementierung könnte ein RegEx sein der die Felder auf gültigen Eingeben überprüft.
Es waren bereits schon die ersten 3 implementiert, hier muss nur noch die 4. Option implementiert werden und der verlinkte Commit muss damit wieder revertet werden, da wir auf diesen aufbauen sollten.
If you enter SCSS functions in the SE4 Color Picker, they are not recognized correctly. Here the following values should be possible:
- colors with names such as "red", "green", "yellow" etc.
- colors with "#" that have 3 or 6 digit HEX code
- SCSS variables with $ like $brand-primary
- SCSS functions such as "darken()" etc.
A possible implementation could be a RegEx which checks the fields for valid input.
The first 3 were already implemented, here only the 4th option needs to be implemented and the linked commit needs to be reverted, because we should build on them.
Dateien
Zugehörige Tickets
Von Ahmed Hamouda vor mehr als 4 Jahren aktualisiert
- Kopiert von GX-Bug #66946: Validation in SE4 Color-Picker does not recognize all allowed values wurde hinzugefügt
Von Ahmed Hamouda vor mehr als 4 Jahren aktualisiert
- Status wurde von Testing zu Erledigt geändert