[Libreoffice-bugs] [Bug 137298] Should only show Edit Fields dialog for date/time fields inserted from Docinformation tab and where appropriate show File - General - Properties - Description
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 15 07:44:54 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137298
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
|.freedesktop.org |tion.org, live at hushmail.com
Status|NEW |NEEDINFO
Keywords|needsUXEval |
--- Comment #10 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
We discussed the topic in the design meeting.
+ Document (Sender) reads data from Tools > Options and allows editing while
DocInformation (Author) takes the values from File > Properties, which must not
change
+ don't show the "Edit" button at all?
+ maybe just hide until it's editable, which is apparently only for one type
possible
=> AI: double check when Edit is enabled and decide whether to hide completely
sw/source/ui/fldui/fldedt.cxx Init() has
if (pCurField->GetTypeId() == SwFieldTypesEnum::ExtendedUser)
m_xAddressBT->set_sensitive(true);
else
m_xAddressBT->set_sensitive(false);
No idea what ExtendedUser exactly means.
--
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/20201015/24ffb1fa/attachment.htm>
More information about the Libreoffice-bugs
mailing list