-
Notifications
You must be signed in to change notification settings - Fork 90
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
Last character in clock is missing #20
Comments
Thank you for the issue. I will look into it as soon as possible, maybe trying to replicate it. |
FYI, I have been noticing this too over the last few days. OS: macOS 10.12.3 Note that it occurs regardless of what file, plugin or additional "status bar" items. If I start with a blank editor, it is still truncated: I do have a custom Time Format in the settings: -- I've noticed a few things that temporarily fixes it for the session that Atom is running:
Doing either of these immediately fixes the SPAN or DIV issue that is occurring. -- You can "scroll" left to right the statusbar in this area. -- Lastly, I do use a custom Font with custom editor stylesheets. Since Atom 1.13 (aka "Deprecation Hell" upgrade), a lot of styles had to be changed. I'm wondering if the way the statusbar is calculating the width is now different - so when you go and populate the div/span, it isn't resized accordingly. -- UPDATE: I disabled my Battery plugin as you see in the screenshots, and it had no effect - it still cuts off the clock. |
Thanks for the detailed showcase of the bug. I'll look into the issue ASAP, thank you again for letting me know! |
I was able to reproduce the bug in some situations where the developer console is placed to the right side of the screen. I applied a relative position to the container, now it seems to work properly (at least, I was not able to reproduce the bug any longer). I will update the package version, hoping that's it! |
@b3by it works! 👍 Though, the vertical alignment is a tad off. 🥇 So.. close...! I also removed my |
Oh no! |
When Atom is launched, clock doesn't display last character. If I go to settings and change format, it goes normal for a while but goes back to missing last character.
Atom: 1.15.4 x64
Electron: 1.3.13
OS: XUbuntu 16.04
Thrown From: atom-clock package 0.1.5
The text was updated successfully, but these errors were encountered: