Steps to reproduce:
1) Open 2 tabs named A and B.
2) In A, run echo tab("get", "ID"); in Address Bar to get A's ID, then close the popup.
3) In B, run echo tab("get", "ID"); in Address Bar to get B's ID, then close the popup.
4) Make A the current tab.
5) Under Cfg > General > CEA > Changing Locations > Before browsing a folder, set Action as "Run Script":
echo tab("get", "ID");
6) Left-click B tab, then the popup shows B's ID, not expected A's.
By the way, if A has Visual Filter "a", B has Visual Filter "b", assigning the code below as the Action script of "Before browsing a folder" :
Code: Select all
echo get("VisualFilter") . "|" . tab("get", "filter");
XYplorer Beta Club