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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
                   |.freedesktop.org            |tion.org, [email protected]
             Status|NEW                         |NEEDINFO
           Keywords|needsUXEval                 |

--- Comment #10 from Heiko Tietze <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to