-
Notifications
You must be signed in to change notification settings - Fork 6
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
Pricing page polish #167
Comments
I'm not sure if this effect is on purpose or not, so, I'm commenting here. When I click on the "Pricing" link, it goes to the pricing page and automatically scrolls down to the pricing table. Which I find a little "aggressive" (not sure if that's the correct word) --but I personally don't like the page moving it automatically by itself. |
Ah good catch, this is a regression from earlier on in my work. It's not intended, the JS that controls this probably should track user actions more aggressively. I'll treat this issue as a bug and get a fix out |
A scrolling/focus issue was noted in #167. The error was unconditionally scrolling to the pricing plan blocks. The logic that we want is to only scroll to the plans if they are not on the page currently, and only when some action has selected one of the tabs (there is a URL hash).
A scrolling/focus issue was noted in #167. The error was unconditionally scrolling to the pricing plan blocks. The logic that we want is to only scroll to the plans if they are not on the page currently, and only when some action has selected one of the tabs (there is a URL hash).
Yeah, this would be possible, it waffled on putting this in the first iteration. It would be a good addition, but might take some custom code. I'll note this above though 👍 |
A few points that I accumulated from #166 for a second pass, eventually:
The text was updated successfully, but these errors were encountered: