Melloware

Results 2296 comments of Melloware

no you don't need to list all endpoints the global config should work thus my comment of its a BUG and needs a PR. Thus the ticket was marked "Bug"...

yeah i know i and i feel like this has been broken and unbroken so many times in the past. I think we need to look at previous ticket use...

Its because Accessibility was added in 10. Accessibility says the first menu item should get focus. because that is what you are interacting with for visually impaired users. see: https://www.w3.org/WAI/ARIA/apg/patterns/menubar/...

i haven't studied the code throughly doing the focusing but it feels like the bug is somewhere in that focus code of the menu.

I think it might be related to using click events instead of pointer events.

Related to https://github.com/primefaces/primereact/issues/3949

Similar to: https://github.com/primefaces/primereact/issues/4076

OK I am going to close that other ticket too.

Can you check this: https://github.com/primefaces/primereact/issues/3381 I thought it allowed you to set both...

OK there are 11 spots in the code using `new Date()` that probably need to check the "locale" if set else you will just get the Browser date time.