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

Firefox page up(to the top) after save css file. #1457

Open
2 of 10 tasks
claudiney opened this issue Nov 15, 2017 · 1 comment
Open
2 of 10 tasks

Firefox page up(to the top) after save css file. #1457

claudiney opened this issue Nov 15, 2017 · 1 comment

Comments

@claudiney
Copy link

claudiney commented Nov 15, 2017

Issue details

Firefox 57 page up(top) after refresh.
Every time i save the css file, firefox refresh(blink) and page up to the top, losing focus of editing area.
This only happens on Firefox. Edge and Chrome are ok.
When editing html, firefox blink but doesn't move the page.

Steps to reproduce/test case

I'm using regular css and html only for testing.

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

  • Browsersync [ 2.18.13 ]
  • Node [ 8.9.0 ]
  • Npm [ 5.5.1 ]

Affected platforms

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

Browsersync use-case

  • API
  • Gulp
  • Grunt
  • CLI

If CLI, please paste the entire command below

{cli command here}

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

gulp.task('server', function() {
	browser.init({
		injectChanges: true,
		server: {
			baseDir: "dist"
		},
		browser: "firefox",
		ui: false,
		notify: false,
		port: 5050
	});
@shakyShane
Copy link
Contributor

Can you try browser-sync@2.24.7 and report if this is still a big for you :)

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

No branches or pull requests

2 participants