Hi,
While upgrading to HoT 14, I noticed that the keyboard event was no longer propagated to the tabMoves function. While going through the sources to find an example to attach to this question, I noticed that this mistake has already been fixed in a recent pull request, and so my question becomes when do you expect to have this code released?
Another change that I noticed is that pressing shift-tab now inverts the returned values. Earlier, the function passed as tabMoves was responsible for handling the case when shift key was pressed. This is a feature we depend on because we have deliberate logic that determines the next cell to be selected in both directions, so simply inverting the number from “forward” direction is not going to work for us.
While I can think of a way to work around this in principle, it feels wrong to add a workaround for a feature that was silently removed / broken by a library change.
Please advise.
CC @dhaber