WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Issue with text box content not read when having datarole -numeric text box

for

Number of posts in this thread: 3 (In chronological order)

From: Manju Vellachamy
Date: Mon, Aug 02 2021 4:57PM
Subject: Issue with text box content not read when having datarole -numeric text box
No previous message | Next message →

Hi,
Iam having issues with screen reader not reading values in the textbox and reading page title when reading the textbox values .
This textbox is just different from a normal textbox is that it has html element role =" numerictextbox" . This issue is only with Chrome and Egde browsers .
Did anyone encountered this issue before and found any solutions .

Also the issue happens only on tabbing the controls … in browse mode ( using arrows ) . It works perfectly.

Thanks for ur help.

Thanks ,
Manju

Sent from my iPhone

From: Patrick H. Lauke
Date: Mon, Aug 02 2021 5:16PM
Subject: Re: Issue with text box content not read when having datarole -numeric text box
← Previous message | Next message →

On 02/08/2021 23:57, Manju Vellachamy via WebAIM-Forum wrote:
> Hi,
> Iam having issues with screen reader not reading values in the textbox and reading page title when reading the textbox values .
> This textbox is just different from a normal textbox is that it has html element role =" numerictextbox" . This issue is only with Chrome and Egde browsers .
> Did anyone encountered this issue before and found any solutions .
>
> Also the issue happens only on tabbing the controls … in browse mode ( using arrows ) . It works perfectly.

I'd start with looking at that role, as role="numerictextbox" is not
valid. Change it to role="textbox".

https://www.w3.org/TR/wai-aria-1.2/#textbox

P
--
Patrick H. Lauke

https://www.splintered.co.uk/ | https://github.com/patrickhlauke
https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
twitter: @patrick_h_lauke | skype: patrick_h_lauke

From: Birkir R. Gunnarsson
Date: Mon, Aug 02 2021 6:08PM
Subject: Re: Issue with text box content not read when having datarole -numeric text box
← Previous message | No next message

Also, what is the underlying HTML element, is it an <input>?
How is it labeled, aria-label or aria-labelledby?


On 8/2/21, Patrick H. Lauke < = EMAIL ADDRESS REMOVED = > wrote:
> On 02/08/2021 23:57, Manju Vellachamy via WebAIM-Forum wrote:
>> Hi,
>> Iam having issues with screen reader not reading values in the textbox
>> and reading page title when reading the textbox values .
>> This textbox is just different from a normal textbox is that it has html
>> element role =" numerictextbox" . This issue is only with Chrome and Egde
>> browsers .
>> Did anyone encountered this issue before and found any solutions .
>>
>> Also the issue happens only on tabbing the controls … in browse mode (
>> using arrows ) . It works perfectly.
>
> I'd start with looking at that role, as role="numerictextbox" is not
> valid. Change it to role="textbox".
>
> https://www.w3.org/TR/wai-aria-1.2/#textbox
>
> P
> --
> Patrick H. Lauke
>
> https://www.splintered.co.uk/ | https://github.com/patrickhlauke
> https://flickr.com/photos/redux/ | https://www.deviantart.com/redux
> twitter: @patrick_h_lauke | skype: patrick_h_lauke
> > > > >


--
Work hard. Have fun. Make history.