MuthuSelviC

Results 6 issues of MuthuSelviC

![image](https://user-images.githubusercontent.com/42600673/171352977-13af5f0f-a446-4cb1-a83e-039e86859de0.png) Getting this error, while dragging the elements. {{ element.i }}

awaiting-feedback
need repro

Hi, I am using the below certificate. -----BEGIN CERTIFICATE----- MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW +1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 /q4AaOeMSQ+2b1tbFfLn -----END CERTIFICATE----- ![image](https://user-images.githubusercontent.com/42600673/234025007-669421ab-eeca-45f0-8d1c-489caa1f6f9a.png) I am having the subjectPublickeyinfo. But,...

### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...

Icon Request

I am trying to open the parent and its children nodes using the code below. `this.$refs.tree.openNodeAndParents ( this.treeData[ 0 ].children[ 2 ].children[ 0 ].children[ 0 ].children[ 0 ] );` But...

In the testData array object, I added the open property. But It open all the nodes at initially. Also, I added disableDrop property. But I can drop the nodes. ```...

After opening the dialog, first element is focused with the tooltip as shown in the image. On clicking the Next on the tooltip, it moves to the next element. Now...