mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #636] Fallback note for useres with incompatible browsers #234
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#234
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?
Originally created by @Masgalor on GitHub (Aug 3, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/636
Discussed in https://github.com/lldap/lldap/discussions/635
If the browser is not able to handle the frontend there is no fallback/warning/error, so the user will just see an empty page.
For my limited understanding this happens if JavaScript is completely disabled, or if JavaScript is enabled but JIT is disabled.
There may be more relevant factors but those are the ones I noticed.
It would be great to have some kind of fallback to inform the user about their incompatible browser.
Even if the user can't make any sense of the displayed message they can seek help more easy.
@nitnelave commented on GitHub (Aug 5, 2023):
Can you check that you get the correct warning with the new build?
@Masgalor commented on GitHub (Aug 5, 2023):
I can confirm that I get the correct warnings shown.
Could we bring this change to
index_local.htmlas well?@nitnelave commented on GitHub (Aug 5, 2023):
Merged in
index_local.htmlas well!