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

No form input limit, user gets stuck viewing job model #14

Open
jasminnancy opened this issue Nov 18, 2020 · 1 comment
Open

No form input limit, user gets stuck viewing job model #14

jasminnancy opened this issue Nov 18, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jasminnancy
Copy link

jasminnancy commented Nov 18, 2020

There is no form input limit, meaning I can make all fields as long as I want. This breaks the job modal and prevents the user from exiting the modal.

Specs
Browser: Google Chrome
Screen Size: 13"

To replicate:
Go to https://jtme-8027c.web.app/home
Create a new job with the company name: ;alkjsdlfkjlsdkjflkjdlfskajldkfjlskdjflkajsldkjflaksjdlfkjalskdjflkajsldkjflaksjdlfkjalskdjflakjsdlkfjadsfjalksdjf;lkajs;dlfkja;lksdjf;lkj a;owieru 01984 oij1poeij1po2u39 op1ihj ;sdkjfa ;lkdj f;akjsd; lfkja;skdjf; lakj sd;lfk ja;lskdjf;lajwo eifj;lkasjdf
Click on job to open modal.
See that job name overflows and user cannot exit modal.

Suggested solution:
Add input validations

@imjoshellis
Copy link
Contributor

imjoshellis commented Nov 18, 2020

I agree that input validation would be good.

An additional fix here would be to add the style word-break: break-all; to any elements that contain any potentially long text.

@MisterRK MisterRK added bug Something isn't working help wanted Extra attention is needed labels Nov 20, 2020
@MisterRK MisterRK assigned MisterRK and unassigned MisterRK Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants