BoardTools / QuickReply

Extension for phpBB 3.1+ that allows to show BBCode and smiles in quickreply, use quick quote, insert nickname to quickreply by clicking, ajax sending posts, sending with Ctrl+Enter, ajax topic navigation etc. IMPORTANT NOTE: If you are moving from the previous Tatiana5/QuickReply repository, please follow the instructions available here: https://github.com/BoardTools/QuickReply/tree/migrate.
GNU General Public License v2.0
28 stars 17 forks source link

Wrong last post anchor position on scroll #94

Closed elchio closed 3 years ago

elchio commented 3 years ago

Repost from phpbb.com forum ;)

For example - when I click notification and website scroll to last post it is positioned incorectly, usually at the very bottom.

I figured out that it could be connected with generating qr_form_placeholder when this small fixed editor is shown.

I'll be really glad if you could you check this :)

BTW Same thing happens on your demo page (https://boardtools.ru/QuickReply) with a little help of browser developer tools ;) - so I assume it could be some problem with code.

Tatiana5 commented 3 years ago

Fixed

elchio commented 3 years ago

Oh :)

Thx - i am going to test it right away :D

EDIT: So there another problem connected. If I'm on main site and click notification ti goes to last post anchor now - so it is ok. But if i click one more time the same notification - website scrolls to message posting area, not to last post.

Could you check?