vyznev / soup

Stack Overflow Unofficial Patch
27 stars 6 forks source link

New SO navigation: inbox and achievement boxes misaligned after AJAX load #29

Closed mjpieters closed 7 years ago

mjpieters commented 7 years ago

When you opt-in to the new SO navigation (see https://meta.stackoverflow.com/questions/343103/help-test-the-new-top-nav-phase-3-testing-runs-this-week), the inbox and achievent boxes jump after ajax load completes:

Just to be clear: the box should not load empty in one location, then jump to another.

This only happens when SOUP is enabled in tampermonkey. When I disable SOUP, the boxes stay put.

Tested on macOS Sierra 10.12.2, Chrome 55.0.2883.95

vyznev commented 7 years ago

Thanks for the report! It seems the mse207526 fix isn't compatible with the new topbar. I've just committed a new SOUP version into the devel branch that disables that fix when using the new topbar. I'll consider backporting it into the stable branch as well, but honestly, what I really should do is just push the whole accumulated backlog of changes from the devel branch into stable and call it v1.46.

vyznev commented 7 years ago

With v1.46 released, this should now be fixed in the stable branch too.