OpenTweenのfork
修订版 | 89f36d5471bbc011c796433de97749e76a668fa4 (tree) |
---|---|
时间 | 2012-06-23 01:30:58 |
作者 | Egtra <yusuke.ichinohe@gmai...> |
Commiter | Egtra |
発言詳細の表示でIE互換モードの指定をIE8とする。
クリップボードコピー時に<style>の中のテキストがコピーされる問題のため。
http://sourceforge.jp/ticket/browse.php?group_id=6526&tid=28623
@@ -68,14 +68,14 @@ namespace OpenTween | ||
68 | 68 | private Point _tabMouseDownPoint; |
69 | 69 | private string _rclickTabName; //右クリックしたタブの名前(Tabコントロール機能不足対応) |
70 | 70 | private readonly object _syncObject = new object(); //ロック用 |
71 | - private const string detailHtmlFormatMono1 = "<html><head><meta http-equiv=\"X-UA-Compatible\" content=\"IE=10;IE=9;IE=8\"><style type=\"text/css\"><!-- pre {font-family: \""; | |
71 | + private const string detailHtmlFormatMono1 = "<html><head><meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\"><style type=\"text/css\"><!-- pre {font-family: \""; | |
72 | 72 | private const string detailHtmlFormat2 = "\", sans-serif; font-size: "; |
73 | 73 | private const string detailHtmlFormat3 = "pt; margin: 0; word-wrap: break-word; color:rgb("; |
74 | 74 | private const string detailHtmlFormat4 = ");} a:link, a:visited, a:active, a:hover {color:rgb("; |
75 | 75 | private const string detailHtmlFormat5 = "); } --></style></head><body style=\"margin:0px; background-color:rgb("; |
76 | 76 | private const string detailHtmlFormatMono6 = ");\"><pre>"; |
77 | 77 | private const string detailHtmlFormatMono7 = "</pre></body></html>"; |
78 | - private const string detailHtmlFormat1 = "<html><head><meta http-equiv=\"X-UA-Compatible\" content=\"IE=10;IE=9;IE=8\"><style type=\"text/css\"><!-- p {font-family: \""; | |
78 | + private const string detailHtmlFormat1 = "<html><head><meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\"><style type=\"text/css\"><!-- p {font-family: \""; | |
79 | 79 | private const string detailHtmlFormat6 = ");\"><p><span style=\"vertical-align:text-bottom\">"; |
80 | 80 | private const string detailHtmlFormat7 = "</span></p></body></html>"; |
81 | 81 | private string detailHtmlFormatHeader; |