<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/codepress/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/codepress/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 20 Sep 2009 12:04:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codepress/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>No function in Google Chrome 3</title><link>https://sourceforge.net/p/codepress/bugs/65/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The demo habe vo function in Google Chrome. No highlighting, no write code...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 Sep 2009 12:04:16 -0000</pubDate><guid>https://sourceforge.net46b3a000495a06d55a4f5f02c83ea8cd0ed2e4c7</guid></item><item><title>Duplication of linefeeds in Internet Explorer 8</title><link>https://sourceforge.net/p/codepress/bugs/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that line feeds are duplicated multiple times with Internet Explorer 8.&lt;/p&gt;
&lt;p&gt;Comparing the first demo textarea of the main page (http://codepress.sourceforge.net/index.php) on Firefox and on the latest version of Internet Explorer (screenshot attached) gives the following line count :&lt;br /&gt;
- 27 for Firefox&lt;br /&gt;
- 33 for IE8&lt;/p&gt;
&lt;p&gt;Occured on Internet Explorer 8.0.6001.18702.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">melchips</dc:creator><pubDate>Mon, 10 Aug 2009 13:05:37 -0000</pubDate><guid>https://sourceforge.netf696bcebacac0e9856872f8a4569a9d0ede85c15</guid></item><item><title>Doesn't work in Chrome</title><link>https://sourceforge.net/p/codepress/bugs/63/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It doesn't work in Chrome, majorly messes up the browser.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 28 Jul 2009 20:52:28 -0000</pubDate><guid>https://sourceforge.net69bd9097eb57152960d3c1148e10bb23a557f01a</guid></item><item><title>Google chrome</title><link>https://sourceforge.net/p/codepress/bugs/62/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CodePress does not seem to work in google chrome. Please fix the bug as i want to use it but can't because my main browser is google chrome.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
ChromeLover&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 04 Jul 2009 11:19:43 -0000</pubDate><guid>https://sourceforge.net9cd63f8df8c21305006e100cd9dbc8ccfba29835</guid></item><item><title>missing var</title><link>https://sourceforge.net/p/codepress/bugs/61/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;line 129: id = t[i].id; &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 13 May 2009 09:23:08 -0000</pubDate><guid>https://sourceforge.net747460b9957a530ef842978cc66c3d7fde47ce66</guid></item><item><title>Incorrect PHP block detection</title><link>https://sourceforge.net/p/codepress/bugs/60/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The code&lt;/p&gt;
&lt;p&gt;&amp;lt;? /* ?&amp;gt; */ ?&amp;gt;&lt;/p&gt;
&lt;p&gt;is improperly highlighted. Cf. GeSHi 1.0.8.2 for correct highlighting.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BenBE</dc:creator><pubDate>Sat, 27 Dec 2008 02:26:15 -0000</pubDate><guid>https://sourceforge.net24fd0587c779d764c2522fe4d551023f39b501c8</guid></item><item><title>Autocompletion et FFX3</title><link>https://sourceforge.net/p/codepress/bugs/59/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Bonjour,&lt;/p&gt;
&lt;p&gt;Sous Firefox 3 (winXP sp3) le blocage de l'événement tab pour l'autocomplétion ne fonctionne pas.&lt;/p&gt;
&lt;p&gt;La ligne evt.preventDefault(); présente dans la méthode "snippets" ne semble pas agir.&lt;/p&gt;
&lt;p&gt;Cependant en la plaçant directement dans l'écouteur du clavier ça marche (dans gecko.js): &lt;br /&gt;
else if(keyCode==9 || evt.tabKey)&lt;br /&gt;
{&lt;br /&gt;
// snippets activation (tab)&lt;br /&gt;
CodePress.snippets(evt);&lt;br /&gt;
evt.preventDefault();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Little translation :&lt;/p&gt;
&lt;p&gt;The evt.preventDefault() method of the "snippets" function doesn't work when called by the case (keyCode==9 || evt.tabKey) of the keyHandler for gecko.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 11 Nov 2008 12:51:34 -0000</pubDate><guid>https://sourceforge.net457eaecc6a09ca2345af96bd2bef046da2494d95</guid></item><item><title>Line numbering is reset each 1500 lines</title><link>https://sourceforge.net/p/codepress/bugs/58/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Steps to reproduce:&lt;/p&gt;
&lt;p&gt;Enable line numbering.&lt;br /&gt;
Enter 1500+ lines into the editable area - best way probably by pasting some prepared text.&lt;/p&gt;
&lt;p&gt;You will notice that after line number 1500 follow lines number 1,2,3,...&lt;br /&gt;
Notice that the line right after line# 1500 has no number.&lt;br /&gt;
The text in line #1501 (the new #1) is typed between new #1 and #2.&lt;/p&gt;
&lt;p&gt;Attaching screenshot.&lt;/p&gt;
&lt;p&gt;Firefox 3.0.1&lt;br /&gt;
XP SP3&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michal Mittelmann</dc:creator><pubDate>Tue, 23 Sep 2008 12:12:18 -0000</pubDate><guid>https://sourceforge.netb3ae4a1c8fb86133e8b1447293456e00162e499f</guid></item><item><title>CodePress does not work with Google Chrome Browser</title><link>https://sourceforge.net/p/codepress/bugs/57/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I use Windows Vista with Google Chrome and CodePress it's disabled and does not work. &lt;br /&gt;
There are 2 JavaScript errors as much as i can see: &lt;/p&gt;
&lt;p&gt;Uncaught ReferenceError: Language is not defined [Mysite]/codepress/languages/javascript.js?ts=1221487069527 (line 6)&lt;/p&gt;
&lt;p&gt;Uncaught TypeError: Cannot set property 'body' of undefined [Mysite]/codepress/codepress.js (line 29)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pro4Life</dc:creator><pubDate>Mon, 15 Sep 2008 14:07:39 -0000</pubDate><guid>https://sourceforge.netc021e05dd671ccbdbb02f6e2eac7c124070fd55c</guid></item><item><title>Copy, Cut, and Paste Issues - FIXED!!! :)</title><link>https://sourceforge.net/p/codepress/bugs/56/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As I'm sure you noticed, there are a lot of copy/paste and cut/paste bugs with your code, using combo keys like CTRL+C, CTRL+X, and CTRL+V.&lt;/p&gt;
&lt;p&gt;Attached is a version of your code with many fixes in place to address these issues.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 02 Sep 2008 08:41:25 -0000</pubDate><guid>https://sourceforge.netfd302b9cf424fbf8c847ab832d193d652d8cd783</guid></item></channel></rss>