Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

New bug in Firefox

  • 2 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от 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

Изменено ZEOS

Все ответы (2)