Custom Query
Results (4201 - 4300 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#4389 | Anchor integration in a wiki article | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I've created a new special tag for adding anchors in a document. Wiki doesn't allow the html tag <A> so the solution was to use the <div> tag. Not easy for a no-html-geek. The solution consists in adding a new special tag (as <nowiki> or <includeonly>) by using existing fckeditor toolbar (anchor+link), store it in wiki text and translate it in <a> html during display. It works fine. Moreover, when you add a link, you can have the list of the current document's anchors by entering '#'. Well, if you are interesting in this feature, let me know. Cordially, Philippe Thomann Developer C++,PHP |
|||||
#4390 | 'Paste as plain text' should convert line breaks to paragraphs | Bug | Normal | General | ||
Description |
If you paste actual plain text into CKEditor 3 (shift+option+command+v in Safari), carriage returns are converted into paragraphs. But if you paste pre-formatted text using the 'Paste as plain text' dialog, line breaks remain normal <br>'s. Seems like the dialog should strip those out, and treat them as plain carriage returns, thus turning them into separate paragraphs. |
|||||
#4395 | Use htmldataprocessor to refactor pasting processor | New Feature | Normal | CKEditor 3.1 | General | |
Description |
We should start using htmldataprocessor when processing with the pasting input, instead of current implementation which based on regexp exclusively, such a infrustructure would bring benefits in many sense:
|
|||||
#4396 | How to integrate CKEditor 3.0 in asp.net 3.5 | New Feature | Normal | Server : ASP.Net | ||
Description |
Hi, I am using FCKEditor 2.6.3 in our asp.net application, But link upload not working in safari. So i want to use CKEditor 3.0 in my application. Please let me know how can we integrate it in asp.net. We want to use trial on server first. |
|||||
#4397 | Ambiguous page scroll | Bug | Normal | CKEditor 3.1 | General | |
Description |
Ticket migrated from forum thread.
Reported to be FF only issue. |
|||||
#4399 | return caption/alt text to Image plugin from file browser | New Feature | Normal | CKEditor 3.2 | General | |
Description |
at the moment, the filebrowser plugin only appears to set the image url in the image plugin. however, some file browsers also allow captions to be set on their images (for example, sending back caption text stored within the image file itself). it would be nice to select an image using a filebrowser plugin and have the image plugin fill in the Alt text from the retrieved caption. |
|||||
#4400 | iframedialog not working correctly | Bug | Normal | General | ||
Description |
<script type="text/javascript" src="ckeditor/ckeditor.js"></script> <textarea id="editor1" name="editor1">Test</textarea> <script> CKEDITOR.plugins.add( 'iframedialog' ) ; var editor1=CKEDITOR.replace( 'editor1'); editor1.config.toolbar =[['Cut','Copy','Paste','-','MyButton']] ; editor1.on( 'pluginsLoaded', function( ev ) { if ( !CKEDITOR.dialog.exists( 'myDialog' ) ) { CKEDITOR.dialog.addIframe( 'myDialog', 'title','http://www.google.be',500,400,function(){}); } editor1.addCommand( 'myDialogCmd', new CKEDITOR.dialogCommand( 'myDialog' ) ); editor1.ui.addButton( 'MyButton', { label : 'My Dialog', command : 'myDialogCmd', icon: 'http://thereality.nl/images/icons/icon_upload.png' } ); }); </script> |
|||||
#4401 | Link removeContents of upload tab not working | Bug | Normal | CKEditor 3.1 | UI : Dialogs | |
Description |
Whe using the function below, the LINK dialog isn't shown anymore (javascript error). Comment out the line "dialogDefinition.removeContents( 'upload' );" and everything works again. CKEDITOR.on( 'dialogDefinition', function( ev ) { var dialogName = ev.data.name; var dialogDefinition = ev.data.definition; if ( dialogName == 'link' ) { dialogDefinition.removeContents( 'advanced' ); dialogDefinition.removeContents( 'upload' ); } }); |
|||||
#4404 | Opera 10: extra\nested <P> | Bug | Normal | General | ||
Description |
In Opera 10 CK editor occasionally adds paragraphs. Sometimes inside empty paragraph. Load http://ckeditor.com/demo then click "Show blocks" — look at extra P in the beginning of text. Try to move cursor to the left with keyboard — here you have more <P>'s |
|||||
#4405 | samples pages base href | Bug | Normal | CKEditor 3.1 | General | |
Description |
Hi, When viewing ckeditor 3.0 sample pages through the web we can get Http 404 errors because of missing basehref tag inside pages. Just adding <base href="./" /> would fix it Best regards Jean-mat |
|||||
#4406 | CKEDITOR consumes the enter key for dialog textareas | Bug | Normal | General | ||
Description |
I have a textarea for user input in my plugins dialog. This has been added as a html element of a vbox: return {
}; When typing in this the enter key does not respond. The only way to add a linebreak is to hold Shift+Enter. Is this a known issue / is there something special I need to do to make plain enter work? |
|||||
#4407 | Backspace Key when used to delete image sends user backwards in web history | Bug | Normal | General | ||
Description |
When you select an image within the editor window, and try to delete it with the "backspace" key instead of the "delete" key, the user is taken to the previous page in the web browsing history. Normally this is acceptable behavior however, this functionality should not be enabled in the editor window just as it is disabled when editing text in a standard form field or textarea. Disabling the functionality in the editor window will not disable it in the main parent window. A simple script like this would do the trick: function stopKey(evt) {
} document.onkeypress = stopKey; document.onkeydown = stopKey; |
|||||
#4408 | Image Resizing Inconsistencies | Bug | Normal | General | ||
Description |
Changing the size of an image by dragging the corner creates an inline style. Changing the size in the image properties dialog sets the height and width attributes on the img tag. The style always overrides the size attributes. |
|||||
#4409 | FCKeditor + MediaWiki 1.15.1 | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I have MediaWiki 1.15.1 I download FCKeditor snapshot for 1.15.x from http://www.mediawiki.org/wiki/Special:ExtensionDistributor/FCKeditor (FCKeditor-MW1.15-r43271.tar.gz). Install this extension from LocalSettings.php I have error:
PHP Fatal error: require_once(): Failed opening required 'E:
If view FCKeditor.php, it says require_once $IP . "/includes/ParserOptions.php";
If open folder strusture MediaWiki this file be in \includes\parser\ParserOptions.php Need change string to require_once $IP . "/includes/parser/ParserOptions.php"; |
|||||
#4410 | FCKeditor + MediaWiki 1.15.1 | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
I have MediaWiki 1.15.1 I download FCKeditor snapshot for 1.15.x from http://www.mediawiki.org/wiki/Special:ExtensionDistributor/FCKeditor (FCKeditor-MW1.15-r43271.tar.gz). Install this extension from LocalSettings.php I have error:
PHP Fatal error: require_once(): Failed opening required 'E:
If view FCKeditor.php, it says require_once $IP . "/includes/ParserOptions.php";
If open folder strusture MediaWiki this file be in \includes\parser\ParserOptions.php Need change string to require_once $IP . "/includes/parser/ParserOptions.php"; |
|||||
#4411 | Bad configuration options for SCAYT | Bug | Normal | CKEditor 3.3 | UI : Spell Checker | |
Description |
The initialization has this code oParams.customDictionaryName = editor.config.scayt_customDictionaryName; oParams.userDictionaryName = editor.config.scayt_userDictionaryName; oParams.defLang = editor.scayt_defLang; if ( CKEDITOR._scaytParams ) { for ( var k in CKEDITOR._scaytParams ) { oParams[ k ] = CKEDITOR._scaytParams[ k ]; } } Problems: scayt_customDictionaryName and scayt_userDictionaryName aren't documented anywhere. editor.scayt_defLang isn't using the config object so it's harder to change its value. Also, while trying to test it I wasn't able to make it work (or at least, make it work as I expected) The CKEDITOR._scaytParams object means that any such option is shared by all the editor instances, instead of being able to configure each instance in a different way. It can't be overriden also in a configuration file. It's also hard to know what can be used there. Luckily I was able to find that sLang worked and help this user: http://cksource.com/forums/viewtopic.php?f=11&t=15705 |
|||||
#4412 | SCAYT dialog is in English | New Feature | Normal | CKEditor 3.3 | UI : Spell Checker | |
Description |
All the options in the SCAYT dialog are shown in English. |
|||||
#4414 | Sample Plugin | New Feature | Normal | General | ||
Description |
Source code lack a sample showing how to code a plugin inserting a new xtml tag or adding/modifying an xhtml attribute. It would be a great helper for plugin developpement. |
|||||
#4415 | Bundled plugins should not be included in the distribution | Bug | Normal | CKEditor 3.1 | General | |
Description |
First of all #3855 must be fixed, then: why are the compressed plugins distributed? If they are merged into ckeditor.js they are just a waste of space as they will never be loaded and being compressed makes them no interesting at all. If any plugin that it's compressed it's deleted it will make the distribution a little smaller and people won't waste time trying to understand them instead of looking at _source. If the reason is about people repackaging their build, it should work with _source because sometimes they might want to modify some little code in some of the plugins. At the very least: as most of them aren't needed, people should be able to easily know what they can delete before deploying CKEditor to the production server. |
|||||
#4416 | XHTML error in _tests/dom/range.html | Bug | Normal | General | ||
Description |
Hi, In this file you will find many bad html <br/ > tags Just replace <br/ > by <br /> Best regards ;-) Jean-mat |
|||||
#4423 | Proper list handling including bullet and number lists from MS-Word | New Feature | Normal | CKEditor 3.1 | Plugin : Paste from Word | |
Description |
Different list types should be transformed to semantic HTML lists, with support for nesting list and basic list styles. |
|||||
#4427 | Proper image handling from MS-Word | New Feature | Normal | CKEditor 3.1 | Plugin : Paste from Word | |
Description |
Images from MS-Word should carry the original source link (e.g. An online image) which would become the image element's 'src' attribute. |
|||||
#4440 | SCAYT context menu incorrect behavior | Bug | Normal | FCKeditor 2.6.5 | UI : Spell Checker | |
Description |
SCAYT context menu contains invalid items when there is not enough suggestions generated by SCAYT core. patch which fixes the problem attached |
|||||
#4441 | Support for copying table from MS-Word | New Feature | Normal | CKEditor 3.1 | Plugin : Paste from Word | |
Description |
Proper handling tables with the following features:
|
|||||
#4442 | Stop creating new instance of IE Toolbar on new Tab in IE7. | Bug | Normal | General | ||
Description |
I have created a toolbar for IE7. When a new tab is opened then IE create a new instance for the toolbar.
|
|||||
#4443 | Stop creating new instance of IE Toolbar on new Tab in IE7. | Bug | Normal | UI : Toolbar | ||
Description |
I have created a toolbar for IE7. When a new tab is opened then IE create a new instance for the toolbar.
|
|||||
#4444 | Adapting formattings from MS-Word to editor's style system | New Feature | Normal | CKEditor 3.1 | General | |
Description |
It's a feature inspired by Fred that if any formatting styles from MS-Word is representable by the editor's own style, it should be transformed to keep consistency with the style configurations.
|
|||||
#4445 | Support callback param for CKEDITOR.editor::setData | New Feature | Normal | CKEditor 3.1 | General | |
Description |
In order to comply with the asynchronous nature of 'setData' in wysiwyg mode, the user need to listen for a internal "contentDom" event for the very early access to a fully loaded document, we should provide a simpler form API like editor.setData( data, callback ). Correspondingly, the 'afterSetData' event which already existed now should be fired right before we invoke this callback function, so user could make their choice between these two approaches. |
|||||
#4446 | Implement ieSpell and Speller Pages | New Feature | Normal | General | ||
Description |
Since the release of CKEDITOR (v3.0) SpellChecker.net is the only available spell check engine. CKEDITOR needs to have the original functionality of ieSpell and Speller Pages implemented into the new version of CKEDITOR. |
|||||
#4447 | Strange Happenings(Embed Tags) | Bug | Normal | General | ||
Description |
Hello, Uses ver. 2.6.3 Strange Happenings from "Embed" tags missing. "table" tags is added from the process which adds "</embed>" tag with the case automatic which is not "</embed>" tag.
Orignal source code as pasted: [code] <table border="1" cellspacing="1" cellpadding="1" width="200">
</table> code
[code] <table border="1" cellspacing="1" cellpadding="1" width="200">
</table> code
Waits your advice. p.s. Sorry my poor english. |
|||||
#4448 | Sessions Internet explorer | Bug | Normal | General | ||
Description |
I have an admin site that sores a session in a folder using the following:
Then I check the session with this: function validSession($username) {
} Everything works fine I can add text to the WYSIWYG and use every tool in the editor but as soon as I press the image button it destroys the session. This only happens in IE not firefox or Chrome |
|||||
#4449 | Bug in IE: <P> inside <P> | Bug | Normal | General | ||
Description |
Hi! Please, insert this code in editor in IE browser and twice click to button source <p><strong><p>UP</p></strong></p> <p>DOWN</p> (create such a structure can then COPY and PASTE text) <p> </p> <p> </p> <p>DOWN</p> <p> </p> <p>UP</p> Top and bottom are reversed. I have not found how to solve the problem. Tell me, please. |
|||||
#4450 | Setting column paragraph alignment generates spurious <P>'s before table | Bug | Normal | CKEditor 3.1 | General | |
Description |
To reproduce:
Tested on FF 3.0.14 |
|||||
#4452 | Documenting CKTester | Task | Normal | CKEditor 3.1 | General | |
Description |
The user's guide of CKTester should be provided at the doc site. |
|||||
#4453 | FF: No context menu when right clicking a select component | Bug | Normal | General | ||
Description |
This bug is the same of the Ticket #703 and of the Ticket #2571 but now is relative at the CKEditor 3.0 with FireFox 3. |
|||||
#4455 | Unable to start editing when image inside document not loaded | Bug | Normal | CKEditor 3.1 | General | |
Description |
If there's large image inside the editing document, the wysiwyg mode will be totally freezed while the image is loading. |
|||||
#4456 | Language fix for the Hebrew language | Bug | Normal | UI : Language | ||
Description |
Attached a new translation i made to the Hebrew language. fixed some pharses and completed the list so there are no missing pharses. adapted to Revision 4280. |
|||||
#4457 | Position & size file browser window on its parent | New Feature | Normal | File Browser | ||
Description |
Currently, when CKEditor launches a file browser window, it centers the window on the screen, and if filebrowserWindowWidth/Height are set to a percentage, sizes them relative to the screen resolution. It would be great if there were a setting to override this behavior, centering and sizing the window based on the parent browser window. Maybe something like: filebrowserWindowRelativeTo: 'parent' | 'screen' This would enable file browser windows to act a little more like other CKEditor dialogs. |
|||||
#4458 | FCK 3: Unable to upload image to the server in Chrome 3.0 | Bug | Normal | General | ||
Description |
|
|||||
#4459 | CKEditor maximized appears below select element in IE6 | Bug | Normal | CKEditor 3.3 | UI : Toolbar | |
Description |
To reproduce, add <select name="foo"><option value="bar">bar</option></select> above <label for="editor1"> in replacebycode sample. In IE6 when CKEditor is maximized, select box appears above CKEditor. It works correctly in FF or IE8 (select box is invisible and only there is only CKEditor on the whole screen). |
|||||
#4460 | stack overflow 15 + areas IE 6 | Bug | Normal | General | ||
Description |
When creating a page that has more than 15 fckeditor instances that are sharing the same toolbar (that is: ToolbarLocation: 'Out:xToolbar'), Internet Explorer 6,7 and 8 genterate a "Stack overflow at line: 0" error.
15 text fields - no problem Once each field is given it's own toolbar the error stops occurring. This error does not occur in FireFox 3.5.3 This error does not occur in Safari 4.0.3 for windows |
|||||
#4461 | Combo boxes make the toolbar be heigher with Office2003 skin & RTL mode on IE | Bug | Normal | CKEditor 3.1 | UI : Toolbar | |
Description |
when adding combobox to the toolbar, the line is getting heighr and the background is being duplicated. it happens with the Office 2003 skin with RTL mode and IE6 & 8, couldn't check on 7. |
|||||
#4462 | fck mediawiki extension is broken under php 5.3.0 | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
Mediawiki 1.15.1 Php 5.3.0 Fck mediawiki extension_N |
|||||
#4463 | V3 : Inline CSS support | New Feature | Normal | CKEditor 3.1 | General | |
Description |
With FCKeditor we're able to include the plain CSS for some configuration options directly in the configuration file, avoiding having CSS files being downloaded. This can be used by the skin and the content area CSS, for example. This feature is to be ported to V3. |
|||||
#4464 | Czech Language File for FCK Editor 2.6.5 | Bug | Normal | UI : Language | ||
Description |
Czech Language File for FCK Editor 2.6.5 |
|||||
#4465 | Czech Language File for FCK Editor 2.6.5 | Bug | Normal | FCKeditor 2.6.6 | UI : Language | |
Description |
Czech Language File for FCK Editor 2.6.5 |
|||||
#4466 | Czech Languane File for CK Editor 3.0 | Bug | Normal | CKEditor 3.1 | UI : Language | |
Description |
Czech Languane File for CK Editor 3.0 |
|||||
#4467 | Wrong code for using custom icon in context menu | Bug | Normal | CKEditor 3.1 | UI : Context Menu | |
Description |
Reported with solution here http://cksource.com/forums/viewtopic.php?f=6&t=15958 by gergoe |
|||||
#4469 | Enhance 'Paste As Text' | New Feature | Normal | CKEditor 3.1 | Core : Pasting | |
Description |
Currently 'Paste As Text' will always open dialog for non-IE, we should also try to access native clipboard in other browsers as well, delivering the most satisfied result based on the maximum capability of all browsers. |
|||||
#4470 | Deprecate the dialog of 'Paste from Word' | Task | Normal | CKEditor 3.1 | General | |
Description |
Thanks for the paste from word dialog which serving as a MS-Word content paste bin for a long time...Now it could retire with honor in favor of the new auto paste detecting system, where the normal paste dialog will be used as the fall back mechanism. Of course, those checkbox options along with it will be removed together while some of config entries underlay will be kept as normal. |
|||||
#4471 | FCKEditor Value does not save when using URL Rewrite | Bug | Normal | General | ||
Description |
Windows Vista Home Premium with SP1 .NET Framework 3.5 FCKeditor.Net 2.6.3, released on 26 July 2008 FCKeditor 2.6.5, released on 21 September 2009 UrlRewriter.NET FKEditor.Value contains the initial (old) value after form submit when using URL Rewrite. |
|||||
#4472 | [FF3] Browserwindow scrolls to loaded ckEditor | Bug | Normal | CKEditor 3.4.1 | General | |
Description |
When having multiple ckEditors in a HTML-page with so many content it is scrollable, the browserwindow jumps to the last loaded ckEditor. This problem occurs in Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Used version ckEditor: ckEditor 3.0 Seems to work fine in IE7 though. |
|||||
#4473 | editor.dataProcessor.dataFilter.addRules() doesnt work for same multiple elements | Bug | Normal | CKEditor 3.1 | Core : Output Data | |
Description |
I tried to create custom plugin, that deals with div fake object, so i added some code to parse blocks presented as fake object correctly: afterInit : function( editor ) { var dataProcessor = editor.dataProcessor, dataFilter = dataProcessor && dataProcessor.dataFilter; if ( dataFilter ) { dataFilter.addRules( { elements : { div : function( element ) { ... return editor.createFakeParserElement( element, 'cke_myclass', 'div', false ); } } }); } }, requires : [ 'fakeobjects' ] The problem about it, is that exception of undefined variable is thrown when editor loads. Apparently, it only happens if pagebreak plugin is active (so another rule for DIV element is registered). But if you disable pagebreak plugin: config.removePlugins = 'pagebreak', it works just fine. |
|||||
#4474 | Hungarian translation for CKFinder 3.X | Task | Normal | General | ||
#4475 | Custom protectedSource ruins content | Bug | Normal | CKEditor 3.5.3 | Core : Output Data | |
Description |
When using custom protection for {tagname ...} elements (not for smarty here) config.protectedSource = [/\{.*?\}/gi]; // { } tags.
(one protection pattern only)
editor sometimes selectively ruins {} tags, tested with latest FF and IE7/8 {link page="test"}<p> This Web site was created with you in mind. In your busy schedule at work or at home, you may not have the time to call, visit or schedule an appointment with us. We realize this and have created this helpful and informative Web site to meet your needs 24 hours a day. Detailed information has been provided regarding our <a href="{link page="services"}" target="_top">services</a>, <a href="{link page="merchandise"}" target="_top">merchandise</a> and <a href="{link page="prices"}">prices</a>, our <a href="{link page="grief-resources"}" target="_top">grief resources</a>, <a href="{link page="when-death-occurs"}">what to do when death occurs</a> and information on various other topics. {link page="test"} become {link page="test"} <p> This Web site was created with you in mind. In your busy schedule at work or at home, you may not have the time to call, visit or schedule an appointment with us. We realize this and have created this helpful and informative Web site to meet your needs 24 hours a day. Detailed information has been provided regarding our <a href="<!--{cke_protected}%7Blink%20page%3D%22services%22%7D-->" target="_top">services</a>, <a href="<!--{cke_protected}%7Blink%20page%3D%22merchandise%22%7D-->" target="_top">merchandise</a> and <a href="<!--{cke_protected}%7Blink%20page%3D%22prices%22%7D-->">prices</a>, our <a href="<!--{cke_protected}%7Blink%20page%3D%22grief-resources%22%7D-->" target="_top">grief resources</a>, <a href="<!--{cke_protected}%7Blink%20page%3D%22when-death-occurs%22%7D-->">what to do when death occurs</a> and information on various other topics. {link page="test"}</p> Please note, that not all {} tags ruined. |
|||||
#4476 | inaccessible bullet created when adding bullet at higher level and pressing enter twice | Bug | Normal | CKEditor 3.3 | General | |
Description |
We noticed a problem in fckeditor 2.6.4.1 , when creating bullets with multiple levels , and then trying to add a bullet in the middle : If we have bullets on a higher level , and press enter twice on a bullet on that level , it creates a bullet on a lower level , which cannot be accessed. Steps to reproduce :
If you do that , it will create a bullet at a higher level , but you can't type anything at this , and you can only remove it by removing everything around the bullet. |
|||||
#4477 | Missing th in objectElements of styles plugin | Bug | Normal | CKEditor 3.1 | Core : Styles | |
Description |
table, td and even tr is there, but th is missing. Other related elements are caption, thead, tbody and tfoot. If I figure what's the use of that object I'll provide a patch. |
|||||
#4478 | Select all not enabled in source mode | New Feature | Normal | CKEditor 3.3 | UI : Source View | |
Description |
In FCKeditor 2. it was possible in Source mode to select all the code by pressing the "Select all" button, but now it's disabled |
|||||
#4479 | Styles combo is not "active" until it's clicked | Bug | Normal | CKEditor 3.3 | General | |
Description |
When the editor is loaded, the Styles combo doesn't react to changes in the content because it doesn't load the styles definition file until it's clicked, so it doesn't reflect the style of the current selection. After the combo is clicked once and the definition file is loaded then it behaves normally. |
|||||
#4480 | Table dialog generates wrong scope attribute for headers | Bug | Normal | CKEditor 3.1 | General | |
Description |
The logic for generating the scope attribute in the table dialog has some bugs. The patch fixes them. |
|||||
#4481 | stylesCombo_stylesSet doesn't work for full url | Bug | Normal | CKEditor 3.1 | Core : Styles | |
Description |
The code tries to split the configuration entry based on ':' and get a maximum of 2 splitted blocks, but the way that split() works is just ignoring the rest, not putting everything in the second value. So using config.stylesCombo_stylesSet = 'default:http://ckeditor.com/apps/ckeditor/3.0/plugins/stylescombo/styles/default.js?t=97KD' means that it will try to load a file from the "http" url This could have been avoided easily choosing any other separator as long as it isn't a valid part of a url. The patch provides a solution without changing the separator, because although no one is able to use the full url setting, some people might have used the name:relative url syntax. |
|||||
#4482 | bad guidelines regarding usage of fckeditor_config.js | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
The configuration file (fckeditor_config.js) is part of the version control and the guidelines from http://mediawiki.fckeditor.net/index.php/FCKeditor_integration_guide#Tips_.26_Tricks does tell people to change this file. This is bad practice, the configuration changes must be stored in a file that is out of fckeditor code base. I would correct the documentation page but I don't know what is the appropriate solution for this. |
|||||
#4483 | NEW pharmacy | defect | Normal | General | ||
Description |
have 511 7 / Where Can I Buy Cialis Online 6 implied 757is 145 1 and 358 9 / Cialis Sale 7 job of taking care of all the requirements of a really tired ultra runner! 347through- 23 9Many people cannot afford the cost of ancillary modalities and the extra care needed in looking after 310 2 / Cialis On Line 1 Relaxation 435distance 153 3implied 653 4 / Where To Buy Cialis Online 6 information on Light Manual Muscle Relaxation and you can afford it-please buy a manual 44properly 85 1attempt 322 0 / Buy Cialis Online In Illinois 7 point 687be 122 2Conventional 508 1 / Buy Cialis Uk 1 not 106mind is massage 120 2 |
|||||
#4484 | How to add "Insert/Edit image" custom dialog. FCKEditor 2,4.3 | Bug | Normal | Server : ASP.Net | ||
Description |
Hi, I am currently working on building a demo application on FCKEditor 2.4.3. The requirement is to be able to insert images to editor content. The default setting opens a dialog where I get a error "The server didnt send back a proper xml response" when I click "Browse Server" from the insert image dialog. How do I make it work ? If you have any documentation on the subject or any links having useful information on the topic, can you please let me know ? Thanks. Soumik |
|||||
#4485 | where do i can set default target in editarea? | New Feature | Normal | General | ||
Description |
Hi! i am testing fckeditor for our company's new RTE, so far so good to go and buy it but, we really need to set target to "_blank" in editarea.. Is there any way to change target automatically in Editarea, not dialog layer? |
|||||
#4486 | Please Change Bold and Italic to STRONG and EM | New Feature | Normal | General | ||
Description |
First, thank you for a good product. I submit this feature request on behalf of the faculty at our school. We are piloting Sakai as a possible alternative learning management system. Sakai uses the FCKeditor. We have received a number of inquiries wondering why the tool is using outdated/deprecated HTML tags for bold and italic formatting. The current editor is using B and I tags rather than STRONG and EM tags. We would really appreciate it if you would consider changing the HTML code for formatting like bold and italic, to adopt more current HTML standards. Here is a sample request from one of our faculty: "I would like to request/recommend that the WYSIWYG editor use 'strong' and 'em' tags for bold and italics rather than 'b' and 'i'. This is actually a rather important principle of HTML coding these days. The 'b' and 'i' tags focus on specific appearance rather than function; the preference these days is for more semantically meaningful tags. Also, assistive browsing devices, e.g., for sight-impaired folk, tend to prefer 'strong' and 'em.' Dreamweaver and other such editors default to 'strong' and 'em' these days." Again, we thank you for a great product, and hope you will consider this feature request. We appreciate your time and thank you in advance for your time and help. |
|||||
#4487 | FCKEditor 2.6.5 Does Not work with Safari 3.2.1 | Bug | Normal | FCKeditor 2.6.6 | General | |
Description |
I just updated to FCKEditor 2.6.5 to fix a height issue with Safari 4, but now Safari 3.2.1 doesn't display anything in the editor -- I also can't type anything in there. This was working without any problems on both versions of Safari before the update. I'm using the replace text field method in case it helps. Don't hesitate to email me for more information. |
|||||
#4488 | CKPackager: post increment does not check whether space is needed | Bug | Normal | CKEditor 3.1 | Project : CKPackager | |
Description |
The following snipped get broken by the packager: if(a==b)c++;else d++;
Space between |
|||||
#4489 | MediaWiki+FCKEditor - Cyclical Categories causes SEGFAULT | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
In using the latest trunk version of the FCKEditor+MediaWiki extension, an infinite loop will occur, leading to a segmentation fault in Apache2 if a Category page contains a cyclical reference to another Category page one level before. (The parent is the child is the parent..). Steps to reproduce:
This will work with CategoryTree extension (it will just keep going deeper and deeper showing the same tree structure). However, if you try to load the Rich Editor with MediaWiki+FCKeditor, the box containing "Category tree (start typing in the field)" will never populate and the HTTP server logs will show a SEGFAULT (11). The problem occurs in this code, part of FCKeditorSajax.body.php: function wfSajaxSearchCategoryFCKeditor() {
} function wfSajaxSearchCategoryChildrenFCKeditor($m_root) {
} We have attempted to fix this in our own Wiki by removing cyclical category references, but as soon as one person creates a new cyclical category reference, the FCKeditor categories editor will no longer work once again. Additionally, since this is a natively supported feature of MediaWiki, this should be filed as a bug within FCKeditor+MediaWiki and be supported. Additional information from my test wiki: System: Ubuntu 9.4 MediaWiki: 1.15.1 PHP: 5.2.6-3 MySQL: 5.0.75 Browser: Firefox 3.0.14 |
|||||
#4490 | Fail to load site using it's html source code... | Bug | Normal | General | ||
Description |
Dear FCKedirot,
with Regards, sureace |
|||||
#4491 | Text Style/Size - make single select | Bug | Normal | General | ||
Description |
Hi, I sthere an easy way to configure fckeditor so that end user can only select one style for any one bit of text? Thanks! |
|||||
#4492 | IE6 Image Dialog positioning | Bug | Normal | UI : Dialogs | ||
Description |
This seems to be intermittent -- I have not figured out how to reproduce it 100% of the time. When opening the editor in IE6, and clicking the "Image" icon in the toolbar, the dialog box that pops up is positioned half-way off the top of the screen. This was experienced on multiple computers running IE6. 1 PC was running IE6 under Microsoft Virtual PC. 2 PCs were running IE6 natively. All of them experienced this bug and I think it happened under a cache-free editor-load. I'm using a clean install with the default replace-textarea-by-ID implementation. |
|||||
#4493 | php tag is not working | Bug | Normal | General | ||
Description |
Any php tg is not working. PHP tag tag removing when I am pasing any php page. Please tell me how to edit php page. |
|||||
#4494 | Add norwegian language file for CKFinder | Task | Normal | File Browser | ||
Description |
I had to translate CKFinder to norwegian as part of a project, and thought you'd might want to include attached file in some future release. |
|||||
#4495 | Adobe AIR support | New Feature | Normal | CKEditor 3.1 | General | |
Description |
This is an umbrella ticket. It points to several to tickets that must be completed to bring the Adobe AIR runtime support of CKEditor. Wysiwyg AreaInline Event Handlers
Float Panels
|
|||||
#4496 | All float panels are broken in AIR | New Feature | Normal | CKEditor 3.5 | General | |
Description |
All the ui widgets that rely on float panel is not working properly, the styles are not there either. |
|||||
#4497 | Inline event handlers are ignored in AIR | New Feature | Normal | CKEditor 3.5 | General | |
Description |
All handlers in form of 'onclick=...' we had used for performance reason are all illegal in AIR. |
|||||
#4498 | Tooltip is required for the collapse/expand control | Bug | Normal | CKEditor 3.1 | Accessibility | |
Description |
No tooltip is available for the collapse/expand toolbar control.Please provide it. |
|||||
#4499 | Broken drop shadow on Office2003 and v2 theme | Bug | Normal | UI : Dialogs | ||
Description |
I've had this occur on multiple PC's in IE7. When the editor is loaded from an empty cache, it occurs http://i33.tinypic.com/2d002h3.gif After the editor loads and I press F5, it fixes itself http://i33.tinypic.com/jl2d89.gif |
|||||
#4500 | special tag being parsed instead of ignored. | Bug | Normal | Project : MediaWiki+FCKeditor | ||
Description |
MediaWiki 1.15.0 PHP 5.2.11 (cgi-fcgi) MySQL 5.1.34-community i am specifically seeing this with the mw createbox extension. i insert the create box using the insert special tag button, this works. i select the wikitext button and i see the proper tag. once i go back to the wysiwyg view by selecting the wikitext button again i no longer see the special tag and i am now seeing the form that is supposed to be created when the page is viewed. when i select the wikitext button again i go back and now see div, form and input tags. i have this in my local settings. $RTEprotectedTags[ 'createbox' ] = array( 'protect' => true, false=wiki parsing, true=protect content as <special> ); please advise |
|||||
#4501 | jQuery-UI dialog does not work with CKEditor | Bug | Normal | General | ||
Description |
when i locate the ckeditor on the jquery-ui`s dialog some inputs not work like "tables properties" etc.. |
|||||
#4502 | Make the editor ARIA-aware | New Feature | Normal | CKEditor 3.2 | Accessibility | |
Description |
The editor must base it's accessibility support in the ARIA features.
ARIA-enabled toolbar
ARIA-enabled panels
ARIA-enabled dialogs
ARIA-enabled editing block
|
|||||
#4503 | Applying the indentationChars and lineBreakChars as config properties | New Feature | Normal | General | ||
Description |
In the htmlwriter plugin, there are properties called indentationChars and lineBreakChars. these properties controls the markup of the output. i think it is necessary to make them config properties, so the developers will be able to change them within the regular mode and not just through the source mode. |
|||||
#4506 | Adding a new 'save' event | Bug | Normal | Core : Output Data | ||
Description |
Many users are looking for a easy way to override the default save button behavior, i.e. ajax post. A new 'save' event could be fired by save plugin on editor instance level to make this customization happen. |
|||||
#4507 | Adding a new 'save' event | New Feature | Normal | Core : Output Data | ||
Description |
Many users are looking for a easy way to override the default save button behavior, i.e. ajax post. A new 'save' event could be fired by save plugin on editor instance level to make this customization happen. |
|||||
#4508 | Paste plain text linebreaks alignment with v2 | New Feature | Normal | CKEditor 3.1 | Core : Pasting | |
Description |
We should align the line break logic in plain text insertion with what back in v2. // TODO: Replace the following with fill line break processing (see V2). text = text.replace( /(?:\r\n)|\n|\r/g, '<br>' ); |
|||||
#4510 | Greek Translation for CKFinder | New Feature | Normal | UI : Language | ||
Description |
i noticed that there wasn't any greek translation for CKFinder, so i decided to translate it my self |
|||||
#4511 | 'cssFloat'/'styleFloat' problem break dt/core/dom/element.html | Bug | Normal | CKEditor 3.1 | General | |
Description |
IE8 has fixed 'cssFloat' style property which preserving the 'styleFloat' for backward compatibility, which induce our feature detection logic: var cssFloat = ( typeof test.cssFloat != 'undefined' ) ? 'cssFloat' : ( typeof test.styleFloat != 'undefined' ) ? 'styleFloat' : 'float'; |
|||||
#4512 | TC from dt/plugins/styles is broken because of semicolon fixing | Bug | Normal | CKEditor 3.1 | Core : Styles | |
Description |
Extra semicolons get introduced due to the following codes: for ( var style in stylesDef ) stylesText += style + ':' + stylesDef[ style ] + ';'; |
|||||
#4513 | Link selection - not always correct | Bug | Normal | CKEditor 3.3 | General | |
Description |
Hello! When I create a link in CKEditor 3.0 and want to edit it, there are several methods of selecting the link - i.e. double-click it or a simple click. They all work fine. But if I click on the left side of a link, holding down the mouse-button, mark it to the right side of the link, release the button and then click "edit" - the URL field is always empty. in almost all browsers - Firefox 2.0.0.20, 3.5 or IE 8 for example, I can see this behaviour. Thanks! |
|||||
#4514 | Editor edit area disables on back button | Bug | Normal | CKEditor 3.1 | General | |
Description |
Environment - Firefox 3.5.3 on Mac OSX Leopard This is reproducible in the samples, specifically replacebyclass.html
|
|||||
#4515 | IE image inside DIV bug still not resolved? | Bug | Normal | General | ||
Description | ||||||
#4517 | [IE6] config 'dialog_backgroundCoverColor' doesn't apply | Bug | Normal | CKEditor 3.1 | UI : Dialogs | |
Description |
Even the style has been correctly applied to the cover div, it doesn't work in IE6. |
|||||
#4518 | [IE]Unable to open dialog without editor focus | Bug | Normal | CKEditor 3.1 | UI : Dialogs | |
Description |
Focus should be given to editor for any dialogCommand. |
|||||
#4519 | [IE]Unable to maximize without editor focus | Bug | Normal | CKEditor 3.1 | General | |
Description |
JavaScript error thrown when execute 'maximize' command without editor focus in IE. |
|||||
#4520 | Need an ID on iFrame | Bug | Normal | General | ||
Description |
We are trying to use a third party spell check program in congunction with the CKeditor. The spell check requires that we pass the ID of the iFrame the editor runs in. When I examine the generated HTML I see there is no ID on the iFrame. Is there a way to set an ID that we may then use? |
|||||
#4521 | [IE] Tab key to dialog buttons shift their position | Bug | Normal | CKEditor 3.1 | UI : Dialogs | |
Description |
EnvironmentsIE7 Standards mode Procedures
|
|||||
#4522 | [IE] Unable to redo on inserted element + typing | Bug | Normal | CKEditor 3.1 | Core : Undo & Redo | |
Description |
EnvironmentsIE6/IE7 (IE8 works well) Procedures
|
|||||
#4524 | Inconsistent processing of custom styles | Bug | Normal | Core : Styles | ||
Description |
There are some inconsistencies in the way certain style rules are applied and how they show up in the styles drop down. This is down to the lack of support for upper level elements including: <a>, <tr>, <td> etc. When a style is added to the list of styles involving the use of an <a> tag, if it is through a custom plugin, it is listed as a <span> element, and if it is through the 'stylescombo/styles/default.js' file, it doesn't show up at all. |
|||||
#4525 | [IE6] setData problem with custom plugin | Bug | Normal | CKEditor 3.1 | General | |
Description |
A simple plugin calling setData() on the editor in the exec() method falls over in IE6. The plugin is invoked by a command on the toolbar. Plugin exec() definition: CKEDITOR.plugins.simplePlugin= { exec:function(editor){ editor.setData('<b>test</b>'); } };
When using a Microsoft debugger the error thrown is: I've traced this down to what I think is the call to getSnapshotData() in the wysiwygarea which ultimately calls getHtml() on the element, after setting the data. Only an issue with IE6. |