3.0.0 Bug Report Thread
-
@kurulumu-Net Does it happen on this forum?
-
@baris said in 3.0.0 Bug Report Thread:
@brazzerstop Opened issue here https://github.com/NodeBB/NodeBB/issues/11500
When you edit a messages, the button to edit/remove not showing, need refresh page to back visible this buttons.
-
-
The Emoji modal window can't be dragged and showing not all emojis. (Safari/iPad)
-
The composer shows a "Help" button, when this option is disabled in the settings
/admin/settings/post
,composer:showHelpTab
, I think need hide a button if help disabled. -
@brazzerstop thanks for reporting, fixed in https://github.com/NodeBB/NodeBB/issues/11506
-
Navigator width jumps left-right if the user has a different language.
-
@baris said in 3.0.0 Bug Report Thread:
maybe we can flip the scroller to the right so the text can grow to the left.
Or remove translate and use only
"23 of 120"
or"23/120"
or change position for text if long number, like on flarum or hide translation for md screens and add width in navigator on big screen, to make the reserve of place for any language... -
I think scrolled on left and date on right - this is a beautiful and usability, the classic
-
Feedback upgrade to version 3
The upgrade to version 3, afterwards feels kind of broken. The post editor doesn't respond on the buttons I running my Nodebb in Tor. The admin panel in rus...
NodeBB Community (community.nodebb.org)
-
There some critical bugs, and the request-promise-native npm module is already deprecated somebody need to switch to another lib, which is maintained.
-
@NikolaiPatrushev Eventually, yes, this will be replaced with
node-fetch
or some similar alternative.There is no immediate rush only because
request
(and its variants likerequest-promise
andrequest-promise-native
) are deprecated because it is feature complete, not due to some security concern, unless I am mistaken.