New 5/13/2025 Marcel Büttinghaus

1

Votes

Browser Translation: Dont translate the reply input box on typing

While writing a reply/comment in a ticket the browser translation will also translate the the input text. This can be deactivated.


For now the reply input box looks like this: 


<div id="rtetbNewComment" contenteditable="true" data-tribute="true" style="height: 178px; overflow-y: hidden;" >


The auto translation for the input while replying can be disabled by: 


<div id="rtetbNewComment" contenteditable="true" data-tribute="true" style="height: 178px; overflow-y: hidden;" translate="no">


This would be good for us due to language differences and support cases.


Log in to comment...