samdroid-apps / something-for-reddit

A Reddit Client For GNOME (with Gtk+ and Python)
GNU General Public License v3.0
162 stars 14 forks source link

Comments loaded via "load more" aren't in normal keyboard navigation locations #36

Closed samdroid-apps closed 8 years ago

samdroid-apps commented 8 years ago

Comments loaded via "load more" aren't in normal keyboard navigation locations.

Steps:

  1. Click load more

Expected:

Actual:

Why?

The "j" and "k" navigation is actually just a list - whenever we add a new comment we append it to the jk navigation list. This assumes that comments are added in order.

I smell the need for refactoring :(