-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
When Scroll Page: theme.js:4 Uncaught TypeError: Cannot read property 'split' of undefined #1525
Comments
I have the very similar error:
I have not-uglified line number (12924), just because I forced gitbook to use not-compressed default-theme (see also GitbookIO/theme-default#43) So, in my case the errors was caused by the non-existent bookmark in the
The error occurs in the dest = $el.position().top;
|
Actually, this issue should be moved to the |
This issue can stay in this repository, since we moved to one repository for all packages now. I'll close this issue once v4 is released as stable. |
Fixed in GitbookIO/theme-default@fd742a1 |
ping @SamyPesse @AaronO to close this issue - it is closed, I've attached a link to a commit with a patch |
hi @maxkoryukov, but in my case it didn`t solve issue of console errors when scrolling page: if i use your fix of closed PR - there are no errors in console. so can you confirm that GitbookIO/theme-default@fd742a1 fixed the console errors when scrolling? and if it was not fixed by GitbookIO/theme-default@fd742a1 - could you reopen your closed PR please? thanks |
When i scroll my page in my Gitbook Content,the browser console is something wrong.Like this
And when i scroll, the wrong number increase fast.The background color is black
Gitbook and node Version
My PC Version
This is my gitbook homepage,but when i use Firefox browser,everything goes ok.
The text was updated successfully, but these errors were encountered: