[pve-devel] applied: [PATCH manager] fix #1400: do not use defaultButton in NotesEdit window
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Jun 2 09:27:38 CEST 2017
applied
(I wonder if we should make ctrl+enter commit the text...)
On Thu, Jun 01, 2017 at 02:37:35PM +0200, Dominik Csapak wrote:
> with a defaultButton set, we cannot enter a newline into a textarea
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> www/manager6/window/NotesEdit.js | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/www/manager6/window/NotesEdit.js b/www/manager6/window/NotesEdit.js
> index 65c35c82..cf984004 100644
> --- a/www/manager6/window/NotesEdit.js
> +++ b/www/manager6/window/NotesEdit.js
> @@ -10,6 +10,7 @@ Ext.define('PVE.window.NotesEdit', {
> height: '400px',
> resizable: true,
> layout: 'fit',
> + defaultButton: undefined,
> items: {
> xtype: 'textarea',
> name: 'description',
> --
> 2.11.0
More information about the pve-devel
mailing list