mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #254] 🕷 [Minor] [Visual] Move Dialog changes Foldernames to lowercase sometimes #216
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#216
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 @ulfgebhardt on GitHub (Jan 21, 2018).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/254
Originally assigned to: @jasonmunro on GitHub.
If you open the Move Dialog it tends to display Folders in lowercase, sometimes tho they have their right Names including case - its unpredictable how/when this is happening
Stepps
Move Dialog in Lowercase
EMail Sidebar showing Uppercase (always correct)
Other Info
This is a minor Bug, it only affects the Display of the Folders, not the Move Operation itself.
Rev:
34d70a0240Grüße Ulf
<3
@jasonmunro commented on GitHub (Feb 7, 2018):
This is weird. We actually use javascript to clone the folder list to create the move/copy dialogs. I can't explain why this is happening and I can't reproduce it :/
@Yamakasi commented on GitHub (Feb 8, 2018):
In which browser is this happening or does it happen on all of them ?
@ulfgebhardt commented on GitHub (Feb 8, 2018):
I am using the latest Chrome(beta) on Desktop and an chrome including adblocker on Android mobile. Both Browsers show the same behavior.
I can try in TOR-browser(Firefox) and edge. I will give Feedback on my finds.
Can you tell me if it could be a server issue? Or is it pure Js executed in the browser?
Usual Steps(Desktop):
(Mobile)
Grüße Ulf
<3
@Yamakasi commented on GitHub (Feb 9, 2018):
I will check the next couple of days. I have seen a duplicated folder list on some click/refresh in Firefox58.0.1 (64-bit) what @jasonmunro was not able to reproduce as well.
I think it's some JS caching issue which I need to recheck but as I'm now in singleserver config I don't see it (yet).
I will report back as well.
@ulfgebhardt commented on GitHub (Feb 9, 2018):
This is not a browser-Issue, but an Inline-View Issue.
This happens when having an Inline-View Message open and click any Move button.
BUT: This issue happens on mobile aswell, even tho it does not use Inline-View logic (maybe its config dependent?)
Browsers able to reproduce:
Grüße Ulf
<3
@jasonmunro commented on GitHub (Feb 9, 2018):
I think I know what it is. I think there is a text-transform css rule of "lowercase" accidentally being applied. I'm going to tag this with inline_message label and add it to the project to clean up that module set.
@Yamakasi commented on GitHub (Feb 12, 2018):
What I have seen so far, and I cannot see yet if it's a browser issue, that if you click dropdown JS menu's twice without being dropped down yet, their content is duplicated in the same format under eachother.
So a double list is created for folder choice, as that is where it happens most I have seen.
@jasonmunro commented on GitHub (Mar 15, 2018):
@ulfgebhardt Pushed a CSS change that fixes this here
@ulfgebhardt commented on GitHub (Mar 24, 2018):
sry took me a while ;-)
confirming fix