Issue 70538 - Accessible text implementation character offsets are odd when bullets are on the line
Summary: Accessible text implementation character offsets are odd when bullets are on ...
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.0.4
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2006-10-17 22:52 UTC by williewalker
Modified: 2013-08-07 14:42 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 williewalker 2006-10-17 22:52:26 UTC
Please refer to http://www.openoffice.org/issues/show_bug.cgi?id=69945 for a
description of the bug and a test case.  The relevant description is as follows:

"You'll notice that the caret offset is incorrect when the caret is at
the beginning of a bulletted line (i.e., the caret is just before the
'i' in 'item').  It is 0 instead of 1.  When one moves the caret
between the 'i' and 't' in item, you'll see the caret offset jump from
0 to 2."
Comment 1 eric.savary 2006-10-18 15:12:00 UTC
ES->OBR: Please have a look.
Comment 2 nospam4obr 2006-10-18 21:53:00 UTC
The offsets are passed "as is" by the UNO <-> ATK bridge, so this is presumably a writer issue.
Comment 3 Oliver-Rainer Wittmann 2006-10-19 11:11:00 UTC
accepted - fix in progress in cws swqbf88
Comment 4 Oliver-Rainer Wittmann 2006-10-19 13:10:31 UTC
Further investigations reveals the following:
- The defect exists also for paragraphs, which are numbered list items.
- Cursor positions "in front of list label" and "at beginning of text" for
paragraphs, which are bullet items respectively numbered list items aren't
distinguished.

These defects will also be fixed with the fix for this issue.
Comment 5 Oliver-Rainer Wittmann 2006-10-19 13:21:37 UTC
fixed in cws swqbf88 - changed files:
/sw/source/core/access/accportions.cxx, 1.30.26.1
/sw/source/core/access/accpara.cxx, 1.66.26.1
Comment 6 Oliver-Rainer Wittmann 2006-10-24 09:19:40 UTC
OD->ES:
Checked in internal installation set of cws swqbf88 - please verify.
Comment 7 eric.savary 2006-10-27 15:26:15 UTC
Verified in swqbf88
Comment 8 eric.savary 2006-11-30 00:43:37 UTC
Ok in m195