Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Dropdown/Textfields to wide in config view #27672

Open
Bakual opened this issue Jan 27, 2020 · 5 comments
Open

[4.0] Dropdown/Textfields to wide in config view #27672

Bakual opened this issue Jan 27, 2020 · 5 comments

Comments

@Bakual
Copy link
Contributor

Bakual commented Jan 27, 2020

Steps to reproduce the issue

Open the Options in eg articles manager or global settings
Compare width of switcher with list (dropdown) or text fields.

image

Expected result

Reasonable sized dropdown and text fields.
Ideally, all fields are about the same width (like in J3).

Actual result

All text and list fields are spanning over the whole available width while the switcher type is hugging the left side.
Resulting in unneeded clutter and mouse move

@brianteeman
Copy link
Contributor

100% agree. It has been brought up before and someone repeatedly insisted that this was correct and shut down any debate

@C-Lodder
Copy link
Member

C-Lodder commented Jan 27, 2020

This was raised in the original PR for the new backend template and the solution was to fix it by pissing on the UX.

You've got 3 options:

  1. Wrap the fields in a parent, e.g col-[4|6].
  2. Set the width to auto
  3. Set a max with of 240px as per the original backend template

@brianteeman
Copy link
Contributor

in the case of the select fields it is an accessibility issue as the select indicator is off the screen if the page is magnified

@chmst
Copy link
Contributor

chmst commented Dec 26, 2020

@brianteeman

in the case of the select fields it is an accessibility issue as the select indicator is off the screen if the page is magnified.

I don't understand the a11y issue.
The selector is always on the screen, no matter which size I have.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27672.

@brianteeman
Copy link
Contributor

The issue is when you are using a magnifier. Below are two animations. The first of the options page when you have the full width fields. The second is of the individual options page where there are three columns. Just using that page to show the difference of the field width and not to advocate a multi column view which has its own issues.

bits

bits2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants