To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92481
User fs changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Sep 9 13:29:49 +0000
2008 -------
Argh .... in the toolkit, when creating a peer for a multi line edit control,
the VclWindowPeerAttribute::VSCROLL attribute is set at the window descriptor.
Unfortunately, some time ago a WindowAttribute::NODECORATION was introduced for
issue 76438, which sadly has the same numerical value as the VSCROLL attribute.
Since both are used in the same bit mask, setting VSCROLL is effectively
interpreted as NODECORATION - which removes the border (and some other aspects)
from the to-be-created window.
Fixed by respecting the NODECORATION only for window types where it really makes
sense (dialogs and such), in toolkit/source/awt/vclxtoolkit.cxx 1.71.20.1.
Fixed in CWS dba31c
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]