Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 2 απαντήσεις
  • 3 έχουν αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από 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;} }