Issue 21952 - ScrollBar: no visual feedback when focused
Summary: ScrollBar: no visual feedback when focused
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: christoph.lukasiak
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks: 21277
  Show dependency tree
 
Reported: 2003-10-31 10:14 UTC by Frank Schönheit
Modified: 2010-11-10 22:57 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2003-10-31 10:14:43 UTC
The SpinButton control does not provide visual feedback when focused, which does
not conform to our Accessibility requirements.

This wasn't a problem until issue 21277, which requires us to implement
standalone scrollbar controls for the form layer.

fs->ssa: As talked about: The keyboard handling in scrollbars is already
present, so when they are focused, they keyboard already works. Fortunately,
focussing is *not* done upon mouse click, even with the WB_TABSTOP style.
So, the only think needed is really the visual feedback. I suggest a blinking
thumb, as seen in other applications.

Thanks :)
Comment 1 Frank Schönheit 2003-10-31 10:39:28 UTC
hmm. In the description, this should have been "ScrollBar" instead of
SpinButton". Sorry.
Comment 2 stephan_schaefer 2003-11-11 13:44:22 UTC
The scrollbar thumb now starts blinking as soon as the scrollbar is
focussed. While dragging the thumb, blinking is turned off.
Comment 3 Frank Schönheit 2003-12-02 12:14:59 UTC
fs->clu: please verify in CWS frmcontrols01
Comment 4 christoph.lukasiak 2003-12-08 15:29:10 UTC
verified in cws
Comment 5 christoph.lukasiak 2003-12-08 15:35:45 UTC
verified
Comment 6 christoph.lukasiak 2003-12-22 15:05:14 UTC
verified in master (680m19-1)
Comment 7 wotnalovent 2010-11-10 22:57:08 UTC
Created attachment 73810