Closed spiritax closed 7 years ago
What browser?
Tested Chrome and Firefox both worked fine.
I'm on chrome, macOS Sierra.
What Chrome version?
Latest : Version 59.0.3071.115 (Official Build) (64-bit)
I've the same problem on my windows PC. chrome too, Version 59.0.3071.115 (Build officiel) (64 bits)
Edit, seem to be CSS related, i'll look into it tomorrow. I'm using no theme or ..., only basic nodebb with the plugin. they is a problem with this. when i disable this part with the inspector, it's working fine. .date { width: 100%; }
I'll try to find where it come from tomorrow or maybe later if i've some time.
I'm on the same version of Chrome, but on Windows, and I'm not seeing this.
Have you tried running ./nodebb build
? Is your calendar public so I can see for myself? What theme are you on?
Alredy tried the ./nodebb build and it still have the bug.
I'm using the default theme : Persona
i'll send you a email with the url and some credentials in a few min.
I think this is because of another plugin's styles. I think I can fix it by changing the styles on those elements or by removing a class. You can fix it with this custom CSS:
.plugin-calendar-event-editor-date {
width: auto;
}
Thanks, i'll try.
do you happen to know if it's a other plugin that make moment not showing correctly on the main page?
can i disable the access i made for you?
@spiritax #84
Go ahead and disable access. I'm done. as @Fank just said, that other issue is already documented elsewhere.
Thanks for the help.
They is a display problem when creating a new event, it occur on wide screen.
If i reduce the window, the display is fine.