Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Split to here" doesn't appear on posts loaded when scrolling #17

Open
matteocontrini opened this issue Oct 13, 2018 · 1 comment
Open

Comments

@matteocontrini
Copy link
Contributor

Steps to reproduce:

  • Open a large discussion with many posts
  • Click "Split from here" on one of the first posts
  • Scroll down until new posts are dynamically loaded
  • Notice that the new posts that were loaded don't have the "Split to here" button

Screenshot (the button is missing after a certain post):

pfdzknz 1

@tyler71
Copy link

tyler71 commented Jul 9, 2019

Affected by this as well

@matteocontrini
If you go into the web debugger you can find this section in the post

<button class="flagrow-split-endSplitButton Button Button--link hasIcon" style="display: none;" type="button" title="Split to here"><i class="icon fas fa-code-branch Button-icon"></i><span class="Button-label">Split to here</span></button>

If you remove style="display: none;" (this is css to remove a element) it will appear and function normally, as far as I know.
Successfully split 50 posts this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants