3.0.0 Bug Report Thread
-
Enable Live Reload (3.1.4)
I've detect the "Enabled Live Reload" is not behaving correctly, while it refreshes the page after an update (or appears to), it doesn't actually take affect last changes, and a forced browser page reload is required to see the latest results, it's like the reload is one change behind.
-
Navbar - fit and finish, bug.
Yea visual bug is a bug, to borrow some common coding parlance. So if something is visually buggin' me, it's a bug!
Since I was playing around with this in the live editor it caused me to notice the below here on community:
Perhaps you're testing something out but when I came across on my own deployment, I moved to "close the gap" or at least some of the gaps, among other things.
You can test with this quickly with the live custom code, which also applies some increased contrast with some drop shadow TLC and I think this works universally:
.sticky-tools { background-color: rgba(0, 0, 0, 0.0); padding: 0rem 0; } .navbar { background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
I'm on a mission to "close the gap" on desktop and mobile, that gap is a bug, a fit and finish bug! Don't be fooled!
-
One comment on the Data-line-number box looking very nice indeed with a Copy & Paste button perfect click and response feedback
-
Screen goes entirely black:
Reply -> Zen Mode -> Hide
(Type Esc to exit the black screen)
I reproduced this in Chrome, Firefox, and Brave. I am using v3.1.4, but it is also reproducible on this forum.
-
I found today that if in admin>settings>reputation you try and change any of the values, it doesnt let them save because it objects to other values being less than 0.
For example this was an existing setting
Minimum reputation to send chat messages
-100
It flags that up (cant be less than 0) when I try to save the other value I changed
I dont want to make that zero, otherwise someone who is at -1 will be stopped from sending a chat message.
it was ok at negative before, so I think its a bug that it doesnt allow it now? -
I am getting these error in console log, could this be related?
[deprecated] Accessing bootbox globally is deprecated.
Userequire(["bootbox"], function (bootbox) { ... })
instead
error loading admin/settings/reputation
Error: Cannot find module './settings/reputation' -
@brazzerstop cannot reproduce, please submit client-side error logging in linked issue.
Generate button doesnt work · Issue #85 · NodeBB/nodebb-plugin-2factor
https://community.nodebb.org/post/93668
GitHub (github.com)
-
UPD
@julian I tested it now and this is not bug. I was can't generate backup codes because I don't enabled 2FA. Now I enabled 2FA and can generate backup codes... Sorry for the stupid
UPD
I can't disable 2FA, I get this in console when click Confirm.
-
Are we suppose to see ALL the unread notifications while having to scroll and find the couple of unread ones?
Perhaps a "filter" button to bump or only display "unread" notifications is required?
-
@brazzerstop Fixed in [email protected]
-
I get a strange result in filtration of categories on sticky tools.
To reproduce this we need enable page pagination.We set NodeBB Plugins (for example) - everything is OK.
https://community.nodebb.org/recent?cid[]=7Go to next page (page 9 for example)
https://community.nodebb.org/recent?cid[]=7&page=9Now we want to change filter of categories and view topics from NodeBB Blog
and we get incorrect result, because category NodeBB Blog don't have 9 page: https://community.nodebb.org/recent?page=9&cid[]=13
When we change a category, the filter not reset a page number.
-
@brazzerstop Thanks for reporting, fixed in https://github.com/NodeBB/NodeBB/commit/304f9b6eeff38c2b4ca9ebe1edf5bf38484334e3
-
Ive mentioned this before, but Im sure there is some kind of email verification bug. It happened with my nodebb instance, but also with my pals instance which is nodebb hosted (so he doesnt control the outbox).
Registration has email set to optional (to get round the issue), but even still no veri email arrives even though email addresses were entered at signup.
Looking at users in admin panel it says (no email) for everyone except the admin
-
@BrotherGlaucon said in 3.0.0 Bug Report Thread:
Screen goes entirely black:
Reply -> Zen Mode -> Hide
(Type Esc to exit the black screen)
I reproduced this in Chrome, Firefox, and Brave. I am using v3.1.4, but it is also reproducible on this forum.
There is a another active bug in Zen Mode: only the bottom half of the Reply button is clickable.