[Bug] Side menu not appearing in Firefox 115 #464
Labels
No labels
blocked
bug
duplicate
enhancement
FR accepted
help wanted
invalid
need discussion
next release
not reproduced
PR requested
question
reproduced
WFB
WIP
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/side_menu#464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment
Configuration
Steps to reproduce
Hey there :)
Found another bug, fortunately this time I could work my way around it.
I manage a small nextcloud instance with users that have rather outdated or not-so-outdated hardware. Two of them are on MacOSX 10.14 since Apple does not want them to upgrade their computers, rather forcing them to buy new hardware.
Thing is, the custom menu is not visible on their hardware.
I could reproduce this bug in a Debian VM by installing the last Firefox 115 available : same problem, the custom menu does not appear.
This is due to Intl.Segmenter being too recent for Firefox 115.
According to this, it is supported only since FF 125.
In older versions, it throws this error in the console :
Uncaught TypeError: Intl.Segmenter is not a constructorThis javascript polyfill added using Violentmonkey is a functioning workaround :
When first brought to my attention, I thought this problem was not a big deal since the person bringing this to me had a very old computer. Now that I've seen it happen on not-that-old hardware I think some kind of polyfill like the one above should be added to your code to make it compatible with older but still very common operating systems (Intl.Segmenter was declared compatible with all common browsers only since 2024)
In this time of the year I'm quite busy to work on it and make a pull request, sorry.
Thanks for the good work on this menu, it makes using Nextcloud much easier to less tech-savy people like in the instance I'm managing.
Observed Results
No response
Expected Results
No response
More informations
No response
Hello,
I'm not able to check the fix myself.
Can you try the version v5.1.4-rc1 please?
This release is not published on the store. You must install it from CLI (documentation).
Note: this version is not signed.
I'll try as soon as I can, I'm not available this week but as soon as I get back to my computer with the vms I'll give it a try, thanks !
@tty-13 did you try it?
Hey.
Sorry for responding so late, haven't been much online lately.
The polyfill works on 5.1.4-rc1 ! (Firefox 115)
You can add it to main.
I'm going to use it for now since 5.2.1 doesn't seem to include the fix.
Thank you very much for this fix
Fixed in v5.2.2!