Clicking to edit and delete action bugs

Hi,

First bug, in the video, if I delete the second action, it deletes both of them. If I undo by Cmd+Z, it restores only one. Note that I copied and pasted these app triggers from Arc into Dia browser. I'm not sure if that's what's causing the issue since they're copied, not created from scratch.

Second bug, I try to click to edit the action but the right sidebar won't respond to it, like it's blocked.

Restarted BTT and the issue still persists. I'm not sure why these two won't preview when the other pasted triggers worked.

Thank you :slight_smile:

MacBook Air / Sequoia 15.5 / BTT v5.430
Haven't tried the latest alpha to reproduce (or might not attempt to)

can you copy & paste one of them here? (copy the whole trigger, paste it here)

[
{
"BTTActionCategory" : 0,
"BTTLastUpdatedAt" : 1748238560.74069,
"BTTTriggerType" : 113,
"BTTTriggerTypeDescriptionReadOnly" : "TipTap Left (1 Finger Fix)",
"BTTTriggerTypeDescription" : "Tab — Previous Tab",
"BTTTriggerClass" : "BTTTriggerTypeTouchpadAll",
"BTTUUID" : "96F9522E-4A12-4A29-B689-740199A90B74",
"BTTPredefinedActionType" : 124,
"BTTPredefinedActionName" : "Trigger Menu Bar Menu-Item",
"BTTMenubarPath" : "Tabs;Previous Tab",
"BTTNotesInsteadOfDescription" : 1,
"BTTEnabled" : 1,
"BTTEnabled2" : 1,
"BTTOrder" : 6,
"BTTGestureNotes" : "Tab — Previous Tab",
"BTTTriggerConfig" : {
"BTTNoTouchTimeout" : 0,
"BTTGestureForceFeedbackPattern" : 12
}
}
]

So I'm not sure why it displays the second "ghost" action, but I know what caused the action selection issue (a bug in the latest version related to triggers that have been set up > 1.5 years ago (or copied from an old trigger))

5.432 should fix this.

1 Like

I created the second "ghost" action in my attempt to see if that specific action was problematic but turned out the selection issue persisted.

I can confirm v5.432 fixed the selection issue. Thank you!