You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
This bug is not so easy to reproduce, however, I did get it on a screen recording on the https://www.primefaces.org/primereact/#/calendar. Basically, sometimes when clicking on the Calendar input when the Calendar panel is hidden, the Calendar input focuses but does not show the Calendar panel.
After some debugging, I found that it's because the onClick function does not always get called when the input is clicked. I have found a fix for this bug.
Here: https://github.com/primefaces/primereact/pull/858
Expected behavior
When clicking on the Calendar input when the Calendar panel is hidden the Calendar panel should always show.
Minimal reproduction of the problem with instructions
As mentioned before it's difficult to reproduce.
Go to https://www.primefaces.org/primereact/#/calendar
Click on Calendar input and click away from Calendar input, repeat until the Calendar input only focuses and does not display the Calendar. (I found it easier to reproduce with the Time / 24h Calendar input)
If functionality works fine after a number of times, try refreshing the page and trying step one again.
PrimeReact version:
"primereact": "^3.1.2"
[* Browser: [all ]
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Current behavior
This bug is not so easy to reproduce, however, I did get it on a screen recording on the
https://www.primefaces.org/primereact/#/calendar
. Basically, sometimes when clicking on the Calendar input when the Calendar panel is hidden, the Calendar input focuses but does not show the Calendar panel.After some debugging, I found that it's because the
onClick
function does not always get called when the input is clicked. I have found a fix for this bug.Here:
https://github.com/primefaces/primereact/pull/858
Expected behavior
When clicking on the Calendar input when the Calendar panel is hidden the Calendar panel should always show.
Minimal reproduction of the problem with instructions
As mentioned before it's difficult to reproduce.
https://www.primefaces.org/primereact/#/calendar
Time / 24h
Calendar input)"primereact": "^3.1.2"
[* Browser: [all ]
The text was updated successfully, but these errors were encountered: