<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; OFF: Ошибка при копировании кода в FF Developer Edition]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12479&amp;type=atom" />
	<updated>2017-02-22T09:22:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12479</id>
		<entry>
			<title type="html"><![CDATA[Re: OFF: Ошибка при копировании кода в FF Developer Edition]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113021#p113021" />
			<content type="html"><![CDATA[<p>Сделал!</p><p>Нажмите обновить страницу.</p>]]></content>
			<author>
				<name><![CDATA[atomix]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=18421</uri>
			</author>
			<updated>2017-02-22T09:22:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113021#p113021</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OFF: Ошибка при копировании кода в FF Developer Edition]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113020#p113020" />
			<content type="html"><![CDATA[<p>Спасибо, заработало!</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-02-22T09:22:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113020#p113020</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OFF: Ошибка при копировании кода в FF Developer Edition]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=112933#p112933" />
			<content type="html"><![CDATA[<p>Пользуюсь браузером FF Developer Edition. При нажатии на кнопку «Копировать» выделения и копирования не происходит, вместо этого страница прокручивается вверх. В консоли получаю ошибку:</p><div class="quotebox"><blockquote><p>IndexSizeError: Index or size is negative or greater than the allowed amount&nbsp; copycode.js:41<br />	selectCode http://forum.script-coding.com/extensions/atomix/copycode.js:41:33<br />	copyCodeSection http://forum.script-coding.com/extensions/atomix/copycode.js:27:19<br />	onclick http://forum.script-coding.com/viewtopic.php:1:1</p></blockquote></div><p>В отладчике соответствующий код:</p><div class="codebox"><pre><code>function selectCode(a) {
   var e = a.parentNode.parentNode.getElementsByTagName(&#039;CODE&#039;)[0];                                             // Get ID of code block
   if (window.getSelection) { var s = window.getSelection();                                                    // Not IE
      if (s.setBaseAndExtent) { s.setBaseAndExtent(e, 0, e, e.innerText.length - 1); }                          // Safari
      else { var r = document.createRange(); r.selectNodeContents(e); s.removeAllRanges(); s.addRange(r); }     // Firefox and Opera
   }
   else if (document.getSelection) { var s = document.getSelection(); var r = document.createRange(); r.selectNodeContents(e); s.removeAllRanges(); s.addRange(r); }    // Some older browsers
   else if (document.selection)    { var r = document.body.createTextRange(); r.moveToElementText(e); r.select(); }     // IE
}</code></pre></div><p>41 строка:</p><div class="codebox"><pre><code>if (s.setBaseAndExtent) { s.setBaseAndExtent(e, 0, e, e.innerText.length - 1); }                          // Safari</code></pre></div><p>Можно пофиксить?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-02-20T14:13:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=112933#p112933</id>
		</entry>
</feed>
