devextreme-angular icon indicating copy to clipboard operation
devextreme-angular copied to clipboard

Html editor toolbar predefined items have wrong hint on remote server

Open regazzoj opened this issue 2 years ago • 0 comments

Bug Report

I have a bug on a component using HTML Editor. I am using some toolbar items, and to do so, I am just using the predefined items with predefined hints. The problem is that on my local computer, toolbar items have a correct hint provided by default, but when my changes are pushed to the remote server, all hints become "TODO"... Is it a misconfiguration ? Or a bug somewhere ?

Package versions:

devexteme version: 21.1.6
devextreme-angular version: 21.1.6

Current behavior: When moving my mouse onto "Redo" toolbar button of HTML editor, a tooltip "TODO" is displayed.

Expected behavior: When moving my mouse onto "Redo" toolbar button of HTML editor, a tooltip "Redo" is displayed.

Screenshots: On remote server => wrong_hint_remote

On local computer (while developing) => correct_hint_local

regazzoj avatar Oct 28 '21 12:10 regazzoj