搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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;} }