Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Firefox cut and paste for word 2019

  • 3 risposte
  • 1 ha questo problema
  • 44 visualizzazioni
  • Ultima risposta di cor-el

more options

Hi to All I am copying some information from firefox and pasting in word 2019. When I paste in word the webpage formating does not get past in word, just only text.

When I do paste from chrome and edge I get proper formatting and paste exactly the same. I have attached picture in which the color one is pasted from chrome whereas the below paragraph is just the text which is from firefox

Hi to All I am copying some information from firefox and pasting in word 2019. When I paste in word the webpage formating does not get past in word, just only text. When I do paste from chrome and edge I get proper formatting and paste exactly the same. I have attached picture in which the color one is pasted from chrome whereas the below paragraph is just the text which is from firefox
Immagini allegate

Tutte le risposte (3)

more options

Do the Paste Options (at the bottom right of your screenshot) change anything? One of them is "Set default Paste" which lets you select the default paste option for text copied from different programs.

more options

Thanks for the reply, There are three option but that option does not solve the issue. I tried every thing with chrome and edge you dont have to do anything just ctrl V and it paste.

more options

Firefox only copies inline style code (style="<rules>" attribute) and doesn't add CSS rules added via a style sheet file, so you see the LI tags, but not the text color and text background styles that are likely set via a CSS file.

You can check this in the Inspector with the original text.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected.