Aman Chadha(IVIXMMI)

Results 10 comments of Aman Chadha(IVIXMMI)

for initializing a function every time it loads more topics you should add the functionality in the method defined for the path attribute of infinite scroll

need code to understand better

you are using this infinite scroll in the conversations list page

Reason for your vote-up not working is that your event a.vote-up.click won't work for dynamically generated elements in order to rectify that you should use ` $(document).on('click', 'a.vote-up', function(){ //function...

Yes,The reason is that when you load more posts, the click event isn't bound to the newly generated vote-up/down buttons. By using $(document).on,the document is searched for the vote-up/down button...

Maybe remove the function from rating.js that might be causing the problem. Also one question i saw your esoTalk-v3 there i tried to change the default.master.php file from core/views but...

when loading new images there is this one class `.ajax-modal-ready` missing that might not opening the modal Cause i tried to add this class in the newly loaded post and...

Could you please close this issue? It would be helpful for me as I am new to this platform.

> From the last time I tested it, most screen readers didn't actually announce the orientation of a tablist. So a user lands on a tab inside a tablist, but...

@patrickhlauke **Proposed Balanced Solution** To address both the standard practices and the current limitations of screen readers, I propose the following enhancements to my pull request: 1. Dual Key Event...