Why doesn't IE7 copy
 blocks to the clipboard correctly?

后端 未结 7 1217
一生所求
一生所求 2021-02-03 19:20

We\'ve noticed that IE7 has an odd behavor with code blocks posted on Stack Overflow. For example, this little code block:

public PageSizer(string href, int inde         


        
7条回答
  •  眼角桃花
    2021-02-03 20:04

    Remove the inner . IE's copy/paste behavior could see that as an inline tag and forget about the visible whitespace.

提交回复
热议问题