为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

firefox does not copy text formatting

  • 6 个回答
  • 17 人有此问题
  • 1 次查看
  • 最后回复者为 amirtal2000

more options

when copying in firefox and pasting in an outlook 2013 html mail, formatting is lost. same works as expected on google chrome. using version 26.0 of firefox, almost any version of chrome.

for example: site address - login.ccccloud.com copying the line at the bottom of the page (copyright info) in chrome and pasting keeps the gray background as well as the font. copying from firefox and pasting results in the backgroung being dropped, and the text turns in to a blue link formatting.

image containing example can be found at http://screencast.com/t/Srfwpe6z i have also included internet explorer 9. even it does a better job in this case then firefox.

i have also verified same behavior with firefox running in safe mode, without any installed extension. (same for chrome)

when copying in firefox and pasting in an outlook 2013 html mail, formatting is lost. same works as expected on google chrome. using version 26.0 of firefox, almost any version of chrome. for example: site address - login.ccccloud.com copying the line at the bottom of the page (copyright info) in chrome and pasting keeps the gray background as well as the font. copying from firefox and pasting results in the backgroung being dropped, and the text turns in to a blue link formatting. image containing example can be found at http://screencast.com/t/Srfwpe6z i have also included internet explorer 9. even it does a better job in this case then firefox. i have also verified same behavior with firefox running in safe mode, without any installed extension. (same for chrome)

所有回复 (6)

more options

what happens is the copy not only copies the text, but its format as well. After you have done all of the pasting to your message / document, <Control> A it, then reformat the whole thing.

more options

<Control> A it, then reformat the whole thing.

i gave an example with one line of text, but sometimes the copied text contains various formats. this solution is basically: copy as text, then apply formatting as needed. as can be seen from example - this functionality is present in google chrome, and even to some extent in IE.

but i don't want to use google chrome, they are evil ;)

由amirtal2000于修改

more options

I am not understanding, what is it you don't like about the copy?

more options

I've never seen Firefox preserving CSS rules unless they are embedded in the page source as style="" type attributes.
When style rules comes from a css file then they are lost when you copy and paste text.

Google Chrome adds this style attribute to the link that includes some of the formatting for text, but not every style rule (i.e. text-shadow is missing: text-shadow: 0 1px 0 #fff;):

<a href="http://www.parallels.com/" style="color: rgb(148, 148, 148); text-decoration: none; font-family: 'trebuchet ms', helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 13px; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);">© 1999-2013, Parallels. All rights reserved.</a>

Firefox doesn't do this.

<a href="http://www.parallels.com">© 1999-2013, Parallels. All rights reserved.</a>

I can't remember if I have seen bugs mentioned about this in the past, but I wouldn't be surprised if there hasn't been any work on this as this is probably considered low priority.
I don't know if there is an extension that would allow to include the style rules for a text selection when you copy this text to the clipboard.

more options

so apparently this issue exists since 2006: http://forums.mozillazine.org/viewtopic.php?f=38&t=467987

any chance of a fix someday?

 :(

由amirtal2000于修改

more options

"I don't know if there is an extension that would allow to include the style rules for a text selection when you copy this text to the clipboard. "

chrome does this. opera does this. safari does this. even IE does this.

why is this not supported in firefox? did firefox developers decide this is not needed? (in contrast with every other web browser in existence?)

there are many extensions to allow copy as clear text without formatting, but non to allow copy WITH formatting ?