mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #225] 🕷 Inline Message Delete Button does not compute #187
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#187
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 (Sep 29, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/225
Originally assigned to: @jasonmunro on GitHub.
Hi Jason,
Inline-View works fine now!
But the Delete Button inside the EMail-Header does nothing. It popsup a confirmation, but does not delete the EMail.
Also the EMail stays open when deleted(via Button on the top) - but I consider this a nice feature, please dont remove it.
Another thing with inline messages is:
Rev:
59ff05f71bGrüße Ulf
<3
@jasonmunro commented on GitHub (Oct 13, 2017):
Just pushed a fix for this, let me know if it works for you!
@ulfgebhardt commented on GitHub (Oct 14, 2017):
The second Problem was fixed.
Delete Button Problem remains:
Rev:
33bee91Grüße Ulf
<3
@jasonmunro commented on GitHub (Oct 14, 2017):
There are some javascript changes involved in this fix, maybe you need to force a refresh to override the cached version? I just retested and it works for me.
@ulfgebhardt commented on GitHub (Oct 14, 2017):
renamed site.js and regenerated it - no change
@jasonmunro commented on GitHub (Oct 14, 2017):
Weird. I just retested with Chrome and FIrefox, with Cypht in development and production mode, works for me in all cases. When you rerun the config_gen script, it should create a new unique id that is appended to the site.js file, which should force the browser to re-download the updated javascript. If the browser is not re-downloading the new site.js file, it could result in what you are seeing (control-shift-r will force the browser to redownload everything).
There is a bit of a delay after the message detail is removed from the page while we call the server to delete the message and the list is updated. I have been testing this in the INBOX of an IMAP account, I have not tried a combined page, maybe that is where the problem is. I will check that out now
@jasonmunro commented on GitHub (Oct 14, 2017):
Yep, that's the problem. works on normal IMAP folder views, but not combined pages. Looking into it now!
@ulfgebhardt commented on GitHub (Oct 14, 2017):
Oh, im sorry i didnt mentioned that im on "Everything" with 5 accounts. I also sent you an EMail with another Problem I have which requires private Info to properly test. If you want i can record you a video for the delete button thing and send you a link via mail.
I can confirm that there is a new token generated when the site is "recompiled"
@jasonmunro commented on GitHub (Oct 14, 2017):
Just responded to your Email, and pushed a fix for that issue. The problem with the delete link is definitely related to combined views vs an IMAP folder page. I have found the code that is failing, I just need to work up a fix :)
@ItsEcholot commented on GitHub (Nov 13, 2017):
Just stumbled upon the delete issue as well, good to know that a fix is in the works.
@ulfgebhardt commented on GitHub (Jan 5, 2018):
Bug still present in
Rev:
ed4cd35Rev:
34d70a0240I think it works properly on mobile tho
Grüße Ulf
<3
@jasonmunro commented on GitHub (Apr 16, 2018):
This should be finally fixed! :)
@ulfgebhardt commented on GitHub (May 18, 2018):
<3 ur the best!
@ulfgebhardt commented on GitHub (May 25, 2018):
If the checkbox infront of the Mail is selected the delete button does not work - if its unchecked it does.
Message
-> Inline DeleteButton -> does not work
Message
-> Inline DeleteButton -> does work
@jasonmunro commented on GitHub (Jun 6, 2018):
another fix is pushed. The easiest way to handle this was to simply uncheck the checkbox before delete :)
@ulfgebhardt commented on GitHub (Jul 14, 2018):
Confirming fix <3