[Libreoffice-bugs] [Bug 124371] Base: In newly created form with table control, the font setting in table control properties dialog stays "default" until font family is changed.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Nov 28 22:25:05 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=124371

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #8 from Julien Nabet <serval2412 at yahoo.fr> ---
Code pointer:
https://opengrok.libreoffice.org/xref/core/extensions/source/propctrlr/formcomponenthandler.cxx?r=d4ca173f#730

In fact it only tests if there's specific font name indicated.
If it's not the case, it'll put "(default)".
If it's the case, only 3 info will be displayed:
- font name
- font style (regular, italic, bold, italic-bold)
- font size

Now it's a bit of UI to think:
1) should we display more than these 3 info?
2) if not more info because there's a limited space, should we let (default) if
we just selected "underline" for example?
3) if we only chose italic, what should be displayed?
(default), italic, <font size>
or
<font name>, italic, <font size>

Also, I noticed that for all the properties, LO finds retrieves default values
when opening the form first time except font size for which it retrieves
specific value 28, I don't know why for the moment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201128/c61294ff/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list