Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

New bug in Firefox

  • 2 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta por ZEOS

more options

Dear Firefox Supportline,

I have found a bug and would like you to fix it in the next versions of Firefox.

Code example:

TEXT
Another text

If to delete feature "overflow" with value "hidden" for the layer which removes floating, then an unnecessary margin is created.

Best regards, ZEOS

Dear Firefox Supportline, I have found a bug and would like you to fix it in the next versions of Firefox. Code example: <!DOCTYPE html> <html> <head></head> <body> <div style="background-color: orange;"> <div style="float: left;">TEXT</div> <div style="clear: both; overflow: hidden;"></div> </div> <div style="background-color: pink; height: 20px; margin: 150px 0px 10px;"></div> <div style="background-color: red;">Another text</div> </body> </html> If to delete feature "overflow" with value "hidden" for the layer which removes floating, then an unnecessary margin is created. Best regards, ZEOS

Modificado por ZEOS a

Todas as respostas (2)