Issue 33055 - API: sc.AccessibleEditableTextPara_HeaderFooter::XAccessibleContext::getLocale()
Summary: API: sc.AccessibleEditableTextPara_HeaderFooter::XAccessibleContext::getLocale()
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows XP
: P2 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 16:15 UTC by chne
Modified: 2013-02-24 21:09 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 2004-08-16 16:15:22 UTC
on windows the method returns no locale.
To reproduce this behavior just call inside a solar shell:
%SOLARENV%\bin\checkapi -o
sc.AccessibleEditableTextPara_HeaderFooter::com::sun::star::accessibility::XAccessibleContext

After the test is finished, try to close the dialog and then the calc doc. On my
system I get a crash.
Comment 1 chne 2004-08-16 16:17:04 UTC
.
Comment 2 chne 2004-08-17 09:22:13 UTC
by accident I found out that the empty locale occurre only the first time this
test is running. On a scond run the locale is filled correctly. You can close
the scond chart without any problems, only the first chart crashes the office.
Comment 3 sascha.ballach 2004-09-08 21:02:50 UTC
take it
Comment 4 niklas.nebel 2004-10-14 17:55:07 UTC
nn->cn: Your test opens the dialog from a separate thread and doesn't check if
that thread has finished before continuing. The test fails if opening the dialog
takes more than a second, which is often the case if it's the first time and the
resource etc. has to be loaded. This is a problem of the test, not of Calc.
Comment 5 niklas.nebel 2004-10-14 17:55:31 UTC
reopening to reassign
Comment 6 niklas.nebel 2004-10-14 17:56:04 UTC
reassigning back.
Comment 7 sascha.ballach 2004-10-14 18:01:12 UTC
*** Issue 33067 has been marked as a duplicate of this issue. ***
Comment 8 chne 2004-10-15 07:51:42 UTC
cn->nn: ok, I see the test needs an enhancement. But wat's about the crash? I
can reproduce it on src680_m56
Comment 9 chne 2004-10-15 07:59:27 UTC
cn->nn: I've seen now the duplicate! Back to me.
Comment 10 chne 2004-11-01 11:51:11 UTC
duplicate->close
Comment 11 chne 2004-11-01 11:51:27 UTC
close
Comment 12 chne 2004-11-01 12:57:37 UTC
.