Page MenuHomePhabricator

In mobile view, for Description and Comment, some buttons are missing in the tool bar above the text area
Open, LowestPublic

Description

In Phabricator, I am writing a new task.
I want to put a word in bold. So I look for the button "B" in the bar of buttons.
The button "B" is missing.
Only very few buttons are present in the bar of buttons.
It would be nice to correct that.
I think "Maybe the button is missing because of the width of the bar of buttons." Although there is much empty space in the bar of buttons, enough space for several more buttons. So I click the button with 4 arrows, to write in full page.
I am now in full page.
Now, the bar of buttons is very wide, and has empty space for many buttons.
But there are still very few buttons, and the button "B" is still missing.
It would be nice to correct that.

Thank you.

I have Safari, with the History open on the left, on iOS 9.2.1, on iPad, in landscape.

Nnemo

Event Timeline

Aklapper triaged this task as Lowest priority.Feb 28 2016, 4:55 PM
Aklapper added a project: Mobile.

The trivial workaround is to literally write **. See https://secure.phabricator.com/book/phabricator/article/remarkup/

Are there particular reasons why a certain button (Bold) is more important than another certain button (like List or Table)? It's not that all the buttons shown in Desktop view would fit in Mobile view, hence you have to make a cut somewhere.

Aklapper renamed this task from Buttons are missing in the bar of buttons to In mobile view, some buttons are missing in the tool bar above the comment text field.Feb 28 2016, 4:56 PM

I encountered the bug in the text area Description. Now, I encounter the bug in the text area Comment too.

The trivial workaround is to literally write **. See https://secure.phabricator.com/book/phabricator/article/remarkup/

This workaround does exist. But the user has to know it. I wanted the button because I had forgotten what the code was for bold.

Are there particular reasons why a certain button (Bold) is more important than another certain button (like List or Table)?

I don't see either the buttons List nor Table.

It's not that all the buttons shown in Desktop view would fit in Mobile view

Maybe they would fit.

There is much empty space in the bar of buttons. More than half of the bar of buttons is empty.

At least, the button for bold and several other buttons would fit.

And, in full page, all buttons would surely fit!

In full page, more than 77 % of the bar of buttons are empty, I measured, there are more than 10 cm free in the bar!

hence you have to make a cut somewhere

No, you do not have to. There is much empty space in the bar of buttons. Especially in full page!

Nnemo renamed this task from In mobile view, some buttons are missing in the tool bar above the comment text field to In mobile view, some buttons are missing in the tool bar above the text areatext field.Mar 6 2016, 9:12 AM
Nnemo renamed this task from In mobile view, some buttons are missing in the tool bar above the text areatext field to In mobile view, for Description and Comment, some buttons are missing in the tool bar above the text area.Mar 6 2016, 9:37 AM

It's highly inconsistent behavior actually:

resolutionvisible buttons
320x480upload, meme, fullscreen, help, preview
480x320upload, meme, fullscreen, help, preview
600x800upload, meme, fullscreen, help, preview
800x600bold, italic, monospace, link, ul, ol, code, quote
768x1024bold, italic, monospace, link, ul, ol, code
1024x768bold, italic, monospace, link, ul, ol, code, quote, table, upload, meme, help, preview
1680x1050bold, italic, monospace, link, ul, ol, code, quote, table, upload, meme, fullscreen, help, preview

On some devices, or on some view sizes, the Web app becomes unduly crippled. This is an accessibility issue.

Thank you Danny for the table!