-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for disappearing app icons for Firefox before version 51 #2018
Conversation
@juliushaertl, thanks for your PR! By analyzing the history of the files in this pull request, we identified @PVince81, @LukasReschke and @MorrisJobke to be potential reviewers. |
For me this still happens if I open the menu before the file list is completely loaded. Once the filelist appears the icons disappear. Maybe there is an interference between the loading of the file list and the app menu. https://cloud.morrisjobke.de/s/foMi2BUi61dTdLR
|
I guess this means we need to move it outside of the if? |
Signed-off-by: Julius Haertl <[email protected]>
6300b3b
to
71275ce
Compare
@MorrisJobke @nickvergessen Right, replaceState is also affected. 🙈 Fixed and pushed. |
Current coverage is 57.80% (diff: 100%)@@ master #2018 diff @@
==========================================
Files 1094 1094
Lines 62793 62936 +143
Methods 6994 7043 +49
Messages 0 0
Branches 0 0
==========================================
+ Hits 36289 36381 +92
- Misses 26504 26555 +51
Partials 0 0
|
This Pach work for me. Firefox: 49.0.2 Thanks a lot! |
Tested and works 👍 Code looks also good |
Even works in IE and Edge without issues. Counting #2018 (comment) as 👍 -> merge |
@karlitschek This should get backported. @juliushaertl Could you create the backport PR for stable10? Thanks |
please backport |
backport at #2025 |
Uh.. strange side effect. Since I add this line of codes i'm not anymore able to open any directory in Owncloud. If I remove it, it works again. |
Thanks for this - I can reproduce this. But this only happens in Firefox - in Chrome everything works |
|
Fix for #2005
Please review and test @Luticus @nickvergessen