Revert "Fix Autohide Location calculation bug (Issue #2413)"#2508
Revert "Fix Autohide Location calculation bug (Issue #2413)"#2508siddhpant wants to merge 1 commit intomicheleg:masterfrom
Conversation
This reverts commit 3e0c24f. That commit causes regression where the autohide is broken for regular cases. Closes: micheleg#2501 Signed-off-by: Siddh Raman Pant <25429745+siddhpant@users.noreply.github.com>
|
Solution found here :
FTR: file to modify is Docking.js, from line 1252. |
|
That sounds like a random hack with no explanation. First we should stop the new regression, then fix the existing problem. |
Does that happen on older version? If yes, then its a different bug. |
The logic is symmetrical, so we can't mix two solutions if we have to be correct. Otherwise it's just a hack for a specific use case. |
|
Note: For testing, use |

This reverts commit 3e0c24f.
That commit causes regression where the autohide is broken for regular cases.
Closes: #2501