Issue 80364 - scrolling in slide pane defect after coming back from slide sorter
Summary: scrolling in slide pane defect after coming back from slide sorter
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: editing (show other issues)
Version: 680m222
Hardware: All Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: christian.guenther
QA Contact: issues@graphics
URL:
Keywords: oooqa, regression
: 80693 (view as issue list)
Depends on:
Blocks: 80294
  Show dependency tree
 
Reported: 2007-08-05 14:58 UTC by Regina Henschel
Modified: 2007-08-31 11:49 UTC (History)
2 users (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 Regina Henschel 2007-08-05 14:58:59 UTC
Open any a presentation, which has more slides than can be seen in slide pane.
Click on tab "Slide Sorter".
After all images are shown, click on tab "Normal".
Try to scroll with scroll bar or with mouse wheel in the slide pane. The view
doesn't react. Moving with PageUp and PageDown is still possible.
Comment 1 Regina Henschel 2007-08-05 15:01:06 UTC
add Jacqueline to cc.
Comment 2 jr 2007-08-05 15:06:34 UTC
confirmed, reproducable also with m221, not reproducable with 2.2.1
-> setting keywords
Comment 3 christian.guenther 2007-08-07 14:48:24 UTC
I can reproduce te bug.
It's a regression therefore it's a show stopper bug.
Please have a look.
Comment 4 groucho266 2007-08-07 16:28:40 UTC
What happens is this:
when the slide sorter in the left pane is temporarily hidden it disconnects from
the scroll bars.  When it is later shown again it does not reconnect.  Scroll
events do not reach the ScrollBarManager of the slide sorter.
Comment 5 groucho266 2007-08-08 11:09:42 UTC
Added Connect() and Disconnect() methods to SlsScrollBarManager which add and
remove listeners to/from the scroll bars.  Calling Connect() after making the
slide sorter visible fixeds the bug.

Modified files:
/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx    rev. 1.9.160.1
/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx    rev. 1.5.486.1
/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx    rev. 1.26.96.1
Comment 6 groucho266 2007-08-08 15:40:31 UTC
Please verify.
Comment 7 christian.guenther 2007-08-14 14:11:27 UTC
CGU: Verified in cws impress125
Comment 8 Regina Henschel 2007-08-15 12:21:05 UTC
*** Issue 80693 has been marked as a duplicate of this issue. ***
Comment 9 Regina Henschel 2007-08-15 12:21:30 UTC
*** Issue 80693 has been marked as a duplicate of this issue. ***
Comment 10 christian.guenther 2007-08-31 11:49:25 UTC
CGU: Integrated in oog680m2