Lukas Bach
Lukas Bach
Hi! Thanks for the report. I can reproduce the issue, and will look into a solution once I have some availability.
Hi, thanks for the report. The issue should be fixed as of v2.4.3. Please let me know or reopen if something doesn't work as expected.
I'll have another look at the redundant drop target. Setting all elements in the `keyboardBindings prop` to an empty arrow should disable all hotkeys, i.e. setting keyboardBindings={{ primaryAction: [], moveFocusToFirstItem:...
No worries for bombarding, thanks for the details! I will have another look at the problems you describe once I have some more time. I would be happy for a...
Hi @marchingband. Sorry for the late reply, I was mostly focusing on other things and didn't get to prioritize RCT recently. Financial support for the development of this library is...
Hi @marchingband, I've adressed some of the points you mentioned and released the changes. This thread has become fairly long, so I hope I haven't missed anything, please let me...
Sure! I'll just dump some info from what I found from digging through the RCT code that affects the initial focus, that might be helpful: - The focused item is...
I see. I guess the idea behind `onFocusItem` was a bit different, though I get your intend. `onFocusItem` triggers whenever the focused item in RCT changes. I don't really track...
I think the patch makes sense for RCT, I've merged it into the main branch. The additional drop target when dragging via keyboards is an off-by-one error in RCT I...
Hm, no there currently is no way for doing so. RCT currently evaluates all viable drag positions when the programmatic drag is started, so right now there are no mutations...