min
min copied to clipboard
why the window of Min-browser not compatible with skippy-xd?
- Operating system: <zorin lite 16.3 xfce(xubuntu 20,04)>
i don't know why Min-browser not compatible with skippy-xd? https://github.com/felixfung/skippy-xd/issues/88
- Does this also happen if you run an Electron app like electron-quick-start?
- If you go to Min settings and enable "use separate title bar", does that help?
i tried electorn-quick-start, i didn't face that problem with it. i tried to enable "separate title bar, but still has the same problem. i noticed Min-browser window itself doesn't have problem with skippy-xd,it works good, i noticed the problem with the tabs, i tried the window without opening any tabs,and worked. so i don't know why the tabs may conflict with skippy-xd? i tried min-browser with other switchers like the xfdashboard ,it works good, it seems there is conflict with the tabs of min-browser and skippy-xd.
We have some code that when there's a focus
event on the window, we set the focus to the tab contents - maybe that's related? https://github.com/minbrowser/min/blob/master/js/webviews.js#L525-L529
Other than that, I don't really know; sorry.
i think it's related. can i do something for that, or it will need a lot job, or may cause other problems?