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

Fix affix and scrollspy behavior on profile page. #7

Open
pmanko opened this issue Nov 15, 2013 · 1 comment
Open

Fix affix and scrollspy behavior on profile page. #7

pmanko opened this issue Nov 15, 2013 · 1 comment
Assignees
Labels

Comments

@pmanko
Copy link
Owner

pmanko commented Nov 15, 2013

No description provided.

@ghost ghost assigned pmanko Nov 15, 2013
pmanko added a commit that referenced this issue Nov 16, 2013
@pmanko
Copy link
Owner Author

pmanko commented Nov 16, 2013

Functionality is close to what it should be. However, a couple problems remain.

Affix

  1. .affix and .affix-top styles have to be updated, especially regarding the padding above the sidebar. data-offset of the affix has to work well together with the fixed navigation and jumbotron margins to prevent jerky behavior when .affix-top ==> .affix
  2. Is the Jumbotron too big? Should it be smaller and fixed? This has to be resolved now to be able to set affix behavior.

Scrollspy

  1. Again, offsets are a problem. The fixed navbar prevents anchors from directing to the correct position on the page, since some of the content is hidden behind the navbar.
  2. The scrollspy offsets need to be set to correspond to anchor positions. Right now, hitting the nav buttons does not mean the correct nav is highlighted.
  3. The highcharts object results in weird scrollspy behavior, most likely by resizing the div?

Some resources:

Any thoughts @remomueller?

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

1 participant