Lenny Primak

Results 417 comments of Lenny Primak

Probably not tested by the TCK… This also needs to work regardless if there is a session present

Hi, @jepsar Reproducer is here: https://github.com/flowlogix/widget-currentcell-reproducer Looks like the bug has something to do with a different screen size on the phone that makes CSS/JS not work correctly for `currentCell`...

Hi, @jepsar I also made a screencast of the bug here: https://youtu.be/40k3JGlkQRs

Are you able to reproduce this? thank you!

yay! hope you found the screencast useful :)

hmmm... when using the workaround in the description the above JS (`find()`) works...

https://github.com/primefaces/primefaces/issues/9260#issue-1395808775 ``` onchange="var birthdayTable = PF('birthdayTable'); var currentCell = birthdayTable.jq.find('td:has(.ui-cell-editor-input:visible)'); if (currentCell.length) birthdayTable.saveCell(currentCell)" ```

Debugging JavaScript is not my forte :)

Ah, please look at the screencast (youtube link in the description). Without the `onchange=` bit, The "default" behavior requires an additional click outside the date by the user. to make...

See my original question regarding this topic on discord: https://discord.com/channels/787967399105134612/787967662293909524/1025160751347941396