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

Page goes top after refresh on Microsoft Edge #1586

Closed
2 of 10 tasks
klocus opened this issue Jul 23, 2018 · 2 comments · May be fixed by bizoton19/hdwih-hugo-cms#4
Closed
2 of 10 tasks

Page goes top after refresh on Microsoft Edge #1586

klocus opened this issue Jul 23, 2018 · 2 comments · May be fixed by bizoton19/hdwih-hugo-cms#4
Labels

Comments

@klocus
Copy link

klocus commented Jul 23, 2018

Issue details

Page goes top after browser refresh. Previous scroll position is not saving. Microsoft Edge 42.17134.1.0

Steps to reproduce/test case

browserSync.reload on change.

Please specify which version of Browsersync, node and npm you're running

  • Browsersync [ 2.24.6 ]
  • Node [ 8.9.3 ]
  • Npm [ 5.5.1 ]

Affected platforms

  • linux
  • windows
  • OS X
  • freebsd
  • solaris
  • other (please specify which)

Browsersync use-case

  • API
  • Gulp
  • Grunt
  • CLI

for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync

gulp.task('default', function() {
    browserSync.init({
        proxy: 'http://localhost/xyz/',
        host: 'localhost',
        open: false,
        ghostMode: {
            scroll: true
        }
    });

    gulp.watch("./sass/*.scss", ['sass']);
    gulp.watch("./js/theme.js", ['minify-js']);
    gulp.watch(["./*.php", "./functions/*.php"]).on('change', browserSync.reload); 
});
@shakyShane shakyShane added the bug label Aug 26, 2018
@shakyShane
Copy link
Contributor

confirmed bug, will be looked at :)

@shakyShane
Copy link
Contributor

fixed in browser-sync@2.24.7 :)

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