https://bugs.freedesktop.org/show_bug.cgi?id=86661

--- Comment #3 from Niklas Johansson <[email protected]> ---
Right, I noticed this when trying to fix the issue with the text in message
boxes being exposed as password text. As I remember it LibreOffice uses
VclMultiLineEdit for the text. At first the intention was to change the role to
ROLE_LABEL for labels and text like the ones described below, but I didn't find
a good way to change it without the side effect that objects that should be
exposed as ROLE_TEXT also would be changed to ROLE_LABEL. Since it at least was
possible to get the text read I left it alone.

Maybe what we really want is to create a new class VclMultiLineLabel that
inherits VclMultiLineEdit?

Note, I'm out on deep water here so my observations may very well be wrong.

Since I haven't been in contact with ATK_ROLE_STATIC before I won't comment on
the differentiation between ATK_ROLE_STATIC and ROLE_LABEL at the moment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to