-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide URL on Timestamp Hover #909
Comments
@Domvel Hello there. Thanks for your bug report. This actually happens for all items that are basically links on the GUI. @yuya-oc Do you think this can be removed as per the electron API? PS: @Domvel: Please note for the future, please always make sure you are running the very latest version of the client app before filling a bug report (current one is 4.2.0). Thanks :) |
@wget You are absolutely right. Usually I use the latest version. Especially on bug reports. Sorry. :) There are minimum three solutions:
What is your preferred solution? |
@wget Everyone misunderstand this though, the URL bar is NOT electron's feature. It's implemented by our desktop app via Thanks @Domvel, I think all solutions are possible. However probably I can't select one.
|
@yuya-oc Interesting. The URL bar looks exactly like the bar from Chrome (Chromium?). So I thought it comes with Chromium / Electron. I just suggested button tags to hide url when a mouse is hovering, because in the past the channel list also was a-tags. And there was a github ticket (idk the id), to fix this. They decided to use button tags. Because buttons do not show the url. But I see - as you posted - the Mattermost Desktop Client displays the Target-URL-Bar by the |
Opened a ticket for this here: https://mattermost.atlassian.net/browse/MM-13995. |
Updated ticket: https://mattermost.atlassian.net/browse/MM-9922. |
Yes this is annoying and still present when hovering the time stamp. A few solutions:
|
Thanks @infacto, requeued the ticket for discussion |
Since a few months the url bar is hidden by hovering the channel lists. because the items of this list are buttons now. no a-tag anymore. I don't know the ticket nummer.
Anyway ... We missed something. If I hover the mouse over the time element of an user post, the browser url bar appears on the bottom with a internal link. This is annoying and should be fixed.
Generally, hide all internal links. Or add bottom style padding 26px. That the url bar does not overlap the chat. (esp. the "user is writing..." text)
The text was updated successfully, but these errors were encountered: