mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Behaviour of tab is inconsistent on Disc Information dialog #139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gingerbeardman on GitHub (Sep 20, 2019).
On some fields tab moves to next field (eg Data/LO)
On others it inserts a tab character (eg Label/L1)
@sadikyo commented on GitHub (Sep 20, 2019):
I believe this is setup intentionally, because the ringcode fields can have tabs in them. I believe the idea is to get the data filled in to the txt/json as completely and accurately as possible. Including the actual tabs in the fields, makes it such that they can be later copied / submitted / imported (eventually, potentially) in a way that requires less processing. The trade-off for this is perhaps navigating the disc collection dialog, but it would just require clicking on the next field.
@gingerbeardman commented on GitHub (Sep 20, 2019):
Understood.