Issue 88851 - [cws presenterscreen] 'slide view' and the 'note view' button are not available over keyboard
Summary: [cws presenterscreen] 'slide view' and the 'note view' button are not availab...
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: editing (show other issues)
Version: DEV300m10
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.1
Assignee: christoph.lukasiak
QA Contact: issues@graphics
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-04-29 13:40 UTC by christoph.lukasiak
Modified: 2010-01-08 09:26 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 christoph.lukasiak 2008-04-29 13:40:03 UTC
1. start the presenter screen extension with any presentation

-> the 'slide view' and the 'note view' button are not available over keyboard

clu->cj: as i agree with af, there should exist such ones, at least because of
the accessibility reason .. please define
Comment 1 christoph.lukasiak 2008-04-29 13:41:05 UTC
set keyword 'accessibility
Comment 2 christoph.lukasiak 2008-04-29 13:42:35 UTC
add af to cc
Comment 3 christian.jansen 2008-06-19 17:13:26 UTC
Strg 1 for Slide View
Strg 2 for Notes
Strg for "Standard"
Comment 4 groucho266 2008-06-24 09:39:45 UTC
Setting target to OOo3.1 due to time constraints.
Comment 5 groucho266 2008-11-28 10:33:00 UTC
Added support for:
Ctrl-1  switches to slide overview (like the button labled 'Slides'),
Ctrl-2 switches to notes view (like the button labled 'Notes'),
Ctrl-3 switches to normal view (like when none of the buttons for the slide
overview, notes view, or the help window are pressed.)

Added the following strings to the help text (the space after Ctrl-'n' is not
part of the strings):
Ctrl-'1'    Show slides
Ctrl-'2'    Shows notes
Ctrl-'3'    Show normal view

Svn revision is 264533.

Comment 6 groucho266 2008-11-28 10:35:04 UTC
AF->CJ: Please confirm that the additional help strings mentioned above are good
and correct or provide better alternatives.
After that please send the issue back to me.
Comment 7 christian.jansen 2008-11-28 13:05:49 UTC
I rethought the order and I came to the conclusion that it makes sense to change
it. Please find the order and Help Strings below:

Ctrl-'1' should show the normal view
-> "Shows the Presenter Console"

Ctrl-'2' the notes
-> "Shows the Presentation Notes"

Ctrl-'3' the slides
-> "Shows the Slides Overview"
Comment 8 groucho266 2009-01-08 16:36:44 UTC
@CLU: Please verify.
Comment 9 wolframgarten 2009-01-15 10:10:41 UTC
Verified in sjfixes10 as a stand-in for clu.
Comment 10 groucho266 2009-01-15 13:06:18 UTC
Had to change the code in PresenterHelpView that finds a font size that allows
all the help text fit into the help view.  It is now an iterative process
because after changing the font size the text is reformatted. In rare cases this
can lead to a larger total height so that the font has to be made even smaller.

Modified file is sdext/source/presenter/PresenterHelpView.cxx
Revision 266369.
Comment 11 malte_timmermann 2010-01-08 09:26:10 UTC
Fixed and integrated => closing now..