View Issue Details

IDProjectCategoryView StatusLast Update
0000609OpenMPTUser Interfacepublic2014-11-17 17:03
ReporterDiamond Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Platformx64OSWindowsOS Version7
Product VersionOpenMPT 1.24.00.* (old testing) 
Summary0000609: Accessibility - Screen reader not speaking items in sample map
Description

I'm not quite sure when it happened, but in the latest test builds my screen reader is no longer reading the sample map on the instruments tab when it has focus. I.E. In previous versions when the sample map had keyboard focus, my screen reader would speak the selected note/sample number while navigating with the arrow keys. I understand that these are test builds so occasionally certain things may temporarily not work as expected, but I wanted to make sure that some essential change hasn't been made to this section so that it might possibly be addressed before an official release.

TagsNo tags attached.
Has the bug occurred in previous versions?
Tested code revision (in case you know it)4598

Activities

Diamond

Diamond

2014-11-17 06:25

reporter   ~0001845

Never mind. It seems that this problem was being caused because the document window somehow became unmaximized. Duh. Sorry about that. Please delete this issue if possible.

Saga Musix

Saga Musix

2014-11-17 12:17

administrator   ~0001846

Interesting... I guess this means that your screenreader can actually read out text that's rendered onto bitmaps, but since the window was minimized, the bitmap was never drawn.
This means that you might even be able to make very limited use of the visual modular plugin screen I'm working on. Of course the usage of this screen will remain optional (I didn't forget about you :), but for sighted users it will at least give a more usable overview of their plugin setup.

Diamond

Diamond

2014-11-17 12:58

reporter   ~0001847

It should not be able to read text rendered as bitmaps. Is the sample map really rendered as a bitmap? If that is the case then something unusual is definitely going on behind the scenes. I have never been able to view text in any other application that uses bitmapped controls or even in OpenMPT's pattern editor for that matter.

Diamond

Diamond

2014-11-17 13:04

reporter   ~0001848

Oh and sorry for reopening, but I did not know how else I could post a response to your note.

Saga Musix

Saga Musix

2014-11-17 17:03

administrator   ~0001849

Well, the note=>sample mapping is definitely done using GDI's (ancient) DrawText functionality, so maybe your ScreenReader can intercept these calls, but it doesn't work for more fancy drawing methods.

Issue History

Date Modified Username Field Change
2014-11-17 06:02 Diamond New Issue
2014-11-17 06:25 Diamond Note Added: 0001845
2014-11-17 07:57 Diamond Resolution open => no change required
2014-11-17 11:58 Saga Musix Status new => closed
2014-11-17 12:17 Saga Musix Note Added: 0001846
2014-11-17 12:58 Diamond Note Added: 0001847
2014-11-17 12:58 Diamond Status closed => feedback
2014-11-17 12:58 Diamond Resolution no change required => reopened
2014-11-17 13:04 Diamond Note Added: 0001848
2014-11-17 13:04 Diamond Status feedback => new
2014-11-17 17:03 Saga Musix Note Added: 0001849
2014-11-17 17:03 Saga Musix Status new => closed
2014-11-17 17:03 Saga Musix Resolution reopened => no change required