+6
Завершен
In ticket description to have a button to go fullscreen
Hello,
The idea is to have the possibility to view and edit the ticket description in a fullscreen view.
Usually this feature already exists in such HTML editor.
Thank you,
regards,
Tomolimo
The idea is to have the possibility to view and edit the ticket description in a fullscreen view.
Usually this feature already exists in such HTML editor.
Thank you,
regards,
Tomolimo
Сервис поддержки клиентов работает на платформе UserEcho
+1.
Before v0.90 we could use browser feature to resize <textarea> but since v0.90 this seems buggy (a scripts resize the field while typing into it).
I am often typing lot of stuff in follow ups (used shell commands, obtained logs, details about performed actions, ...): this takes place and the default <textarea>'s size if rapidly not enough.
Adding either a "redaction mode" (greatly increase <textarea> size) or a "full screen mode" (make the <textarea> take the entire browser viewport) would make user input easier.
The update of tinyMCE in this PR can provide this feature :
https://github.com/glpi-project/glpi/pull/167
It doesn't seems to propose the fullscreen option on GLPi'interface using the embeded tinymce
finished with tinymce update : https://github.com/glpi-project/glpi/pull/723
Tests needed to merge this PR
Thank you :)