I think it will be good to allow to set a help text for each selection.
It is doable in HTML by setting a title attribute on the option: https://stackoverflow.com/a/11367256/687601
But there is no such mechanism on GTK.
I think it is not a big deal if only sao support this feature as it is only help so it does not prevent any workflow. (Also it is necessary supported by all browsers anyway).
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Linked items
0
Link issues together to show that they're related.
Learn more.
I think this issue is gaining some importance since we plan to start documenting all the states [1], so I will like to have this implemented for tryton also.
I'm wondering if we can include a ? icone on the side of field (or directly shown as tooltip) to list all the available states with it's help. Something like:
I do not see why it will be more important for tryton with this discussion.
I do not think having intrusive hack will be an improvement, especially if we list the full list of helps. It will be better to work with GTK to get tooltip on GtkComboBox (and even better on GtkCellLayout).