Issue 23451 - API: forms.OGroupBoxModel::XMultiPropertySet
Summary: API: forms.OGroupBoxModel::XMultiPropertySet
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Linux, all
: P2 Trivial
Target Milestone: ---
Assignee: steffen.grund
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-11 10:35 UTC by steffen.grund
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
test to reproduce the bug (6.62 KB, application/x-compressed)
2003-12-11 11:19 UTC, steffen.grund
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description steffen.grund 2003-12-11 10:35:25 UTC
The Office freezes, when a listener is attached and all properties are changed.

The bug is reproducible with the attached test. The test uses the
OGroupBoxModel, but similar problems happen with OFileControlModel and
OImageButtonModel.

Bug only happens on Linux and Solaris, Windows works fine.

Test did work with version src680_m13.
Comment 1 steffen.grund 2003-12-11 11:19:26 UTC
Created attachment 11886 [details]
test to reproduce the bug
Comment 2 Frank Schönheit 2004-02-04 15:25:45 UTC
FS->FS: seems that UnoControlModel::setPropertyValues should release aGuard
before calling into setFastPropertyValues ....
Comment 3 Frank Schönheit 2004-03-18 09:11:19 UTC
fixed in CWS dba09
Comment 4 Frank Schönheit 2004-04-29 09:55:41 UTC
fs->sg: please verify in CWS dba, as soon as it's "Ready for QA"
Comment 5 steffen.grund 2004-05-05 11:09:32 UTC
Checked on Linux and works -> verified.
Comment 6 steffen.grund 2004-05-05 11:10:14 UTC
.
Comment 7 steffen.grund 2004-07-23 13:28:49 UTC
Checked again on Solaris and works -> closed.