Manage width and height on Notebook
Using Tryton 5.0, if i put width or height in a wizard form, it works ok in gtk client, but in sao form size still is small.
For example:
<form>
<notebook width="1200" height="550">
...
works ok in gtk client
no change in sao
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Owner
Duplicate #7886 (closed)
- Cédric Krier added 1 deleted label
added 1 deleted label
- Cédric Krier closed
closed
- Author
Applied the patch, but the modal-dialog form still has a maximum of 600px width, no matter what i put in width attribute of widget.
- Sebastián Marró added 1 deleted label and removed 1 deleted label
added 1 deleted label and removed 1 deleted label
- Sebastián Marró reopened
reopened
- Owner
Indeed notebook in sao does not manage width nor height. So it is a feature that should be implemented to follow tryton.
But any way, wizard form will not be larger but just have a scroll bar because wizard were designed to use modal-md which is a good compromise. - Cédric Krier added type::feature label
added type::feature label
- Owner
Here is review45921002 which adds support for width and height on notebook (but it does not change the size of modal).
- Cédric Krier assigned to @ced
assigned to @ced
- Cédric Krier added 1 deleted label and removed 1 deleted label
added 1 deleted label and removed 1 deleted label
review45921002 updated at https://codereview.tryton.org/45921002/#ps1
review45921002 updated at https://codereview.tryton.org/45921002/#ps20001
- Author
Patch works ok
New changeset 8b6d520e02a9 by Cédric Krier in branch 'default':
Add support for height and width on notebook
https://hg.tryton.org/sao/rev/8b6d520e02a9- Roundup Robot added 1 deleted label and removed 1 deleted label
added 1 deleted label and removed 1 deleted label
- Roundup Robot closed
closed
New changeset 81a3cf93e16d by Cédric Krier in branch 'default':
Add support for height and width on notebook
https://hg.tryton.org/tryton-env/rev/81a3cf93e16d- Cédric Krier mentioned in issue #8086 (closed)
mentioned in issue #8086 (closed)