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

Make process flowchart sticky on page #115

Open
sarahelizabeth opened this issue Mar 21, 2014 · 9 comments
Open

Make process flowchart sticky on page #115

sarahelizabeth opened this issue Mar 21, 2014 · 9 comments

Comments

@sarahelizabeth
Copy link
Contributor

....so that it stays in place while scrolling through the table of contents at larger viewpoints ONLY (no tablet)

@sarahelizabeth
Copy link
Contributor Author

I found this but I'm having trouble implementing it @bepetersn do i need to include the whole "jQuery-Stickem" folder or just the "jquery.stickem.js" file?

@bepetersn bepetersn added this to the Launch milestone Mar 25, 2014
@bepetersn
Copy link
Member

Can @wilbertom or @eads try to do this, I don't see how to do it. Everytime my element sticks, it becomes taller and wider inexplicably. Affix doesn't even have a clear way to make the fixed element unfix after a certain point, which is important for this use case. Maybe we have to use javascript to get that behavior, instead of pure css. Another thing people seem to suggest is fixing a parent element and controlling the child element inside of it; maybe that will fix the weird size changes.

Either way, I don't want to fix this right now.

@eads
Copy link
Member

eads commented Mar 26, 2014

As I told sarah this morning, please stop trying to make affix work here
and just let it scroll.

On Wed, Mar 26, 2014 at 10:13 AM, Brian Everett Peterson <
[email protected]> wrote:

Can @wilbertom https://github.com/wilbertom or @eadshttps://github.com/eadstry to do this, I don't see how to do it. Everytime my element sticks, it
becomes taller and wider inexplicably. Affix doesn't even have a clear way
to make the fixed element unfix after a certain point, which is important
for this use case. Maybe we have to use javascript to get that behavior.
Another thing people seem to suggest is fixing a parent element and
controlling the child element inside of it; maybe that will fix the weird
size changes.

Either way, I don't want to fix this right now.


Reply to this email directly or view it on GitHubhttps://github.com//issues/115#issuecomment-38695773
.

David Eads - 773.354.2285
News applications developer, Chicago Tribune (
http://www.chicagotribune.com/news/data/)
Founder, FreeGeek Chicago (http://freegeekchicago.org)

"Medical statistics will be our standard of measurement: we will weigh life
for life and see where the dead lie thicker, among the workers or among the
privileged." -- Rudolf Virchow

@bepetersn
Copy link
Member

Can you help me understand what "let it scroll" means? What Sarah said of
your commentary was TO use Bootstrap's affix instead of the stick'em jquery
plugin.
On Mar 26, 2014 10:25 AM, "David Eads" [email protected] wrote:

As I told sarah this morning, please stop trying to make affix work here
and just let it scroll.

On Wed, Mar 26, 2014 at 10:13 AM, Brian Everett Peterson <
[email protected]> wrote:

Can @wilbertom https://github.com/wilbertom or @eads<
https://github.com/eads>try to do this, I don't see how to do it.
Everytime my element sticks, it
becomes taller and wider inexplicably. Affix doesn't even have a clear
way
to make the fixed element unfix after a certain point, which is
important
for this use case. Maybe we have to use javascript to get that behavior.
Another thing people seem to suggest is fixing a parent element and
controlling the child element inside of it; maybe that will fix the
weird
size changes.

Either way, I don't want to fix this right now.

Reply to this email directly or view it on GitHub<
https://github.com/sc3/chicago-justice/issues/115#issuecomment-38695773>
.

David Eads - 773.354.2285
News applications developer, Chicago Tribune (
http://www.chicagotribune.com/news/data/)
Founder, FreeGeek Chicago (http://freegeekchicago.org)

"Medical statistics will be our standard of measurement: we will weigh
life
for life and see where the dead lie thicker, among the workers or among
the
privileged." -- Rudolf Virchow

Reply to this email directly or view it on GitHubhttps://github.com//issues/115#issuecomment-38697377
.

@eads
Copy link
Member

eads commented Mar 26, 2014

Right. But you're also struggling with that. There's a bunch of tricks
you'll need to make it work that neither of you are going to acquire in the
next day, so just don't try and make it affix. I can show you those tricks
when the project is done.

Take it from a guy who likes sticky elements waaaay too much.

On Wed, Mar 26, 2014 at 10:28 AM, Brian Everett Peterson <
[email protected]> wrote:

Can you help me understand what "let it scroll" means? What Sarah said of
your commentary was TO use Bootstrap's affix instead of the stick'em jquery
plugin.

On Mar 26, 2014 10:25 AM, "David Eads" [email protected] wrote:

As I told sarah this morning, please stop trying to make affix work here
and just let it scroll.

On Wed, Mar 26, 2014 at 10:13 AM, Brian Everett Peterson <
[email protected]> wrote:

Can @wilbertom https://github.com/wilbertom or @eads<
https://github.com/eads>try to do this, I don't see how to do it.

Everytime my element sticks, it

becomes taller and wider inexplicably. Affix doesn't even have a clear
way
to make the fixed element unfix after a certain point, which is
important
for this use case. Maybe we have to use javascript to get that
behavior.
Another thing people seem to suggest is fixing a parent element and
controlling the child element inside of it; maybe that will fix the
weird
size changes.

Either way, I don't want to fix this right now.

Reply to this email directly or view it on GitHub<
https://github.com/sc3/chicago-justice/issues/115#issuecomment-38695773>

.

David Eads - 773.354.2285
News applications developer, Chicago Tribune (
http://www.chicagotribune.com/news/data/)
Founder, FreeGeek Chicago (http://freegeekchicago.org)

"Medical statistics will be our standard of measurement: we will weigh
life
for life and see where the dead lie thicker, among the workers or among
the
privileged." -- Rudolf Virchow

Reply to this email directly or view it on GitHub<
https://github.com/sc3/chicago-justice/issues/115#issuecomment-38697377>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/115#issuecomment-38697744
.

David Eads - 773.354.2285
News applications developer, Chicago Tribune (
http://www.chicagotribune.com/news/data/)
Founder, FreeGeek Chicago (http://freegeekchicago.org)

"Medical statistics will be our standard of measurement: we will weigh life
for life and see where the dead lie thicker, among the workers or among the
privileged." -- Rudolf Virchow

@eads
Copy link
Member

eads commented Mar 26, 2014

By let it scroll I just mean don't try to apply position: fixed to the
element, just leave it as a statically positioned element and let it scroll
with the rest of the content.

@bepetersn
Copy link
Member

So what you're trying to tell me is to to relax and not worry about it? :D
On Mar 26, 2014 10:30 AM, "David Eads" [email protected] wrote:

Right. But you're also struggling with that. There's a bunch of tricks
you'll need to make it work that neither of you are going to acquire in
the
next day, so just don't try and make it affix. I can show you those tricks
when the project is done.

Take it from a guy who likes sticky elements waaaay too much.

On Wed, Mar 26, 2014 at 10:28 AM, Brian Everett Peterson <
[email protected]> wrote:

Can you help me understand what "let it scroll" means? What Sarah said
of
your commentary was TO use Bootstrap's affix instead of the stick'em
jquery
plugin.

On Mar 26, 2014 10:25 AM, "David Eads" [email protected]
wrote:

As I told sarah this morning, please stop trying to make affix work
here
and just let it scroll.

On Wed, Mar 26, 2014 at 10:13 AM, Brian Everett Peterson <
[email protected]> wrote:

Can @wilbertom https://github.com/wilbertom or @eads<
https://github.com/eads>try to do this, I don't see how to do it.

Everytime my element sticks, it

becomes taller and wider inexplicably. Affix doesn't even have a
clear
way
to make the fixed element unfix after a certain point, which is
important
for this use case. Maybe we have to use javascript to get that
behavior.
Another thing people seem to suggest is fixing a parent element and
controlling the child element inside of it; maybe that will fix the
weird
size changes.

Either way, I don't want to fix this right now.

Reply to this email directly or view it on GitHub<

https://github.com/sc3/chicago-justice/issues/115#issuecomment-38695773>

.

David Eads - 773.354.2285
News applications developer, Chicago Tribune (
http://www.chicagotribune.com/news/data/)
Founder, FreeGeek Chicago (http://freegeekchicago.org)

"Medical statistics will be our standard of measurement: we will weigh
life
for life and see where the dead lie thicker, among the workers or
among
the
privileged." -- Rudolf Virchow

Reply to this email directly or view it on GitHub<
https://github.com/sc3/chicago-justice/issues/115#issuecomment-38697377>

.

Reply to this email directly or view it on GitHub<
https://github.com/sc3/chicago-justice/issues/115#issuecomment-38697744>
.

David Eads - 773.354.2285
News applications developer, Chicago Tribune (
http://www.chicagotribune.com/news/data/)
Founder, FreeGeek Chicago (http://freegeekchicago.org)

"Medical statistics will be our standard of measurement: we will weigh
life
for life and see where the dead lie thicker, among the workers or among
the
privileged." -- Rudolf Virchow

Reply to this email directly or view it on GitHubhttps://github.com//issues/115#issuecomment-38697960
.

@eads
Copy link
Member

eads commented Mar 26, 2014

Yes.

@bepetersn
Copy link
Member

Can do! Think I'll take a nap.
On Mar 26, 2014 10:34 AM, "David Eads" [email protected] wrote:

Yes.

Reply to this email directly or view it on GitHubhttps://github.com//issues/115#issuecomment-38698601
.

@bepetersn bepetersn removed this from the Official Site Launch milestone Mar 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants