DateTime picker is visible after editor close

DateTime picker is visible after editor close

LapointeLapointe Posts: 430Questions: 81Answers: 4

Hi

Editor in edit or create mode

click on datetime field, open picker

select date

press escape key while focus is on datetime control to close form (onesc set to close()

after form is closed datepicker is shown.

If I trace in JS console, set a breakpoint, problem do not appears. I think ithis is because focus is set outside datepicker control for debug breakpoint ...

So I do set focus to another field (not datetime picker) and everything seem to be ok

I try to make a test case but cannot reproduce this case...

Is it a known problem or only in my dev ?

Replies

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    It's not a known problem, and I'm not seeing it here - http://live.datatables.net/rimobudo/1/edit . Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.

    Cheers,

    Colin

  • LapointeLapointe Posts: 430Questions: 81Answers: 4

    Hi @colin
    Thanks for response.
    I'd try to reproduce case but can't...
    I'll set a test on my server asap.
    Be safe
    Regards

This discussion has been closed.