From frederik.gladhorn at theqtcompany.com Mon Aug 3 17:39:35 2015 From: frederik.gladhorn at theqtcompany.com (Frederik Gladhorn) Date: Mon, 3 Aug 2015 17:39:35 +0200 Subject: [Accessibility] Qt 5.4, improve voiceOver support for QLabel In-Reply-To: <23450267-7087-4A1E-88C6-8AAF5EF878F2@icloud.com> References: <23450267-7087-4A1E-88C6-8AAF5EF878F2@icloud.com> Message-ID: <1517339.Ug761MJB2C@frederik-thinkcentre-m93p> On Friday, March 27, 2015 12:10:33 PM Vincenzo Rubano wrote: > Hi all, > > recently, I had to test the mac OS X port of an emulator that we should use > for a project at university. > > I’ve noticed a really annoying bug with QLabel. In fact, after reading the > content of a QLabel, voiceOver speaks the word “text”. This is annoying for > two reasons: 1. That word is used to announce a read-only text field, which > of course is different from a label; 2. It adds an unnecessary information. > > Is there any fix planned for this bug? If not, is there any workaround we > could use in that emulator source code? We’re using Qt 5.4. I just looked at this and it seems like setting Value instead of Title as attributes for static text helps. https://codereview.qt-project.org/#/c/122668/ Cheers, Frederik > > Thanks in advance for your help. > > Vincenzo. > _______________________________________________ > Accessibility mailing list > Accessibility at qt-project.org > http://lists.qt-project.org/mailman/listinfo/accessibility From frederik.gladhorn at theqtcompany.com Mon Aug 3 17:44:40 2015 From: frederik.gladhorn at theqtcompany.com (Frederik Gladhorn) Date: Mon, 3 Aug 2015 17:44:40 +0200 Subject: [Accessibility] Any accessibility improvements in Qt 5.5? In-Reply-To: <25DAC173-F247-4AB4-B1F3-EB0D9A2462D6@studio.unibo.it> References: <25DAC173-F247-4AB4-B1F3-EB0D9A2462D6@studio.unibo.it> Message-ID: <17787244.B3RkFUWF4u@frederik-thinkcentre-m93p> On Tuesday, July 07, 2015 09:29:58 AM Vincenzo Rubano wrote: > Hi all, > > are there any accessibility improvements in Qt 5.5, especially in Mac OS X > support? For OS X, Boris Dušek did a great effort to improve text handling and contributed a series of patches. Git log shows: 76c94be OS X Accessibility: Make checkboxes etc. checkable with VoiceOver 37fc14a OS X Accessibility: fix role description e9bbe07 OS X Accessibility: implement AXStyleRangeForIndex in QTextEdit 250e80c OS X accessibility: implement AXRangeForPosition f7f58b8 Fix AXBoundsForRange in OS X accessibility 07cd153 Fix accessibility lines on OS X Please refer to the commits in the qtbase git repository for details. Cheers, Frederik > > > Vincenzo Rubano > Sito Web: > http://www.nvapple.it > Sito Web personale: http://www.titengodocchio.it