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
This is sort of tangential to #1181, but has definite repercussions for usability. In the test case below, you cannot tab into the individual item that was added - it still focuses contentNode.
Pushed a branch/commit with a fix for this. I'll mull it over and merge next week or the week after (probably won't have much time for dgrid next week).
I ended up resolving this using an _onNotification aspect. I used aspect because it fit in better with the existing code, and aspected on _onNotification mainly to avoid trouble / edge cases with removeRow if I were to try aspecting that directly, given that the main use case here involves stores anyway.
This is sort of tangential to #1181, but has definite repercussions for usability. In the test case below, you cannot tab into the individual item that was added - it still focuses
contentNode
.The text was updated successfully, but these errors were encountered: