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

Add support for Gitlab #3

Open
zenorocha opened this issue Apr 20, 2017 · 5 comments
Open

Add support for Gitlab #3

zenorocha opened this issue Apr 20, 2017 · 5 comments

Comments

@zenorocha
Copy link
Owner

No description provided.

@Glennmen
Copy link
Collaborator

Glennmen commented May 4, 2019

It seems that Gitlab is loading content (README, comments, ...) async and because of this CodeCopy is not able find any <pre> tags.
If anyone has any suggestions on how best to solve this, please tag me.

@katrinleinweber
Copy link

Does "async" mean that content is loaded even after the load event?

@Glennmen
Copy link
Collaborator

Glennmen commented May 4, 2019

@katrinleinweber I haven't checked if it is after the load event, it is some form of lazy loading or AJAX calls to show the data. It is not in the initial DOM that CodeCopy currently looks at.
I only looked at it very briefly.

@katrinleinweber
Copy link

Hm :-/ GitLab itself is tracking a few issues that seem related to this one: https://gitlab.com/gitlab-org/gitlab-ce/issues/59812 & https://gitlab.com/gitlab-org/gitlab-ce/issues/43289

@Glennmen
Copy link
Collaborator

Glennmen commented May 4, 2019

Would be cool if we can add support for it before they have it ;)

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