ToggleSelectedSidebarItem doesn't work

Bug #1090921 reported by Tomasz Kowalkowski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Invalid
Undecided
Unassigned

Bug Description

As above. I tried to use it in my controller's mapping and it won't work. I checked every conditions and variables in script. Everything works besides this control.

Revision history for this message
jus (jus) wrote :

It works here in a quick test with a edited keyboard config. In this example, pressing the Up arrow expands/collapses the currently selected sidebar item.

[Playlist]
ToggleSelectedSidebarItem Up

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Based on your forum post it looks like you were doing:

engine.setValue("Playlist", "ToggleSelectedSidebarItem", ...);
when it should have been:

engine.setValue("[Playlist]", "ToggleSelectedSidebarItem", ...);

Tentatively marking not-a-bug.

Changed in mixxx:
milestone: none → 1.11.0
status: New → Invalid
Revision history for this message
SLP (matthiaspri) wrote :

I'm experiencing the same issue.
That's my function:

G2V.onBackButton = function(channel, control, value, status, group) {
    if ( (value == 0x7F) && G2V.directoryMode ){
      engine.setValue("[Playlist]", "ToggleSelectedSidebarItem", true);
    }
}

I'd like to use the "back" button of my Gemini G2V.
I can happily scroll through the sidebar, but when I push the button, the sidebar becomes unuseable and I have to use the mouse instead.
Switching to the track list and moving through the tracks works always.

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

@SLP -- what version of Mixxx?

Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/6785

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.