Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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

  • 2 svar
  • 3 har detta problem
  • 2 visningar
  • Senaste svar av 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.

Alla svar (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;} }