After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 576847 - Add ability to 'flash' braille messages
Add ability to 'flash' braille messages
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: braille
unspecified
Other All
: Normal enhancement
: 2.28.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks: 578832
 
 
Reported: 2009-03-26 11:55 UTC by Willie Walker
Modified: 2009-11-09 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First pass (7.16 KB, patch)
2009-07-15 21:25 UTC, Willie Walker
none Details | Review
Patch that was committed. (8.39 KB, patch)
2009-07-31 21:11 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2009-03-26 11:55:31 UTC
Users have requested the ability to have informational messages show on the braille display for a short period of time.  These messages would overwrite what is on the display and then the display would revert back to what it was showing.  In addition, users would also like a command (presumably via a gesture on the braille display) to redisplay the last informational message shown.
Comment 1 Willie Walker 2009-07-15 21:25:13 UTC
Created attachment 138477 [details] [review]
First pass

This is a first pass.  It was written while helping someone debug a build environment over IRC, so I was constantly distracted every minute or so while attempting to write it.  It might have problems, but seems to work well.
Comment 2 Willie Walker 2009-07-17 20:16:53 UTC
Two additional things to consider:

1) Any key press should also make the flashed message go away
2) Panning left or right should reset the timeout
Comment 3 Willie Walker 2009-07-27 18:03:04 UTC
Moving to 2.25.90 since this has overlap with bug #523693, which I'd like to get into 2.27.5.
Comment 4 Willie Walker 2009-07-31 21:11:10 UTC
Created attachment 139651 [details] [review]
Patch that was committed.

This patch adds in the resetting of the timer when the braille display is panned left/right while a flashed message is up and also adds in the killing of the flash when a key is pressed.  Committed for 2.27.90.