there's an anchor on the playlist entry screen that is
supposed to scroll the page to the correct location
after you've entered a new line, regardless of how long
your playlist is. however, the page is not scrolling
to the anchor.
when i looked at the source, i found the anchor exists
in two places. one on the data entry line, and one
further down. the one further down is the correct
one.
i tried removing the one on the data entry line, and
found that the javascript that focuses the playlist
drop-down on the data entry line stops working.
do not ask me why this is.
this is annoying. i thought i had fixed it once upon
a time.