BUG #11501: PostgreSQL for Windows (installer) cannot be installed by screen reader users (blind computer users)

From: orasnita(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11501: PostgreSQL for Windows (installer) cannot be installed by screen reader users (blind computer users)
Date: 2014-09-27 20:07:38
Message-ID: 20140927200738.7639.74126@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11501
Logged by: Octavian Rasnita
Email address: orasnita(at)gmail(dot)com
PostgreSQL version: 9.3.5
Operating system: MS Windows
Description:

The PostgreSQL installer for Windows that can be downloaded from:
http://www.postgresql.org/download/windows/

offers a totally inaccessible interface for screen readers so it can't be
installed by blind programmers.

I don't know what graphical classes it uses but it looks like Java Swing
(from the perspective of a blind).

I checked in Java/jre7/lib/accessibility.properties file and the following
line is uncommented, so Java Swing classes should be accessible with Java
Access Bridge:

assistive_technologies=com.sun.java.accessibility.AccessBridge

So the installer probably uses another inaccessible graphical interface, or
same as bad, uses its own Java distribution.

Can this be solved, or at least provide an easy solution to install
PostgreSQL by using the zip archive?
(Which implies setting the PostgreSQL server Windows service, setting the
necessary paths that may be needed in PATH env variable etc).

Thanks.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G Johnston 2014-09-28 02:56:43 Re: BUG #11501: PostgreSQL for Windows (installer) cannot be installed by screen reader users (blind computer users)
Previous Message Tom Lane 2014-09-26 17:44:39 Re: BUG #11500: PRIMARY KEY index not being used