1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <!-- Server: sfs-web-8 --> |
---|
4 | <!-- |
---|
5 | ~ SourceForge.net: Create, Participate, Evaluate |
---|
6 | ~ Copyright (c) 1999-2008 SourceForge, Inc. All rights reserved. |
---|
7 | --> |
---|
8 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
9 | <head> |
---|
10 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
---|
11 | <meta name="description" content="The world's largest development and download repository of Open Source code and applications" /> |
---|
12 | <meta name="keywords" content="Open Source, Development, Developers, Projects, Downloads, OSTG, VA Software, SF.net, SourceForge" /> |
---|
13 | <link rel="alternate" type="application/rss+xml" title="SourceForge.net Project News" href="/export/rss2_sfnews.php?group_id=1&rss_fulltext=1" /> |
---|
14 | <link rel="alternate" type="application/rss+xml" title="SourceForge.net News" href="/export/rss2_projnews.php?group_id=141424&rss_fulltext=1" /> |
---|
15 | <title>SourceForge.net: Open Discussion</title> |
---|
16 | <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/phoneix/style.php?secure=0&20080417-1857" media="all" /> |
---|
17 | |
---|
18 | <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/phoneix/ads.php?secure=0&20080417-1857" media="all" /> |
---|
19 | |
---|
20 | |
---|
21 | <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/phoneix/project.php?secure=0&20080417-1857" media="all" /> |
---|
22 | <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/phoneix/table.php?secure=0&20080417-1857" media="all" /> |
---|
23 | <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/phoneix/droppy.php?secure=0&20080417-1857" media="all" /> |
---|
24 | |
---|
25 | <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/phoneix/print.css?secure=0&20080417-1857" media="print" /> |
---|
26 | <!-- <script> |
---|
27 | function utmx_section(){}function utmx(){} |
---|
28 | (function(){var k='0903278910',d=document,l=d.location,c=d.cookie;function f(n){ |
---|
29 | if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n. |
---|
30 | length+1,j<0?c.length:j)}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash; |
---|
31 | d.write('<sc'+'ript src="'+ |
---|
32 | 'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com' |
---|
33 | +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime=' |
---|
34 | +new Date().valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+ |
---|
35 | '" type="text/javascript" charset="utf-8"></sc'+'ript>')})(); |
---|
36 | </script> |
---|
37 | <script> |
---|
38 | var originalUrl = document.location.href; |
---|
39 | var urlParamsTokenPos = originalUrl.indexOf('?'); |
---|
40 | var hashTokenPos = originalUrl.indexOf('#'); |
---|
41 | var hashString = ''; |
---|
42 | |
---|
43 | if(hashTokenPos > -1){ |
---|
44 | baseUrl = originalUrl.substring(0, hashTokenPos); |
---|
45 | hashString = originalUrl.substring(hashTokenPos) |
---|
46 | } else { |
---|
47 | baseUrl = originalUrl; |
---|
48 | } |
---|
49 | |
---|
50 | test_url = baseUrl; |
---|
51 | if(test_url.match("/$") == null && test_url.match(".php$") == null){ |
---|
52 | test_url += "/"; |
---|
53 | } |
---|
54 | if(urlParamsTokenPos > -1){ |
---|
55 | test_url += "&"; |
---|
56 | } else { |
---|
57 | test_url += "?"; |
---|
58 | } |
---|
59 | test_url += "abmode=1"; |
---|
60 | test_url += hashString; |
---|
61 | |
---|
62 | </script> |
---|
63 | <script>utmx_section("Redirect Control")</script> |
---|
64 | <script> |
---|
65 | //document.location = test_url; |
---|
66 | </script> |
---|
67 | </noscript> --> |
---|
68 | <script type="text/javascript" src="http://static.sourceforge.net/include/jquery/jquery-1.2.6.min.js"></script> |
---|
69 | |
---|
70 | |
---|
71 | <script type="text/javascript" src="http://static.sourceforge.net/include/jquery/jquery.droppy-1.0.js"></script> |
---|
72 | |
---|
73 | <script type='text/javascript'> |
---|
74 | $(function() { |
---|
75 | $('.nav').droppy(); |
---|
76 | }); |
---|
77 | </script> |
---|
78 | |
---|
79 | |
---|
80 | <script type="text/javascript" src="http://static.sourceforge.net/include/jquery/jquery.cookie.js"></script> |
---|
81 | |
---|
82 | <script type="text/javascript"> |
---|
83 | //<![CDATA[ |
---|
84 | |
---|
85 | var sf_proj_home = 'http://sourceforge.net/projects/fckeditor'; |
---|
86 | |
---|
87 | var jsonly = document.createElement('link'); |
---|
88 | jsonly.setAttribute('rel', 'stylesheet'); |
---|
89 | jsonly.setAttribute('type', 'text/css'); |
---|
90 | jsonly.setAttribute('href', 'http://static.sourceforge.net/css/phoneix/jsonly.css?secure=0&20080417-1857'); |
---|
91 | document.getElementsByTagName('head')[0].appendChild(jsonly); |
---|
92 | |
---|
93 | |
---|
94 | jQuery(document).ready(function(){ |
---|
95 | $('#switch').html('<a href="" class="eroo">More</a>'); |
---|
96 | $('#switch .eroo').toggle( |
---|
97 | function(){$('.advanced').fadeIn(); $(this).html('Less'); $.cookie('sf_menu_expanded', 1, {path: '/'}); return false;}, |
---|
98 | function(){$('.advanced').fadeOut(); $(this).html('More'); $.cookie('sf_menu_expanded', '', {path: '/', expires: -1}); return false;} |
---|
99 | ); |
---|
100 | |
---|
101 | if ($.cookie('sf_menu_expanded')) { |
---|
102 | $('#switch .eroo').click(); |
---|
103 | } |
---|
104 | }); |
---|
105 | |
---|
106 | |
---|
107 | jQuery(document).ready(function(){ |
---|
108 | $('#ft').prepend('<span class="tog"><img src="http://c.fsdn.com/sf/images/phoneix/dwn.png" /></span>'); |
---|
109 | $('#ft .tog').toggle( |
---|
110 | function(){$('#ft .yui-g.hide').slideDown(); $(this).find('img').attr('src','http://c.fsdn.com/sf/images/phoneix/up.png'); $('#fadbtm').css('margin-top','-32em'); return false}, |
---|
111 | function(){$('#ft .yui-g.hide').slideUp(); $(this).find('img').attr('src','http://c.fsdn.com/sf/images/phoneix/dwn.png'); $('#fadbtm').css('margin-top','-25em'); return false} |
---|
112 | ); |
---|
113 | |
---|
114 | }); |
---|
115 | |
---|
116 | //]]> |
---|
117 | </script> |
---|
118 | <!-- BEGIN: AdSolution-Tag 4.2: Global-Code [PLACE IN HTML-HEAD-AREA!] --> |
---|
119 | <!-- DoubleClick Random Number --> |
---|
120 | <script language="JavaScript" type="text/javascript"> |
---|
121 | dfp_ord=Math.random()*10000000000000000; |
---|
122 | dfp_tile = 1; |
---|
123 | </script> |
---|
124 | <!-- End DoubleClick Random Number --> |
---|
125 | <script type="text/javascript"> |
---|
126 | var google_page_url = 'http://sourceforge.net/projects/fckeditor/'; |
---|
127 | var sourceforge_project_name = 'fckeditor'; |
---|
128 | var sourceforge_project_description = 'Online text editor (DHTML editor), for ASP, ASP.NET, ColdFusion, PHP, Java and JavaScript brings to the web many of the powerful features of known desktop editors like Word. It\'s XHTML compliant and works with Firefox, Mozilla, Netscape and IE.'; |
---|
129 | </script> |
---|
130 | <!-- END: AdSolution-Tag 4.2: Global-Code --> |
---|
131 | <!-- End OSDN NavBar gid: 75348 keywords: fckeditor,by_industrysector,mswin_all32bit,os_groups,informationtechnology,textprocessing,JavaScript,csharp,coldfusion,independent,java,asp,php,dynamic,www,internet,editors: --> |
---|
132 | <script type="text/javascript"> |
---|
133 | var immersion_adcode = ""; |
---|
134 | var adid = ""; |
---|
135 | </script> |
---|
136 | |
---|
137 | <!-- after META tags --> |
---|
138 | |
---|
139 | <script type="text/javascript"> |
---|
140 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
---|
141 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
---|
142 | </script> |
---|
143 | <script type="text/javascript"> |
---|
144 | var pageTracker = _gat._getTracker("UA-32013-6"); |
---|
145 | var external_pageTracker = _gat._getTracker("UA-5239675-1"); |
---|
146 | pageTracker._initData(); |
---|
147 | </script> |
---|
148 | <!--[if IE]> |
---|
149 | <link rel="stylesheet" type="text/css" media="screen" href="http://static.sourceforge.net/css/phoneix/iestyles.php?secure=0&20080417-1857" /> |
---|
150 | <![endif]--> |
---|
151 | <!--[if lte IE 6]> |
---|
152 | <link rel="stylesheet" type="text/css" media="screen" href="http://static.sourceforge.net/css/phoneix/ie6styles.php?secure=0&20080417-1857" /> |
---|
153 | <![endif]--> |
---|
154 | |
---|
155 | <script type="text/javascript" src="http://static.sourceforge.net/sfx.js"></script> |
---|
156 | |
---|
157 | </head> |
---|
158 | <body> |
---|
159 | |
---|
160 | <div id="doc3" class="yui-t6 forum"> |
---|
161 | |
---|
162 | <div id="hd"> |
---|
163 | <div class="yui-gf"> |
---|
164 | <div class="yui-u first"> |
---|
165 | <h1> |
---|
166 | <a href="/" title="">SourceForge.net</a> |
---|
167 | </h1> |
---|
168 | <ul class="jump"> |
---|
169 | <li><a href="#content">Jump to main content</a></li> |
---|
170 | <li><a href="#projectnav">Jump to project navigation</a></li> |
---|
171 | <li><a href="/project/showfiles.php?group_id=75348#downloads">Jump to downloads for FCKeditor</a></li> |
---|
172 | </ul> |
---|
173 | </div> |
---|
174 | <div class="yui-u"> |
---|
175 | <a href="/account/logout.php" class="logout" title="Leaving so soon?">Log out</a> <a href="/account/" title="Manage your account options">Account</a><a href="/community/">Community</a><a href="http://jobs.sourceforge.net">Jobs</a><a href="/support/getsupport.php" title="Get help and support on SourceForge.net">Help</a> |
---|
176 | <form action="/my/favorite_redirect.php" method="post"><select name="navmenu" onchange="jump('parent',this,1)"><option value="">My Favorites</option> |
---|
177 | <option value="http://sourceforge.net/">SF.net Home</option> |
---|
178 | <option value=""> </option> |
---|
179 | <option value="">---- My Projects ----</option> |
---|
180 | <option value="http://sourceforge.net/projects/fckeditor/">fckeditor</option> |
---|
181 | <option value=""> </option> |
---|
182 | <option value="">---- My Bookmarks ----</option> |
---|
183 | <option value="http://sourceforge.net/my/bookmark_add.php?bookmark_url=%2Fforum%2Fforum.php%3Fthread_id%3D1532155%26forum_id%3D257179&bookmark_title=Open+Discussion">(Bookmark this page)</option> |
---|
184 | <option value="http://sourceforge.net/projects/jsunit/">jsUnit - JavaScrip...</option> |
---|
185 | </select></form> |
---|
186 | <form action="/search/" method="get" name="searchform"> |
---|
187 | <input type="hidden" name="type_of_search" value="soft" /> |
---|
188 | <input type="text" value="" name="words" tabindex="1" /> |
---|
189 | <input type="submit" value="Search" tabindex="0" /> |
---|
190 | </form> |
---|
191 | </div> |
---|
192 | </div> |
---|
193 | </div> |
---|
194 | <div id="bd"> |
---|
195 | <!-- begin content --> |
---|
196 | |
---|
197 | |
---|
198 | |
---|
199 | <a name="projectnav"></a> |
---|
200 | <div class="yui-gf title"> |
---|
201 | <div class="yui-u first"> |
---|
202 | <h2><a href="/projects/fckeditor/">FCKeditor</a></h2> |
---|
203 | </div> |
---|
204 | <div class="yui-u"> |
---|
205 | <ul class="nav"> |
---|
206 | <li><a href="/projects/fckeditor/" >Summary</a><ul> |
---|
207 | <li><a href="http://www.fckeditor.net">Web Site</a></li> |
---|
208 | <li><a href="/news/?group_id=75348">News</a></li> |
---|
209 | <li><a href="/project/stats/?group_id=75348&ugn=fckeditor">Statistics</a></li> |
---|
210 | </ul> |
---|
211 | </li> |
---|
212 | <li><a href="/tracker/?group_id=75348" >Tracker</a><ul> |
---|
213 | <li><a href="/tracker/?group_id=75348&atid=543653">Bugs</a></li> |
---|
214 | <li><a href="/tracker/?group_id=75348&atid=543655">Patches</a></li> |
---|
215 | <li><a href="/tracker/?group_id=75348&atid=737639">Plugins</a></li> |
---|
216 | <li><a href="/tracker/?group_id=75348&atid=740153">Skins</a></li> |
---|
217 | <li class="tools"><a href="/project/stats/detail.php?group_id=75348&ugn=fckeditor&type=tracker">Statistics</a></li> |
---|
218 | <li><a href="/tracker/reporting/?group_id=75348">Reporting</a></li> |
---|
219 | <li><a href="/search/?group_id=75348&type_of_search=artifact">Search</a></li> |
---|
220 | </ul> |
---|
221 | </li> |
---|
222 | <li class="advanced"><a href="/mail/?group_id=75348" >Mailing Lists</a><ul> |
---|
223 | <li><a href="/mailarchive/forum.php?forum_name=fckeditor-trac">fckeditor-trac</a></li> |
---|
224 | <li><a href="/mailarchive/forum.php?forum_name=fckeditor-testers">fckeditor-testers</a></li> |
---|
225 | <li><a href="/mailarchive/forum.php?forum_name=fckeditor-news">fckeditor-news</a></li> |
---|
226 | <li><a href="/mailarchive/forum.php?forum_name=fckeditor-translators">fckeditor-translators</a></li> |
---|
227 | <li><a href="/mailarchive/forum.php?forum_name=fckeditor-developers">fckeditor-developers</a></li> |
---|
228 | <li><a href="/mailarchive/forum.php?forum_name=fckeditor-commits">fckeditor-commits</a></li> |
---|
229 | <li class="tools"><a href="/search/?group_id=75348&type_of_search=mlists">Search</a></li> |
---|
230 | </ul> |
---|
231 | </li> |
---|
232 | <li class="selected"><a href="/forum/?group_id=75348" >Forums</a><ul> |
---|
233 | <li><a href="/forum/forum.php?forum_id=257180">Help</a></li> |
---|
234 | <li><a href="/forum/forum.php?forum_id=257179">Open Discussion</a></li> |
---|
235 | <li><a href="/forum/forum.php?forum_id=620330">Test Results</a></li> |
---|
236 | <li><a href="/forum/forum.php?forum_id=379487">Version 2.0</a></li> |
---|
237 | <li class="tools"><a href="/project/stats/detail.php?group_id=75348&ugn=fckeditor&type=forum">Statistics</a></li> |
---|
238 | <li><a href="/search/?group_id=75348&type_of_search=forums">Search</a></li> |
---|
239 | </ul> |
---|
240 | </li> |
---|
241 | <li class="advanced"><a href="/svn/?group_id=75348" >Code</a><ul> |
---|
242 | <li><a href="/svn/?group_id=75348">SVN</a></li> |
---|
243 | <li><a href="http://dev.fckeditor.net/browser">SVN Browse</a></li> |
---|
244 | </ul> |
---|
245 | </li> |
---|
246 | <li class="advanced"><a href="/services/project_services.php?project_id=75348" >Services</a><ul> |
---|
247 | <li><a href="/services/project_services.php?project_id=75348">Get Services</a></li> |
---|
248 | </ul> |
---|
249 | </li> |
---|
250 | <li><a href="/project/showfiles.php?group_id=75348" >Download</a><ul> |
---|
251 | <li><a href="/project/showfiles.php?group_id=75348">Browse All Packages</a></li> |
---|
252 | <li class="tools"><a href="/project/stats/detail.php?group_id=75348&ugn=fckeditor&type=prdownload">Statistics</a></li> |
---|
253 | <li><a href="/search/?group_id=75348&type_of_search=files">Search</a></li> |
---|
254 | </ul> |
---|
255 | </li> |
---|
256 | <li class="admin"><a href="/project/admin/?group_id=75348" >Admin</a><ul> |
---|
257 | <li><a href="/project/admin/userperms.php?group_id=75348">Members</a></li> |
---|
258 | <li><a href="/project/admin/recruitment.php?group_id=75348">Recruitment</a></li> |
---|
259 | <li><a href="/project/admin/editgroupinfo.php?group_id=75348">Public Info</a></li> |
---|
260 | <li><a href="/project/admin/backup.php?group_id=75348">Backups</a></li> |
---|
261 | <li><a href="/project/admin/history.php?group_id=75348">Audit</a></li> |
---|
262 | <li><a href="/project/admin/publicity.php?group_id=75348">Publicity</a></li> |
---|
263 | <li><a href="/project/admin/registration.php?group_id=75348">Registration</a></li> |
---|
264 | <li><a href="/project/admin/removal.php?group_id=75348">Removal</a></li> |
---|
265 | <li><a href="/project/admin/donations.php?group_id=75348">Donations</a></li> |
---|
266 | <li><a href="/project/admin/hostedapp.php?group_id=75348">Hosted Apps</a></li> |
---|
267 | <li><a href="/project/admin/screenshots.php?group_id=75348">Screenshots</a></li> |
---|
268 | <li><a href="/project/admin/prweb.php?group_id=75348">Shell/DB/Web</a></li> |
---|
269 | <li class="subdiv"><a href="/news/admin/?group_id=75348">News</a></li> |
---|
270 | <li><a href="/project/admin/tracker.php?group_id=75348">Tracker</a></li> |
---|
271 | <li><a href="/project/admin/lists_forums.php?group_id=75348">Lists/Forums</a></li> |
---|
272 | <li><a href="/project/admin/svn.php?group_id=75348">Subversion</a></li> |
---|
273 | <li><a href="/project/admin/cvs.php?group_id=75348">CVS</a></li> |
---|
274 | <li><a href="/project/admin/editpackages.php?group_id=75348">File Releases</a></li> |
---|
275 | <li><a href="/project/admin/docmanager.php?group_id=75348">DocManager</a></li> |
---|
276 | <li><a href="/project/admin/taskmanager.php?group_id=75348">Tasks</a></li> |
---|
277 | <li><a href="/project/admin/wiki.php?group_id=75348">Wiki</a></li> |
---|
278 | <li><a href="/project/admin/stats.php?group_id=75348">Statistics</a></li> |
---|
279 | </ul> |
---|
280 | </li> |
---|
281 | |
---|
282 | <li id="switch"></li> |
---|
283 | </ul> |
---|
284 | </div> |
---|
285 | </div> |
---|
286 | <div class="subset"> |
---|
287 | <ul> |
---|
288 | |
---|
289 | </ul> |
---|
290 | |
---|
291 | </div> |
---|
292 | <div style="clear: both;"></div> |
---|
293 | |
---|
294 | |
---|
295 | |
---|
296 | <a name="content"></a> |
---|
297 | <h3>Discussion Forums: <a href="/forum/forum.php?forum_id=257179">Open Discussion</a></h3><div style="clear: both;"><a href="/forum/monitor.php?forum_id=257179"><img src="http://c.fsdn.com/sf/images/images/ic/check.png" alt="" width="16" height="15" /> Monitor this Forum</a> | <a href="/forum/unmonitor.php?forum_id=257179"><img src="http://c.fsdn.com/sf/images/images/ic/trash.png" alt="" width="16" height="15" /> Stop Monitoring this Forum</a> | <a href="/forum/save.php?forum_id=257179"><img src="http://c.fsdn.com/sf/images/images/ic/save.png" alt="" width="24" height="24" /> Save Place</A> | <a href="/forum/admin/?group_id=75348">Admin</a> | <b><a href="/forum/exclude_list.php?group_id=75348&forum_id=257179">Admin Posts</a></div> |
---|
298 | <div id="yui-main"> |
---|
299 | <div class="yui-b"> |
---|
300 | |
---|
301 | |
---|
302 | |
---|
303 | |
---|
304 | <form name="forum" action="/forum/forum.php" method="POST"> |
---|
305 | |
---|
306 | |
---|
307 | |
---|
308 | <table border="0"> |
---|
309 | <tr> |
---|
310 | <td bgcolor="#DDDDDD" nowrap><div class='forum'> |
---|
311 | <div><b><!-- google_ad_section_start --><a href="/forum/message.php?msg_id=3812207">FCKEditor 2.2 and 2.3 hangs(freezes) IE</a><!-- google_ad_section_end --></b> (New)</div><a |
---|
312 | href="/forum/exclude_list.php?action=addexclude&group_id=75348&forum_id=257179&msg_id=3812207" |
---|
313 | title='Exclude "FCKEditor 2.2 and 2.3 hangs(freezes) IE"...' |
---|
314 | class='delete'>Delete</a> <small>By: turbo_1500 (<a href="/users/turbo_1500/">turbo_1500</a>) - 2006-07-07 23:34</small> |
---|
315 | </div> |
---|
316 | </td> |
---|
317 | </tr> |
---|
318 | |
---|
319 | |
---|
320 | <!-- |
---|
321 | /forum/nested_messages.html - Copyright 1999-2006 (c) Open Source Technology Group |
---|
322 | @version $Id: nested_messages.html 14031 2007-01-10 14:24:43Z avoigt $ |
---|
323 | --> |
---|
324 | <tr> |
---|
325 | <td style="font-family: 'Courier New', Courier, monospace"> |
---|
326 | <!-- google_ad_section_start -->FCKEditor 2.2 and 2.3 hangs(freezes) IE when you have multiple instance on a page. <br /> |
---|
327 | <br /> |
---|
328 | Culprit is call of FCK.focus(), which in turn sets focus to EditorWindow, in 'onfoucs' event handler function. This start an event chain loop <br /> |
---|
329 | in which focus keeps shuttling between two editor instances. <br /> |
---|
330 | <br /> |
---|
331 | Commented call to FCK.focus() to resolve this issue. Wonder if this will result in some undesirable behaviour. <br /> |
---|
332 | <br /> |
---|
333 | Culprit code in 2.2 : fckeditorcode_ie_1.js <br /> |
---|
334 | function Window_OnFocus(){ <br /> |
---|
335 | FCK.Focus(); /*culprit ..comment it*/ <br /> |
---|
336 | FCK.Events.FireEvent("OnFocus"); <br /> |
---|
337 | }; <br /> |
---|
338 | <br /> |
---|
339 | Culprit code in 2.3 : fckeditorcode_ie.js <br /> |
---|
340 | function FCKFocusManager_Win_OnFocus_Area(){ <br /> |
---|
341 | FCKFocusManager_Win_OnFocus(); <br /> |
---|
342 | FCK.Focus(); /*culprit ..comment it*/ <br /> |
---|
343 | } <br /> |
---|
344 | <br /> |
---|
345 | <!-- google_ad_section_end --> |
---|
346 | <br /> |
---|
347 | <br /> |
---|
348 | </td> |
---|
349 | </tr> |
---|
350 | </table> |
---|
351 | <br /> |
---|
352 | |
---|
353 | <ul> |
---|
354 | |
---|
355 | <p> |
---|
356 | <table border="0"> |
---|
357 | <tr> |
---|
358 | <td bgcolor="#DDDDDD" nowrap><div class='forum'> |
---|
359 | <div><b><!-- google_ad_section_start --><a href="/forum/message.php?msg_id=3871750">RE: FCKEditor 2.2 and 2.3 hangs(freezes) IE</a><!-- google_ad_section_end --></b> (New)</div><a |
---|
360 | href="/forum/exclude_list.php?action=addexclude&group_id=75348&forum_id=257179&msg_id=3871750" |
---|
361 | title='Exclude "RE: FCKEditor 2.2 and 2.3 hangs(freezes) IE"...' |
---|
362 | class='delete'>Delete</a> <small>By: badgerdano (<a href="/users/badgerdano/">badgerdano</a>) - 2006-08-17 17:52</small> |
---|
363 | </div> |
---|
364 | </td> |
---|
365 | </tr> |
---|
366 | |
---|
367 | |
---|
368 | <!-- |
---|
369 | /forum/nested_messages.html - Copyright 1999-2006 (c) Open Source Technology Group |
---|
370 | @version $Id: nested_messages.html 14031 2007-01-10 14:24:43Z avoigt $ |
---|
371 | --> |
---|
372 | <tr> |
---|
373 | <td style="font-family: 'Courier New', Courier, monospace"> |
---|
374 | <!-- google_ad_section_start -->nice... this appears to fix bug [ 1484671 ] ieSpell & multiple editors not responding. <br /> |
---|
375 | <br /> |
---|
376 | To reproduce: <br /> |
---|
377 | Simply hit spell check on the Javascript samples 9, 10 or <br /> |
---|
378 | 11 and you will get a freeze up if you are using IE and <br /> |
---|
379 | ieSpell. <br /> |
---|
380 | <br /> |
---|
381 | Im also wondering if this will result in some undesirable behavior tho... <br /> |
---|
382 | <br /> |
---|
383 | Thanks!<!-- google_ad_section_end --> |
---|
384 | <br /> |
---|
385 | <br /> |
---|
386 | </td> |
---|
387 | </tr> |
---|
388 | </table> |
---|
389 | </p> |
---|
390 | |
---|
391 | <p> |
---|
392 | <table border="0"> |
---|
393 | <tr> |
---|
394 | <td bgcolor="#DDDDDD" nowrap><div class='forum'> |
---|
395 | <div><b><!-- google_ad_section_start --><a href="/forum/message.php?msg_id=3976251">RE: FCKEditor 2.2 and 2.3 hangs(freezes) IE</a><!-- google_ad_section_end --></b> (New)</div><a |
---|
396 | href="/forum/exclude_list.php?action=addexclude&group_id=75348&forum_id=257179&msg_id=3976251" |
---|
397 | title='Exclude "RE: FCKEditor 2.2 and 2.3 hangs(freezes) IE"...' |
---|
398 | class='delete'>Delete</a> <small>By: Chris D (<a href="/users/diebelch/">diebelch</a>) - 2006-10-23 16:43</small> |
---|
399 | </div> |
---|
400 | </td> |
---|
401 | </tr> |
---|
402 | |
---|
403 | |
---|
404 | <!-- |
---|
405 | /forum/nested_messages.html - Copyright 1999-2006 (c) Open Source Technology Group |
---|
406 | @version $Id: nested_messages.html 14031 2007-01-10 14:24:43Z avoigt $ |
---|
407 | --> |
---|
408 | <tr> |
---|
409 | <td style="font-family: 'Courier New', Courier, monospace"> |
---|
410 | <!-- google_ad_section_start -->I am actually still getting a freezing issue using IE 7.0 and FCK 2.3. I tried the above mentioned fixed and still had problems. <br /> |
---|
411 | <br /> |
---|
412 | The issue occurs when I have more then 1 FCK editor text area and I change focus from my IE to another app and then click on the FCK editor. This causes the IE to get focus as well as the FCK editor. It seems to go into an endless loop. <br /> |
---|
413 | <br /> |
---|
414 | Anyone run into this before ? Any ideas ? <br /> |
---|
415 | <br /> |
---|
416 | Thanks in advance.<!-- google_ad_section_end --> |
---|
417 | <br /> |
---|
418 | <br /> |
---|
419 | </td> |
---|
420 | </tr> |
---|
421 | </table> |
---|
422 | </p> |
---|
423 | |
---|
424 | </ul> |
---|
425 | |
---|
426 | |
---|
427 | |
---|
428 | |
---|
429 | |
---|
430 | |
---|
431 | </form> |
---|
432 | <center><h3>Post A Message To This Thread:</h3></center> |
---|
433 | <center> |
---|
434 | <form action="/forum/forum.php" method="post"> |
---|
435 | <input type="hidden" name="post_message" value="y"> |
---|
436 | <input type="hidden" name="forum_id" value="257179"> |
---|
437 | <input type="hidden" name="thread_id" value="1532155"> |
---|
438 | <input type="hidden" name="msg_id" value="3812207"> |
---|
439 | <input type="hidden" name="is_followup_to" value="3812207"> |
---|
440 | <table width="100%"> |
---|
441 | <tr> |
---|
442 | <td align="left"> |
---|
443 | <b>Subject:</b><br /> |
---|
444 | <input type="text" name="subject" value="RE: FCKEditor 2.2 and 2.3 hangs(freezes) IE" size="45" maxlength="45"> |
---|
445 | </td> |
---|
446 | </tr> |
---|
447 | <tr> |
---|
448 | <td align="left"> |
---|
449 | <b>Message:</b><br /> |
---|
450 | <textarea name="body" value="" rows="20" cols="70" wrap="soft" style="width: 80%"></textarea> |
---|
451 | </td> |
---|
452 | </tr> |
---|
453 | <tr> |
---|
454 | <td align="middle"> |
---|
455 | <b><span class="warning">HTML tags will display in your post as text</span></b> |
---|
456 | <p> |
---|
457 | </p> |
---|
458 | <br /> |
---|
459 | <input type="submit" name="submit" value="Post Comment"> |
---|
460 | </td> |
---|
461 | </tr> |
---|
462 | </table> |
---|
463 | </form> |
---|
464 | </center> |
---|
465 | |
---|
466 | </div> |
---|
467 | </div> |
---|
468 | <div class="yui-b"> |
---|
469 | <div id="fad83"><!-- DoubleClick Ad Tag --> |
---|
470 | <script type="text/javascript"> |
---|
471 | //<![CDATA[ |
---|
472 | if(immersion_adcode == ""){ |
---|
473 | var adspot = "none_p83_medrec"; |
---|
474 | if(adid !="") adspot+= ";comp=" +adid +""; |
---|
475 | document.write('<script src="http://ad.doubleclick.net/adj/ostg.sourceforge/'+adspot+';pg=/forum/forum.php;psrch=0;logged_in=1;tile='+dfp_tile+';tpc=fckeditor;tpc=by_industrysector;tpc=mswin_all32bit;tpc=os_groups;tpc=informationtechnology;tpc=textprocessing;tpc=JavaScript;tpc=csharp;tpc=coldfusion;tpc=independent;tpc=java;tpc=asp;tpc=php;tpc=dynamic;tpc=www;tpc=internet;tpc=editors;ord='+dfp_ord+'?" type="text/javascript"><\/script>'); |
---|
476 | dfp_tile++; |
---|
477 | } |
---|
478 | //]]> |
---|
479 | </script> |
---|
480 | <!-- End DoubleClick Ad Tag --></div> |
---|
481 | <br/> |
---|
482 | <div id="fad84"><!-- DoubleClick Ad Tag --> |
---|
483 | <script type="text/javascript"> |
---|
484 | //<![CDATA[ |
---|
485 | if(immersion_adcode == ""){ |
---|
486 | var adspot = "none_p84_medrec"; |
---|
487 | if(adid !="") adspot+= ";comp=" +adid +""; |
---|
488 | document.write('<script src="http://ad.doubleclick.net/adj/ostg.sourceforge/'+adspot+';pg=/forum/forum.php;psrch=0;logged_in=1;tile='+dfp_tile+';tpc=fckeditor;tpc=by_industrysector;tpc=mswin_all32bit;tpc=os_groups;tpc=informationtechnology;tpc=textprocessing;tpc=JavaScript;tpc=csharp;tpc=coldfusion;tpc=independent;tpc=java;tpc=asp;tpc=php;tpc=dynamic;tpc=www;tpc=internet;tpc=editors;ord='+dfp_ord+'?" type="text/javascript"><\/script>'); |
---|
489 | dfp_tile++; |
---|
490 | } |
---|
491 | //]]> |
---|
492 | </script> |
---|
493 | <!-- End DoubleClick Ad Tag --></div> |
---|
494 | |
---|
495 | |
---|
496 | </div> |
---|
497 | <br style="clear: both" /> |
---|
498 | <div class="yui-g ads tier2"> |
---|
499 | <div class="yui-u first"> |
---|
500 | <div id="fad71"><!-- DoubleClick Ad Tag --> |
---|
501 | <script type="text/javascript"> |
---|
502 | //<![CDATA[ |
---|
503 | if(immersion_adcode == ""){ |
---|
504 | var adspot = "none_p71_text"; |
---|
505 | if(adid !="") adspot+= ";comp=" +adid +""; |
---|
506 | document.write('<script src="http://ad.doubleclick.net/adj/ostg.sourceforge/'+adspot+';pg=/forum/forum.php;psrch=0;logged_in=1;tile='+dfp_tile+';tpc=fckeditor;tpc=by_industrysector;tpc=mswin_all32bit;tpc=os_groups;tpc=informationtechnology;tpc=textprocessing;tpc=JavaScript;tpc=csharp;tpc=coldfusion;tpc=independent;tpc=java;tpc=asp;tpc=php;tpc=dynamic;tpc=www;tpc=internet;tpc=editors;ord='+dfp_ord+'?" type="text/javascript"><\/script>'); |
---|
507 | dfp_tile++; |
---|
508 | } |
---|
509 | //]]> |
---|
510 | </script> |
---|
511 | <!-- End DoubleClick Ad Tag --></div> |
---|
512 | </div> |
---|
513 | <div class="yui-u"> |
---|
514 | <div id="fad72"><!-- DoubleClick Ad Tag --> |
---|
515 | <script type="text/javascript"> |
---|
516 | //<![CDATA[ |
---|
517 | if(immersion_adcode == ""){ |
---|
518 | var adspot = "none_p72_text"; |
---|
519 | if(adid !="") adspot+= ";comp=" +adid +""; |
---|
520 | document.write('<script src="http://ad.doubleclick.net/adj/ostg.sourceforge/'+adspot+';pg=/forum/forum.php;psrch=0;logged_in=1;tile='+dfp_tile+';tpc=fckeditor;tpc=by_industrysector;tpc=mswin_all32bit;tpc=os_groups;tpc=informationtechnology;tpc=textprocessing;tpc=JavaScript;tpc=csharp;tpc=coldfusion;tpc=independent;tpc=java;tpc=asp;tpc=php;tpc=dynamic;tpc=www;tpc=internet;tpc=editors;ord='+dfp_ord+'?" type="text/javascript"><\/script>'); |
---|
521 | dfp_tile++; |
---|
522 | } |
---|
523 | //]]> |
---|
524 | </script> |
---|
525 | <!-- End DoubleClick Ad Tag --></div> |
---|
526 | </div> |
---|
527 | </div> |
---|
528 | |
---|
529 | </div> |
---|
530 | |
---|
531 | |
---|
532 | |
---|
533 | |
---|
534 | <div id="ft"> |
---|
535 | <div class="togbar"> |
---|
536 | </div> |
---|
537 | <div class="yui-g hide"> |
---|
538 | <div class="yui-g first"> |
---|
539 | <div class="yui-u first"> |
---|
540 | <strong><a href="/support/getsupport.php">Support</a></strong><br /> |
---|
541 | <a href="/sitestatus">Site Status</a><br /> |
---|
542 | <a href="/support/getsupport.php#sitesupport">Site Support</a><br /> |
---|
543 | <a href="/support/getsupport.php#projectsupport">Project Support</a><br /> |
---|
544 | <a href="/services/help.php">Marketplace Support</a> |
---|
545 | </div> |
---|
546 | <div class="yui-u"> |
---|
547 | <strong>Syndication Feeds / RSS</strong><br /> |
---|
548 | <a href="/community/feed/">Community News</a><br /> |
---|
549 | <a href="/export/rss2_sfnews.php?group_id=1&rss_fulltext=1">Project Releases</a><br /> |
---|
550 | </div> |
---|
551 | </div> |
---|
552 | <div class="yui-g"> |
---|
553 | <div class="yui-u first"> |
---|
554 | <strong>About</strong><br /> |
---|
555 | <a href="/docs/about">SourceForge.net</a><br /> |
---|
556 | <a href="http://sourceforge.com" title="Network which provides and promotes Open Source software downloads, development, discussion and news.">SourceForge, Inc.</a><br /> |
---|
557 | <a href="/services/buy/index.php">Marketplace</a><br /> |
---|
558 | </div> |
---|
559 | <div class="yui-u"> |
---|
560 | <br /> |
---|
561 | <a href="http://web.sourceforge.com/media_kit.php">Advertising</a><br /> |
---|
562 | <a href="http://jobs.sourceforge.net/">Jobs</a> |
---|
563 | </div> |
---|
564 | </div> |
---|
565 | </div> |
---|
566 | <div class="yui-g divider"> |
---|
567 | <div class="yui-u first copyright"> |
---|
568 | ©Copyright 1999-2008 - <a href="http://sourceforge.com" title="Network which provides and promotes Open Source software downloads, development, discussion and news.">SourceForge</a>, Inc., All Rights Reserved |
---|
569 | </div> |
---|
570 | <div class="yui-u"> |
---|
571 | <a href="http://sourceforge.net/community/forum/forum.php?id=12">Feedback</a> <a href="/tos/tos.php">Legal</a> <a href="/support">Help</a> |
---|
572 | </div> |
---|
573 | </div> |
---|
574 | </div> |
---|
575 | </div> |
---|
576 | |
---|
577 | <!-- Ad calls and positioning --> |
---|
578 | <div id="adbatch" class="forum pville"> |
---|
579 | </div> |
---|
580 | |
---|
581 | |
---|
582 | <script type="text/javascript"> |
---|
583 | pageTracker._trackPageview(); |
---|
584 | external_pageTracker._trackPageview(); |
---|
585 | </script> |
---|
586 | |
---|
587 | |
---|
588 | <script src="/include/js/abtest.js"></script> |
---|
589 | <script type="text/javascript"> |
---|
590 | clickGoal('#fad1', '0903278910', 'UA-32013-30'); |
---|
591 | clickGoal(' #ad34', '0903278910', 'UA-32013-30'); |
---|
592 | clickGoal(' #ad7', '0903278910', 'UA-32013-30'); |
---|
593 | clickGoal(' #ostgservices', '0903278910', 'UA-32013-30'); |
---|
594 | clickGoal(' #fad83', '0903278910', 'UA-32013-30'); |
---|
595 | clickGoal(' #fad84', '0903278910', 'UA-32013-30'); |
---|
596 | clickGoal(' #fad71', '0903278910', 'UA-32013-30'); |
---|
597 | clickGoal(' #fad72', '0903278910', 'UA-32013-30'); |
---|
598 | </script> |
---|
599 | <script> |
---|
600 | if(typeof(urchinTracker)!='function')document.write('<sc'+'ript src="'+ |
---|
601 | 'http'+(document.location.protocol=='https:'?'s://ssl':'://www')+ |
---|
602 | '.google-analytics.com/urchin.js'+'"></sc'+'ript>') |
---|
603 | </script> |
---|
604 | <script type="text/javascript"> |
---|
605 | _uacct = "UA-32013-30"; |
---|
606 | urchinTracker("/0903278910/test"); |
---|
607 | </script> |
---|
608 | |
---|
609 | </body> |
---|
610 | </html> |
---|
611 | |
---|
612 | |
---|