Issue 47289 - TextCursor, Start/End of a "Word" w/ non alpha characters
Summary: TextCursor, Start/End of a "Word" w/ non alpha characters
Status: CLOSED IRREPRODUCIBLE
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: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-12 21:36 UTC by probe1
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

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


Attachments
Test instructions, test data examples and attached basic code english and german (12.28 KB, application/vnd.sun.xml.writer)
2005-04-12 21:39 UTC, probe1
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description probe1 2005-04-12 21:36:16 UTC
The "Start" and "End" positions of a word respectively fail, if the first/last
character of the word is a non-alpha, or if a "word" construction (=continuous
typed characters) contains one or more non-alpha characters.

Test code and examples to be attached.
Comment 1 probe1 2005-04-12 21:39:05 UTC
Created attachment 24998 [details]
Test instructions, test data examples and attached basic code english and german
Comment 2 probe1 2005-04-12 22:01:29 UTC
Addendum: as I recognized, that TextCursor.gotoStartOfWord fails sometimes, I've
played aroung with gotoNextWord / gotoPreviousWord. This, too, fails on the
given examples of "words".
The functions are working as expected, as long as only words containing alpha
characters are involved.
Comment 3 stephan.wunderlich 2005-04-13 12:12:06 UTC
the macro seems to work properly in src680_m92
Comment 4 stephan.wunderlich 2005-05-24 12:39:26 UTC
closing