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

Jittery home page on dev due to scroll bar being added when auto-complete box appears #4

Open
johnwhelchel opened this issue Jun 28, 2013 · 2 comments
Labels

Comments

@johnwhelchel
Copy link
Collaborator

So now that we're getting rid of the superfluous content at the bottom of the page, when the autocomplete box opens, it increases the overall length of the page, resulting in a scroll bar on the right side of the page. This looks very jittery and strange. One temporary solution I found is to change the max values in Matt's autocomplete script to 2, so that a total of 3 courses, professors, and departments will show up (for a total of 9).

Might there be a way to split it so they share a total pool of nine or ten split any which way? That is to say after a person continues typing it becomes clear that no professors or departments will match, so you now might see 9 courses?

@mhaake
Copy link
Collaborator

mhaake commented Jun 28, 2013

Yeah that's something I thought about implementing when I first wrote it but I never got around to it. I've been making a good amount of changes to the auto-complete I'll try to fix that soon.

@johnwhelchel
Copy link
Collaborator Author

Ok no worries. Are you ok with leaving the max at 3 then for the next push?

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

No branches or pull requests

2 participants