Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302381 - app-misc/livecd-tools: calls to dialog need the --visit-items option for accessibility
Summary: app-misc/livecd-tools: calls to dialog need the --visit-items option for acc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 22:27 UTC by William Hubbs
Modified: 2011-02-17 05:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2010-01-26 22:27:39 UTC
All,

in net-setup and livecd-functions.sh, there are several calls to the
dialog utility.  The accessibility of this utility can be improved
significantly by addling the --visit-items option to all of the calls to
it.  This will make the cursor tracking with screen readers much easier.

This can be done in two ways:

1) go through the scripts and add --visit-items to each call to the
dialog command, or

2)  initialize the DIALOGOPTS environment variable as follows before any call to
dialog:

export DIALOGOPTS=--visit-items

Thanks,

William
Comment 1 William Hubbs gentoo-dev 2011-02-17 05:40:43 UTC
The fix for this is in git, commit febcaf6