Issue 58353 - XViewCursor::goDown() gets stuck in certain situation
Summary: XViewCursor::goDown() gets stuck in certain situation
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 15:12 UTC by aziem
Modified: 2013-08-07 14:38 UTC (History)
1 user (show)

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


Attachments
demonstrates how goDown() "gets stuck" (7.89 KB, application/vnd.oasis.opendocument.text)
2005-11-23 15:13 UTC, aziem
no flags Details
the trouble making document (902.50 KB, application/msword)
2005-11-24 16:25 UTC, stephan.wunderlich
no flags Details
the trouble making document (902.50 KB, application/msword)
2005-11-24 16:25 UTC, stephan.wunderlich
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description aziem 2005-11-23 15:12:41 UTC
In a certain situation, XViewCursor::goDown() gets struck and results in an
infinite loop.  The problem is that in some situation, goDown() does not move
down, but it returns the value true.

I will attach a sample document with a StarBasic macro that demonstrates the
problem.  My attachment will load <
http://www.openoffice.org/nonav/issues/showattachment.cgi/17548/13074.doc >
found in issue 33842.  Then, my attachment attempts to goDown() until goDown()
returns false.

In addition to StarBasic, the problem occurs using Python or even just the
keyboard < DOWN > key.

System:
Linux
OOo 2.0 m139 RPMs
Comment 1 aziem 2005-11-23 15:13:42 UTC
Created attachment 31739 [details]
demonstrates how goDown() "gets stuck"
Comment 2 stephan.wunderlich 2005-11-24 16:25:28 UTC
Created attachment 31774 [details]
the trouble making document
Comment 3 stephan.wunderlich 2005-11-24 16:25:57 UTC
Created attachment 31775 [details]
the trouble making document
Comment 4 stephan.wunderlich 2005-11-24 16:31:23 UTC
sw->sba: Not really an API issue ... just open the attached document 13074.doc
and when it is open use the "cursor down" key to scroll down ... around page 10
it will all of a sudden stop moving down.
Comment 5 jack.warchold 2005-12-22 16:18:33 UTC
sw information confirmed. 
on page 10 is one line where the cursor does not move any further down. just click 
with the mous on the next line and it will continue

reassigned to jw.
try to find a developer to take deeper look on this issue
set target OOo later
Comment 6 jack.warchold 2006-01-31 11:06:55 UTC
reassigend to fme

please take a look on this