Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Why is firefox adding empty lines to the css file in web developer?

  • 1 antwoord
  • 0 hebben dit probleem
  • Laatste antwoord van Waqas Khan

more options

Firefox is adding empty lines to the css file in web developer like so:

  1. videoFiles {
 left: 0;
 z-index: 3;
 width: 250px;
 height: 40px;
 opacity: 0;
 cursor: pointer;

}

  1. image_files {
 height: 40px;
 width: 250px;
 z-index: 3;
 opacity: 0;
 cursor: pointer;

}

.previewVid {

 width: 50%;
 padding: 10px;

}

Those empty lines are not in the css file and so it is reporting the wrong line numbers. So hard to find the correct line in the actual file.

Firefox is adding empty lines to the css file in web developer like so: #videoFiles { left: 0; z-index: 3; width: 250px; height: 40px; opacity: 0; cursor: pointer; } #image_files { height: 40px; width: 250px; z-index: 3; opacity: 0; cursor: pointer; } .previewVid { width: 50%; padding: 10px; } Those empty lines are not in the css file and so it is reporting the wrong line numbers. So hard to find the correct line in the actual file.

Alle antwoorden (1)

more options

It sounds like a frustrating issue with Firefox’s Web Developer Tools. The extra empty lines in the CSS are likely being inserted by Firefox’s internal rendering, which can make debugging difficult, especially when trying to match up line numbers with the original CSS file.

One approach you could try is to use a different browser’s developer tools (like Chrome or Edge) to see if they display the CSS without the extra lines. Alternatively, using a text editor with built-in developer tools could also help avoid this issue.

If you need to stick with Firefox, another workaround could be adding comments in your CSS to mark specific sections, which might make it easier to locate the corresponding lines.

Hopefully, a future update to Firefox will resolve this behavior, but in the meantime, these steps might help mitigate the issue.

Behulpzaam?

Een vraag stellen

U moet zich aanmelden bij uw account om op berichten te antwoorden. Stel een nieuwe vraag als u nog geen account hebt.