Issue 90896 - API: sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleText
Summary: API: sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessible...
Status: CLOSED DUPLICATE of issue 90511
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: thomas.lange
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 20:26 UTC by chne
Modified: 2013-02-24 21:06 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 2008-06-19 20:26:40 UTC
the copy() method seems to add an CR/LF onto the copied value.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o
sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleText

In the output you will see:
...
LOG> Text is 'XAccessibleText'
############################
...
copyText(0,chCount):true
LOG> Clipboard: 'XAccessibleText
'
copyText(1,chCount-1):true
LOG> Clipboard: 'AccessibleTex
'

The "true" means that copy() returns with valid content, bur the "LOG>..." shows
that XAccessibleText is not captured between apostrophe, there is a CR/LF.
Comment 1 thomas.lange 2008-06-20 08:49:16 UTC
Duplicate.

*** This issue has been marked as a duplicate of 90511 ***
Comment 2 Mechtilde 2008-11-05 21:29:44 UTC
close the duplicate