Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Cell Clear jQuery 3.5.1 #5990

Closed
cheng93 opened this issue Aug 27, 2020 · 0 comments
Closed

Filter Cell Clear jQuery 3.5.1 #5990

cheng93 opened this issue Aug 27, 2020 · 0 comments
Assignees
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: Low
Milestone

Comments

@cheng93
Copy link

cheng93 commented Aug 27, 2020

Bug report

Reproduction of the problem

(bug report only)
When creating a filter cell (in my case via the grid), the clear button has a title of Clear/

Current behavior

(optional)
Provide additional information if the steps for reproducing the faulty behavior are not sufficient to describe the issue.

Expected/desired behavior

Explain what the expected behavior of the functionality is

It should be Clear

Environment

Kendo version: @progress/kendo-ui@2020.2.617

jQuery 3.5.1

Guess at issue

On the method _createClearIcon, it looks like you have

$("<button type='button' class='k-button k-button-icon' title = " + that.options.messages.clear + "/>")

instead of

$("<button type='button' class='k-button k-button-icon' title = " + that.options.messages.clear + ">") ?

https://jquery.com/upgrade-guide/3.5/

@gyankov gyankov self-assigned this Jan 21, 2021
@dmanova dmanova added FP: Completed Sync status with associated Feedback Item Next LIB labels Feb 4, 2021
@dmanova dmanova added this to the 2021.R1.SP.next milestone Feb 4, 2021
@dmanova dmanova closed this as completed Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Completed Sync status with associated Feedback Item SEV: Low
Projects
None yet
Development

No branches or pull requests

3 participants