Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

after upgrade to Firefox 19, Yahoo mail reply function, part of previous email content is missing!

  • 2 отговора
  • 3 имат този проблем
  • 1 изглед
  • Последен отговор от emvee

more options

after upgrade to Firefox 19, when reply email using Yahoo mail, I notice part of the reply email from previous exchange email is missing. This did not happen while on previous version of Firefox.

after upgrade to Firefox 19, when reply email using Yahoo mail, I notice part of the reply email from previous exchange email is missing. This did not happen while on previous version of Firefox.

Всички отговори (2)

more options
more options

I had to use below css style through stylish addon to make the message content visible

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.yahoo.com") { div[id^=message] {visibility: visible !important;} }