Issue 51628 - API: svtools must detect changes in window settings configuration
Summary: API: svtools must detect changes in window settings configuration
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 10:39 UTC by chne
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-07-06 10:39:17 UTC
While change the Window configuration via API the svtolls must recognize this
changes. I need this fix for UNP-API-Tests which depend on special window
settings because of accessibility tests.
Comment 1 andreas.schluens 2005-08-18 12:26:25 UTC
The configitem "svt::SvtViewOptions" do not uses any cache internaly. It read/
writes directly from/to the configuration layer. So every change on the underlying 
configuration should be reflected there.
Comment 2 carsten.driesner 2005-08-30 12:39:19 UTC
cd: Added dependency.
Comment 3 carsten.driesner 2005-08-31 10:44:15 UTC
cd->cn: Please verify.

re-open issue and reassign to as@openoffice.org
Comment 4 carsten.driesner 2005-08-31 10:44:21 UTC
reassign to as@openoffice.org
Comment 5 carsten.driesner 2005-08-31 10:44:46 UTC
reset resolution to FIXED
Comment 6 carsten.driesner 2005-09-01 09:56:25 UTC
cd->cn: Please verify.

re-open issue and reassign to cn@openoffice.org
Comment 7 carsten.driesner 2005-09-01 09:56:38 UTC
reassign to cn@openoffice.org
Comment 8 carsten.driesner 2005-09-01 09:56:44 UTC
reset resolution to FIXED
Comment 9 chne 2005-09-01 12:54:06 UTC
works with "checkapi -o toolkit.AccessibleDropDownListBox" of qadev24 in fwk21
=> verified
Comment 10 chne 2006-01-19 18:43:20 UTC
works as expected in src680_m150 => zu