Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Dropdown button not working in some versions.

  • 9 replies
  • 1 has this problem
  • 2 views
  • Paskiausią atsakymą parašė caakash998

more options

1. It is showing the only first value of a dropdown list, After

     clicking on the button  It does not list out the remaining value of a dropdown list. 

2. It is working fine with the other version of Mozilla as an

    example: -Mozilla version(56) but it is  not working fine with 
    Mozilla(60.6.1esr).

3. When I go through the inspect code of both Mozilla Version. So I

   found the weird behavior of two attributes.
   (i) aria-invalid = false:- On click, the states are not updated properly.
   (ii) aria-expanded = false:- On click, the states are not updated properly.
     

4. Above both attribute are working fine with other browsers but

   not working fine with Mozilla(60.6.1esr)
1. It is showing the only first value of a dropdown list, After clicking on the button It does not list out the remaining value of a dropdown list. 2. It is working fine with the other version of Mozilla as an example: -Mozilla version(56) but it is not working fine with Mozilla(60.6.1esr). 3. When I go through the inspect code of both Mozilla Version. So I found the weird behavior of two attributes. (i) aria-invalid = false:- On click, the states are not updated properly. (ii) aria-expanded = false:- On click, the states are not updated properly. 4. Above both attribute are working fine with other browsers but not working fine with Mozilla(60.6.1esr)
Pridėtos ekrano nuotraukos

Modified by caakash998

All Replies (9)

more options

Can you provide a working example of the issue on https://jsfiddle.net/ or https://codepen.io/ ?

more options

Does your site have an updated version of the Dojo Toolkit? https://dojotoolkit.org/blog/category/announcements

more options

jscher2000 said

Does your site have an updated version of the Dojo Toolkit? https://dojotoolkit.org/blog/category/announcements

dojo toolkit version is 1.10.0 (e124479).

Modified by caakash998

more options

caakash998 said

jscher2000 said
Does your site have an updated version of the Dojo Toolkit? https://dojotoolkit.org/blog/category/announcements

In both version of mozilla (56.0 , 60.6.1 esr ) dojo toolkit version is 1.10.0 (e124479).

Modified by caakash998

more options

Can you provide a link to a page demonstrating the problem?

more options

jscher2000 said

Can you provide a link to a page demonstrating the problem?

Sorry, it is a private product I can not share a link with you. But I go through the official documentation of dojo version(1.10.0) they mention Mozilla browser compatibility with this version is in the range of 3.6-29. so is it required to update the dojo? but its working fine with Mozilla 56.0

Modified by caakash998

more options

TyDraniu said

Can you provide a working example of the issue on https://jsfiddle.net/ or https://codepen.io/ ?

We are using DOJO Version(1.10.0) for our product. But in jsfiddle that version is not there so for a demo I use other versions. 2 version is not working with an input element.


1. DOJO(1.4.8) 2. DOJO(1.5.6)

more options

I found some test examples in the Dojo 1.10 documentation -- green buttons here: https://dojotoolkit.org/reference-guide/1.10/dijit/form/Select.html

I notice the order of the text box and arrow in the HTML of the overlaid box is different than in your original screenshots, but I don't know whether that is significant.

more options

jscher2000 said

I found some test examples in the Dojo 1.10 documentation -- green buttons here: https://dojotoolkit.org/reference-guide/1.10/dijit/form/Select.html I notice the order of the text box and arrow in the HTML of the overlaid box is different than in your original screenshots, but I don't know whether that is significant.

Yes i am agree with your point but in the jsfiddle.net link it is coming like that.