Options Menu Disappeared

Hrm, this has popped up twice as an issue now. But the switch over to the new editor apparently got rid of some built-in options. https://d11a6trkgmumsb.cloudfront.net/original/4X/2/a/f/2af62f1f5df05e2eee8c64eddae0d006a37fdebb.png

Used to have the options menu to be able to build poll. I was wondering why people weren’t just automatically making polls for things that could just use a poll but then realized the button is just not there anymore. You can still build poll, but you have to do it manually. Is there a way to add that options button back?

That and sometimes, some of the buttons for formatting are hidden depending on the type of window I’m editing/posting in. Like the Aligning options and anything beyond that get hidden and I can’t seem to scroll over to see the rest of the options.

f719658ce9695636b51df34d01badb62

Apparently the options appear when I hit reply and it pops up the widest box.


So this might just be an issue with creating a topic. Options still get blocked off if you make it a smaller texting window though

Have you encountered this since? I will close if it hasn’t

It seems like its still an issue.

This is the formatting menu when creating a new topic.

This is the formatting menu when replying to a topic.

I can’t currently get it to pop up the options menu anymore.

I encountered this on a lower resolution display.

I realized the issue is that there is a missing horizontal scrollbar:
image
after shift + scroll:
image

I patched the theme with:

.d-editor-button-bar {
    flex-wrap: wrap;
}

now it wraps below:
image