When activating panel autohide, launching applications in fullscreen mode will make area, where should be a panel, unresponsive to mouse events. Reproducible: Always Steps to Reproduce: 1. Activate panel autohide 2. Launch application in fullscreen mode 3. Click on place where panel should be Actual Results: Click will be lost. Expected Results: Mouse events should be transferred to the app.
Created attachment 73326 [details] Make autohide panel do not intercepts events in fullscreen app. Patch of kde-workspace/plasma/desktop/shell/panelview.cpp file. I changed PanelView::shouldHintHide() to return true if current active application is in fullscreen mode. This fixes the issue for me.
It is better to use reviewboard.kde.org for submitting patch. A patch attached in bugzilla is easily to be flooded by other messages and forgotten.
*** This bug has been marked as a duplicate of bug 297920 ***