DateGadget doesn't read when changing focused field and using screen reader
Posted: Sun Sep 01, 2024 11:03 pm
Got an accessibility bug today...
I create a DateGadget like so:
Have also done:
and
and I can hear the updated value when I use the up and down arrow keys, but I can't hear what I'm selecting with the left and right arrow keys. I just have to press up/down and hear what changed.
PB 6.11 (LTS) x64, Windows 10/11 IoT LTSC
I create a DateGadget like so:
Code: Select all
DateGadget(#DatSetDateTime, 15, 35, 210, 25, "%yyyy/%mm/%dd %hh:%ii", 0, #PB_Date_UpDown)
Code: Select all
DateGadget(#DatSetDateTime, 15, 35, 210, 25, "%yyyy/%mm/%dd %hh:%ii")
Code: Select all
DateGadget(#DatSetDateTime, 15, 35, 210, 25)
PB 6.11 (LTS) x64, Windows 10/11 IoT LTSC