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

Form validation: Increasing text size #6910

Open
sarasuri opened this issue Jun 30, 2015 · 7 comments
Open

Form validation: Increasing text size #6910

sarasuri opened this issue Jun 30, 2015 · 7 comments

Comments

@sarasuri
Copy link

On the form validation demo page, when you change the text size in Firefox v38 using Firefox Zoom Text Only (at 200%) some letters in the input box are cut off. Also, the submit and reset buttons labels are cut off at the bottom.

For example,
screenshot

@pjackson28
Copy link
Member

It seems to come from the following CSS from Bootstrap:

input[type="reset"], input[type="button"], input[type="submit"] {
    height: 37px;
}

It isn't an issue with the regular zoom but the height doesn't scale with text-only zoom.

@thomasgohard Thoughts on this?

@hsrudnicki
Copy link

Can this issue be closed or otherwise (pls update this issue status) ?

@pjackson28
Copy link
Member

@thomasgohard Should this be changed to em or some other relative unit in the Bootstrap overrides or is this something that should be dealt with upstream? Ideally it would be fixed upstream so other implementers of Bootstrap don't have the same issue when just the text is zoomed (if it is feasible to fix upstream).

@hsrudnicki
Copy link

@thomasgohard and others, please update this issue's status

@sarasuri
Copy link
Author

sarasuri commented Nov 5, 2015

Is there any update on this, please? Thanks.

@shawnthompson
Copy link
Member

This is still a problem, I'm going to reopen the issue

@ghost
Copy link

ghost commented Apr 6, 2018

There a another ZOOM discussion here #7884. A issue I can easily see with this is trying to find a way to determine the type of zoom someone is using. I don't believe the web browsers are sending any sort of information to the page that would inform us using only CSS that just fonts where zoomed.

@duboisp duboisp added this to Backlog in Accessibility via automation Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Accessibility
  
Backlog
Development

No branches or pull requests

5 participants