after upgrade to Firefox 19, Yahoo mail reply function, part of previous email content is missing!
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.
All Replies (2)
Do the steps on Websites look wrong or appear differently than they should help?
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;} }