mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-24 20:46:04 +03:00
[GH-ISSUE #1848] 🐛 [Bug] CSS issue Mail Folder Burger Menu #721
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#721
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 @Rainson12 on GitHub (Jan 27, 2026).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1848
Originally assigned to: @IrAlfred on GitHub.
🐛 Bug
When adding a new mailbox it seems that for some folder the burger menu "3 dots" always are shown in a new line instead of being shown only on mouse over. Additionally it seems that the first menu is not clickable.
It seems that by adding the css class
m-has-childrento the element some selectors are no longer working:as the css classes no longer apply:
if the css classes would be assigned like
imap_6979203638ec2_5472617368 m-has-childrenthe selector would work and it would show better (screenshot taken while hovering, note that the dots are not right aligned):I would propose to fix it with
*=instead of^=@IrAlfred commented on GitHub (Jan 29, 2026):
Thank you @Rainson12 for submitting this issue
@IrAlfred commented on GitHub (Feb 6, 2026):
Hello @Rainson12
I couldn't reproduce this issue. Could you please provide more details about your mail server, operating system, and browser?
@Rainson12 commented on GitHub (Feb 6, 2026):
I am using stalwart mailserver, chrome browser (latest) but also tried it with latest firefox and ubuntu 24.04 as well as windows 11.
@IrAlfred commented on GitHub (Feb 7, 2026):
Thank you for these details.
@marclaporte commented on GitHub (Feb 7, 2026):
Stalwart offers both IMAP and JMAP. Which one are you using?
@Rainson12 commented on GitHub (Feb 18, 2026):
I am using Imap but I guess the issue is unrelated and the styling issue should also occur with jmap
@daddiofaddio commented on GitHub (Feb 19, 2026):
I can confirm this behavior on my end as well.
Environment
The dropdown icons on the far right of the main folders correctly open the share context menu, but the same icons shown next to subfolders are not wired to any action and do nothing when clicked.
All of the icons appear to use the same element:
As a temporary workaround, I hid the icons since I do not use sharing:
I have 10+ accounts configured, including 6 IMAP accounts from different providers. The icons only appear on the two IMAP accounts hosted by Namecheap. All other IMAP accounts and Gmail imports display and behave correctly.