MakeBetter / Units

Enhanced navigation on the web
1 stars 0 forks source link

better handing of scrolling of large CUs selecting a CU going upward etc #182

Closed ghost closed 11 years ago

ghost commented 11 years ago

Sometimes scrolling through a big CU, one presses 'j' and somewhat unexpectedly moves to the next CU (if the end CU of had already been reached, but the user didn't realize that). However, on pressing 'k' to back up and read only the last part of the previously selected big CU, we scroll right back to it's top.

(Pulkit had pointed this out as well)

I think this can be fixed like so: when selecting a large CU while going upward, the CU's bottom should be aligned to the page's bottom (and not it's top to the page's top). And similarly for all 4 directions.