openjournals / theoj

The Open Journal
http://theoj.org
MIT License
129 stars 10 forks source link

New and existing annotations should scroll into view when opened #136

Open marcrohloff opened 9 years ago

marcrohloff commented 9 years ago

I tried using the JS scrollIntoView method but the end results are not as expected. It would be good to scroll the view so that an item appears fully when opened (or a new issue view opens). We should also handle items that expand (as a user types or as replies are added)

marcrohloff commented 9 years ago

This should be done.

freelanceastro commented 9 years ago

What is this?

marcrohloff commented 9 years ago

Sure when you open an annotation I scroll the annotation list so that it will be visible in its entirety. There are a few cases when this can happen:

marcrohloff commented 7 years ago

Someone please feel free to test this