RudeySH / lastfm-bulk-edit

Bulk edit your scrobbles for any artist, album or track on Last.fm at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showing all Automatic Edits at once causes page to misbehave

thereddestdog opened this issue · comments

Here's some screenshots of my Automatic Edits page after clicking the Show All button:

Normal view:
image

Soon after clicking the page expands horizontally:
image

Scrolling over shows rendering issues:
image

This happened because the Last.fm Bulk Edit userscript changes the table layout so that the columns are sized to match their contents. If all columns contain long names, the table becomes too wide. This almost never happens on any page of 10 automatic edits, but this happens commonly when viewing all automatic edits at once.

To fix this, I have made it so that the userscript only changes the table layout when not viewing all automatic edits at once. Version 1.1.5 contains this fix.

I just realized that the fix was not included in 1.1.5. However, it should be included 1.2.0, which is available now.