Completed
Last Updated: 22 Dec 2020 13:57 by ADMIN
Release 2021.R1
Support
Created on: 21 Dec 2020 12:05
Category: Editor
Type: Bug Report
0
Editor - a palette set to the FontColor and BackColor tools is ignored, an HSV popup appears (MVC)

Bug report

Regression introduced in R3 2020 SP2. Could be related to #4996

Reproduction of the problem

  1. Configure the HtmlHelper (MVC) Editor tools as shown below:
.BackColor(config => config.Palette(new string[] { "#ffffff", "#ffff00", "#db9791" }))
.FontColor(config => config.Palette(new string[] { "#ffffff", "#ffff00", "#db9791" }))

Current behavior

Clicking on the tools displays an HSV popup, instead of the specified palette.

Expected/desired behavior

A palette is displayed.

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
0 comments