Custom Query
Results (7801 - 7900 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#9077 | jQuery adapter - use valHooks | New Feature | Normal | CKEditor 4.2 | General | |
Description |
The jQuery adapter can make use of the valHooks feature instead of overriding val(). if ( CKEDITOR.config.jqueryOverrideVal ) { jQuery.valHooks[ 'textarea' ] = { get: function( elem ) { var $this = jQuery( elem ), editor = $this.data( 'ckeditorInstance' ); if ( editor ) return editor.getData(); }, set: function( elem, value ) { var $this = jQuery( elem ), editor = $this.data( 'ckeditorInstance' ); if ( editor ) editor.setData( value ); } }; } |
|||||
#9079 | Drag images not working in IE7 | Bug | Normal | General | ||
Description |
Hello, I'm trying to do 'drag and drop' with a picture using CKeditor 3.6.2. With firefox that works fine but that's not working with IE7 Could someone tell me if it's possible to drag pictures/drawings somehow with IE? Thanks a lot! |
|||||
#9080 | List structure broken when deleting a list entry | Bug | Normal | CKEditor 3.6.4 | Core : Lists | |
Description |
To Reproduce:
<ol> <li>A</li> <li>B</li> <li>C</li> </ol>
Expected Result: The cursor should be placed after 'A'. Actual result: A new paragraph is created and the list is broken: <ol> <li>A</li> </ol> <p> </p> <ol> <li>C</li> </ol>
Even if the user hits backspace again to try to re-create the original list structure, 'A' and 'C' are now treated as separate lists e.g. the numbering is restarted, if the user tries to indent the list, only 'A' is indented. This was introduced with rev [7392] and also occurs for bulleted lists. |
|||||
#9081 | U is not a function error | Bug | Normal | UI : Dialogs | ||
Description |
The following code displays "U is a not a function" error in the browser (firefox). CKEDITOR.on( 'instanceReady', function( ev ) {
|
|||||
#9082 | unable to customize row of ckeditor textarea | Bug | Normal | General | ||
Description |
<textarea rows="${numberofline}" cols="${width}" name="itemValue_${columnID}_${columnTypeID}" id="itemValue_${columnID}_${columnTypeID}" cssStyle="height:100%;"><c:out value="${itemValue}"/></textarea> <script type="text/javascript"> var editor = CKEDITOR.replace("itemValue_${columnID}_${columnTypeID}"); </script> i want change no. of row which pass in variable "numberofline" of textarea. This above code does not working. |
|||||
#9083 | CKeditor - Image Properties | Task | Normal | General | ||
Description |
I want to make the URL in Link tab auto set same with URL in the image info tab after uploading the image. Is it possible? |
|||||
#9084 | Move Images to position:absolute no working in IE7 | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
Hello, I need to move images into de editor to a position:absolute. In Firefox works fine, but with IE7 not working. The attached file working in Firefox, and sample which I need in IE7. Thanks a lot |
|||||
#9085 | <span class="Apple-tab-span"> remove | Bug | Normal | Core : Pasting | ||
Description |
Webkit-based browser generates <span class='Apple-tab-span' style='whitespace:pre'> </span>
to show Since ck will collapse extra whitespace except pre, it leaves: <span class='Apple-tab-span' style='whitespace:pre'> </span> So there is no reason keeping this span. see attachment patch. |
|||||
#9086 | Invalid ARIA property used on paste iframe | Bug | Normal | CKEditor 4.4.8 | Accessibility | |
Description |
The "Paste Area" IFrame in the Paste dialog utilizes a non-existent WAI-ARIA attribute: "aria-multiple" <iframe class="cke_pasteframe" ... aria-multiple="true" ... role="region"> Since this IFrame is currently marked up as a region, it should not contain aria-multiple or aria-multiline (which is what probably was originally intended). This ticket requests simply removing aria-multiple from the region markup. |
|||||
#9087 | Can any one please suggest the solution in removing the corrupted text when copied from word pad to ck editor for the version 3.6.1 | Bug | Normal | Server : ASP.Net | ||
Description |
Can any one please suggest the solution in removing the corrupted text when copied from word pad to ck editor for the version 3.6.1 Version of CK editor which we are using is 3.6.1, Revision 7072 is there any code change ? Version of CK editor which we are using is 3.6.1, Revision 7072 |
|||||
#9088 | Unable to copy the images in CK editor for IE and Crome Browser | Bug | Normal | Core : Pasting | ||
Description |
Hi,
|
|||||
#9089 | Move a image or a Text Area not working into the editor with IE7 | Bug | Normal | General | ||
Description |
Hello, I am not to move an image to any site in the editor when this is empty. Some way to insert an move a "text area", and later to insert the image inside? Please,i need help with this problem, since of which works, depend weeks on work. I am trying with demo of the ckeditor Web and changing the image properties, but nothing, is no way to move the image into the editor when this is empty with IE7. Thanks a lot |
|||||
#9092 | Cut/Copy not working in Chrome | Bug | Normal | General | ||
Description |
If you highlight some text in the editor, on most browsers you will have the option to use the Cut and Copy buttons in both the toolbar and the right-click context menu. However when using Chrome to edit content the Cut and Copy options are never available. I've tested in Firefox(13), Opera(12) and IE(7, 8 & 9) and these options work perfectly. |
|||||
#9094 | Flash content not inserted properly from rev 7542 | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
To reproduce the defect:
Issue: Flash not shown in Editor body. This works on nightly build but broken from rev 7542 HTML Source for flash inserted on nightly build which is using rev 7538 <p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="movie" value="http://bytescout.com/files/demo/swfscout_VideoSample.swf" /><embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://bytescout.com/files/demo/swfscout_VideoSample.swf" type="application/x-shockwave-flash"></embed></object></p> HTML Source for flash inserted on build which is using rev 7542 <p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"></object></p> |
|||||
#9096 | [Fx] Unable to type after new page command | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
Unable to type after press "New Page" button in Firefox. |
|||||
#9097 | Selection at the beginning of paragraphs is broken on IE9 and IE8 | Bug | Normal | CKEditor 3.6.5 | General | |
Description |
I have found it when checking #9093 To reproduce:
Result: new line is inserted above 'aaa' Alternative step 3:
This issue has only been reproducible in IE8 and IE9 from CKEditor 3.6.3 |
|||||
#9099 | Console.log left after some change | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
console.log( editor.getSnapshot() ); Was left in wysiwyg plugin. |
|||||
#9100 | Change height body default in IE | Bug | Normal | General | ||
Description |
Hello, how i can change the height default body in IE ?? I have a problem, when i move an image with position:absolute when the editor is empty in IE7, Thanks ! |
|||||
#9101 | Tab should leave listbox in smiley and specialchar dialogs | Bug | Normal | CKEditor 3.6.5 | Accessibility | |
Description |
Tab should be used to leave the listbox that is rendered in the smiley and specialchar dialogs, according to standard WAI-ARIA practices. Not allowing tab to leave the listbox makes it hard for the user to know whether there are other input fields in the dialog, as they need to traverse the whole listbox. |
|||||
#9102 | Not able to move images in IE7 and IE6 | Bug | Normal | General | ||
Description |
Perhaps this is just my browser but despite fix in [7544] I'm not able to move absolute positioned images in IE7 and IE6. When contents are empty you should be able to drag images right/left
To reproduce: |
|||||
#9103 | Outdent RTL sub list loose text direction | Bug | Normal | CKEditor 3.6.4 | Core : Lists | |
Description |
|
|||||
#9105 | Backspace to join sub list item produces orphan | Bug | Normal | CKEditor 3.6.4 | Core : Lists | |
Description |
|
|||||
#9107 | FF, WinXP, JAWS: Can't use arrows in Smiley or Special Chars Dialogs when you tab to Cancel button and back | Bug | Normal | Accessibility | ||
Description |
To reproduce (don't use mouse):
Result: JAWS reads Cancel button and you can't navigate with arrows. This issue has been reproducible only in Firefox from CKE 3.5 - when navigation with arrows while JAWS is enabled was introduced (It didn’t work before). |
|||||
#9109 | Found few bugs/questions | Bug | Normal | General | ||
Description |
Hi, My name is Steve Bang. I am trying to purchase the richtext editor that can work best for my clients. I tested some cases on the demo, and found some questions. I will attach the document file. Please let me know if you have any questions about it. Thank you. Steve Bang |
|||||
#9110 | IE: Unspecified Error when making a selection with images in the editor | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
This problem occurs when <META content="IE=7.0000" http-equiv="X-UA-Compatible"> is included in the HTML for the page. See 'IE unspecified error.html' for a reproducible test case.
Problem: an unspecified error occurs. This is related to ticket #9034 and requires a similar fix. A proposed solution is provided in the attached patch. |
|||||
#9112 | Some table operations are causing javascript errors | Bug | Normal | General | ||
Description |
FF ESR 10.0.4 Insert a table. plugins/dialog/plugin.js, function changeFocus(offset) causes javascript error (see first attachment) Press okay with default values to insert the table. Press the tab key twice. plugins/tab/plugin.js, function selectNextCellCommand (backward) causes javascript error (see second attachment) In both cases the operations appear to work properly and maybe this is working as designed; however, it would be preferable to guard against the error condition so that the javascript error doesn't occur. |
|||||
#9113 | how i will add new bullet option like list-style-image | Bug | Normal | General | ||
Description |
I want to add list-style-image at <ul> tag. How I will add this? |
|||||
#9114 | Colors are possibly removed when using pastefromword | Bug | Normal | Plugin : Paste from Word | ||
Description |
Hello everybody, in plugin pastefromword\filter\default.js (V 3.6.3, Line 1190ff) the styleFilter for colors, or more specific the new-value function does not return anything but "false" for transparent colors (or the replace for gecko). When this filter is applied to styles colors and background-colors are removed - which I believe is not desired. Shouldn't this function "return value;" if the two other tests have "failed". Tested in IE on an Excel copy&paste: without: background-color is removed with "return value": background-color is retained (as expected - removeStyles in config is false). Problem still remains in todays downloaded nightly build. Thanks linnex |
|||||
#9115 | IE6, IE7: Dialog contents are overflowing dialogs (Kama Skin) | Bug | Normal | CKEditor 3.6.4 | UI : Dialogs | |
Description |
To reproduce just open dialogs like: About, More Colors, Special characters, Anchor, Form Fields (all except for image button). This is happening for Kama Skin. See image |
|||||
#9116 | IE6-8: Can't execute link commnad twice in a row | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
To reproduce:
Result: focus goes to first line (see video) |
|||||
#9117 | FF error shown when calling setData() on hidden editor, with autogrow on | Bug | Normal | CKEditor 3.6.5 | General | |
Description |
Appears to be Firefox only. To reproduce:
Result: this.getWindow().$.getComputedStyle(this.$, "") is null The same test case without autogrow enabled works without errors. This appears to be a regression from rev. 7244, fix for ticket #8050. |
|||||
#9118 | IE6, IE7: Table resize plugin does not work. | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
While in IE6 and IE7 open tableresize plugin and try to resize the table. JavaScript error is thrown:
Message: getSelection() is null or not an object See video. |
|||||
#9119 | meta tag in body causes invalid html structure | Bug | Normal | General | ||
Description |
When there is a meta tag in the body of the html, the body and html tags being closed just before the start of the meta tag, instead at the end of the document. I'm using Full Page option This is the html: <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?xml version="1.0" encoding="UTF-8"?> <html>
<meta name="emailThisHash" content="mCx5aKlDJki31/mIVbNHdg"> <div class="articleBody"> <div itemprop="sourceOrganization" itemscope itemtype="http://schema.org/Organization" itemid="http://www.nytimes.com"> <meta itemprop="name" content="The New York Times Company"/> <meta itemprop="url" content="http://www.nytco.com/"/> </div> <div> Test 1 2 3 </div>
This is outputed html: <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?xml version="1.0" encoding="UTF-8"?> <html>
</html> <meta content="mCx5aKlDJki31/mIVbNHdg" name="emailThisHash" /> <div class="articleBody">
</div> <meta content="The New York Times Company" itemprop="name" /> <meta content="http://www.nytco.com/" itemprop="url" /> <div>
|
|||||
#9120 | Sleipnir 3.5 for Mac, a Safari-based browser fails to load CKeditor | Bug | Normal | General | ||
Description |
Sleipnir 3.5 for Mac, a Safari-based browser fails to load CKeditor. It's obviously a regression in the current versions of CK and FCK. Some elder versions work fine, but those are more than 2 years old FCK. (Some old versions work somehow, but fail to load an existing content, only create a new text.) I mean visual mode, the HTML source mode generally works. |
|||||
#9121 | CKEditor 3.6.3 full-page edit affects titles | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
The Google Chrome 20x popup issue was the main reason I wanted to upgrade the editor. Once updated with the nightly build of CKEditor and the popup problem was resolved. However, after the update, i'm running into a problem when editing "full page" 4.01 html pages. The page loads fine, but the document title is being removed by CKEditor and appears like this... <title></title> This problem is even in this website's demo, enter into Source and put a title, and go back and forth between Source and GUI, the title disappears: http://nightly.ckeditor.com/7550/_samples/fullpage.html Interestingly, if you enter the meta tags for descriptions and keywords within the demo, they will appear properly and will not be removed. Copy these into the demo Source code to test... <title>Disappearing Title Bug</title> <meta content="disappearing title bug on demo" name="description"> <meta content="title, bug" name="keywords"> Reverting back to the prior backup of CKEditor, and of course, the popup problem returns, but the "full page" editor functions normally with the title appearing correctly. While on the subject of "full page" editing, the editor performs all its features normally, but it always enters this bit of code <p> </p> just before the </body> statement. This code is added and appears after entering the editing box when in the GUI mode. In summary, the perfectly coded W3C validated html page has this new code added when entering into the GUI editor box. For reference purposes, the editor doctype in config.js is configured to publish 4.01 Transitional html pages to ensure web pages display on various browsers. Additionally, I've updated to the latest CKFinder, but the popup issue remains. Thus, I'm using (reverted to previous) CKEditor 3.6.1 with CKFinder 2.2.2. I hope these notes help in resolving these issues soon. Thank you for all that you do. |
|||||
#9122 | CKFinder for PHP4x websites | Bug | Normal | General | ||
Description |
I've recently updated to the latest CKFinder 2.2.2 in hopes of resolving the Chrome 20x pop-up issue (it did not help, popup problem continues). Since we are on a server which has PHP4x and will not be updating to PHP5 (too many internal server reasons to list here), the new CKFinder was not loading properly because of this error in the server log: PHP Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /.../core/connector/php/php4/Utils/Misc.php on line 54, Therefore, in order to successfully get CKFinder loaded, I had to comment out this function beginning in line 54 /core/connector/php/php4/Utils/Misc.php /* public static function encodeURIComponent($str) { $revert = array('%21'=>'!', '%2A'=>'*', '%27'=>"'", '%28'=>'(', '%29'=>')'); return strtr(rawurlencode($str), $revert); } */ With this code commented out, CKFinder loads normally. I hope these notes help developers in making sure CKFinder will work with either PHP4x or PHP5x in the future. |
|||||
#9127 | IE6-8 selection range lost when pasting with dialog | Bug | Normal | General | ||
Description |
I have found it when checking #8849. To reproduce:
Result: Selection is applied to wrong text.
NOTE:
Before this rev. [7518], the above TC produced JS error:
Message: Invalid argument. |
|||||
#9128 | IE7: Link dialog gets broken when opend for the second time. | Bug | Normal | General | ||
Description |
To reproduce:
Result: Link dialog has broken layout. Reproducible from rev. [7512] |
|||||
#9129 | Backspace at the start of first list item | Bug | Normal | CKEditor 3.6.5 | Core : Lists | |
Description |
The current behavior of backspace at the start of list is browser dependent: <ol> <li> ^foo</li> <li> bar</li> </ol> We should fix it to be not doing anything, if not inside of a sub list. |
|||||
#9131 | Plugins missing dependencies | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
Some plugin dependencies are missing right now in v3. |
|||||
#9132 | IE6-8 JS error thrown when pasting with dialog | Bug | Normal | CKEditor 3.6.5 | Core : Pasting | |
Description |
I have found it when checking #8849 and #9127. To reproduce:
Result: The above TC produces JS error:
Message: Invalid argument. It has been reproducible (IE6-8) from rev. [7239] to [7382]; got fixed in [7383] and showed up again from [7447] to [7517]; got fixed in [7518] and now has been reproducible from CKEditor [7560] Guys, Please use CRTL+F5 or clear cache from time to time if you have problems with reproducing. |
|||||
#9133 | IE: Can't apply inline style to empty line. | Bug | Normal | General | ||
Description |
Steps To Recreate:
RESULT: Your new text will NOT have the font family, size, or bold (or italic or such). Reproducible from CKEditor 3.0 in all versions of IE's. |
|||||
#9134 | Opera: Can't apply inline style to empty line. Empty lines collapse. | Bug | Normal | General | ||
Description |
Steps To Recreate:
RESULT: Empty lines will get collapsed in WYSIWYG mode and inline styles will not get applied to these lines.
NOTES: Reproducible from CKEditor 3.0 in Opera 12. |
|||||
#9135 | Cannot clear one of Bold or Italic or Underline when all used together on Opera | Bug | Normal | General | ||
Description |
Found on Opera 12
Another situation:
Third situation:
Playing more with selecting and deselecting
Only going to the next line by pressing ENTER key makes them work properly (even when all Reproducible at least from 3.6 |
|||||
#9136 | [Webkit] Enter key scrolls down the page when CKEditor is in absolutely-positioned div | Bug | Normal | General | ||
Description |
Ckeditor 3.6.3 + Windows XP SP3 + latest Chrome browser. When I hit 'Enter' inside the editor, the cursor goes to the next line AND the entire page scrolls down to the end. See the attached sample. Ckeditor 3.6.2 does not have this bug. This is happening when position: absolute is set on surrounding <div> element or when body has height:100% set or when editor is inside a float element. |
|||||
#9137 | base-tag is not outputeed when head-tag has an attribute | Bug | Normal | CKEditor 4.4.5 | General | |
Description |
/_source/plugins/wysiwygarea/plugin.js L.991 baseTag && ( data = data.replace( /<head>/, '$&' + baseTag ) ); I think that it is not /<head>/ but /<head[^/>]*?>/ here. |
|||||
#9138 | [IE8 Quirks] Placeholder plugin | Bug | Normal | General | ||
Description |
Found in IE8 Quirks - works fine in standard mode
Reproducible at least from 3.6 |
|||||
#9140 | [EnterMode = BR] JS error when trying to create a list | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
Found in FF13, there is a similar error in IE9 (did not check other browsers)
Result in Firefox: sibling.is is not a function if ( sibling && sibling.is( listNode.getName() ) ) list/plugin.js, line 703 Result in IE9: Object doesn't support property or method 'is' list/plugin.js, line 703 character 4 Introduced in [7540] |
|||||
#9141 | IE - invalid title in full page sample | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
Using IE (confirmed at least in IE6 and IE9) do the following:
result: <html> <head> <title>Rich text editor, editor1, Press ALT 0 for help</title> </head> <body> </body> </html>
In general, empty titles are now replaced with |
|||||
#9142 | CKeditor not showing/working in Firefox 13.0 | Bug | Normal | General | ||
Description |
Hi I am new to ckeditor. I just tried to integrate CKeditor with a php program .I have 2 links in my webpage viz.- "About Us" or "Contact Us" link which on clicking will allow to edit the text in the respective textarea.I am using MySQL as db & Firefox 13 as well as Internet Explorer 8 as browsers. But neither of the browsers are showing the CKeditor except the textarea when I click on "About Us" or "Contact Us" link!! Here is the PHP MySQL script- <?php session_start(); include "lib/conn.php"; include "lib/chk.php"; if($_POST["edit_page"]) { $sql="update `page` set `detail`='$_POST[add]' where `page_name`='$_POST[edit_page]'"; mysql_query($sql); $_GET['page']=$_POST['edit_page']; } include "lib/style1.php"; include "lib/menu.php"; include "lib/leftmenu.php"; ?> <script type="text/javascript" src="ckeditor_source.js"></script> <?php $sq="select * from `page` where `page_name`='$_GET[page]'"; $res=mysql_query($sq); while($rw=mysql_fetch_array($res)) { ?> <FORM METHOD=POST ACTION="edit.php" name="f1"> <INPUT TYPE="hidden" NAME="edit_page" value="<?php echo $_GET[page];?>"> <TEXTAREA NAME="add" ROWS="5" COLS="20"> <?php echo $rw[detail];?> </TEXTAREA> <BR> <INPUT TYPE="submit" name="ed" value="edit"> <?php } ?> </FORM> <?php include_once"ckeditor/ckeditor.php"; $CKEditor=new CKEditor(); $CKEditor->basePath='ckeditor/'; $CKEditor->replace("add"); ?> I have page saved in this path "htdocs/www/one" where 'one' is the folder name containing the CKeditor. Also,I have unzipped the latest CKeditor. Please tell me what extra script I have to add to the above code? I am a complete novice in this field. I will be greatly obliged if anyone can kindly throw some light on these!! :-) |
|||||
#9144 | Paste from Word doesn't work on Chrome | Bug | Normal | Plugin : Paste from Word | ||
Description |
Paste from Word does not work on Chrome. Attaching the tested file. |
|||||
#9145 | Dialog buttons are cutoff from top | Bug | Normal | CKEditor 3.6.4 | General | |
Description |
Clearly noticable at the select input dialog, but all buttons are affected, including OK and Cancel. The buttons are a bit cutoff from top. |
|||||
#9147 | Chrome: RTL on a list bullet has no visual effect | Bug | Normal | General | ||
Description |
Note that the text remains on the left, although the bullet has rtl direction applied. |
|||||
#9148 | Browse file button not working in Crome | Bug | Normal | General | ||
Description |
When you hit the browse server button in the dialog popup for insert image the new window (containing the filemanager) will not show in Google Crome. Tested at your demo also and get the same result. Windows 7 Google Crome 20.0.1132.57 m CKEditor 3.6.2 ASP.NET-version |
|||||
#9149 | image upload issue in chrome 20 | Bug | Normal | UI : Dialogs | ||
Description |
Hi I'm using Google Chrome version 20.0.1132.57 m and CKEditor 3.6.3. The error appears when you click "Browse server" button for popup. The window is just minimized and there is no obvious way to restore it. If you use ctrl+click then it opens in new tab and works fine. Also there could be a possible solution to replace this code if(t.indexOf(' chrome/18')==-1){s.moveTo(r,q);s.resizeTo(n,o);}s.focus();s.location.href=m;} by these if(t.indexOf(' chrome/18')==-1){setTimeout(function(){s.moveTo(r,q);s.resizeTo(n,o);}, 100);}s.focus();s.location.href=m;} in ckeditor.js in line 78. This worked fine for me as a temporary solution, but it would be better to have this in version 3.6.4 so I can update ckeditor. Thanks in advance! |
|||||
#9150 | Opera: Link selection is incosistent | Bug | Normal | General | ||
Description |
I have found it when reproducing #9146 for Webkit - it is the same TC but different version.
Note that the first character becomes a link. |
|||||
#9151 | Outdent RLT list item results in item wrapped in Div or P | Bug | Normal | Core : Lists | ||
Description |
I have found this problem while reproducing #9123
Result: Please note that there is P wrapping "bar" element. In DIV and BR mode this is changed to DIV. <ol> <li> foo</li> <li dir="rtl"> <p dir="rtl"> ^bar</p> <ol> <li> baz</li> </ol> </li> </ol> Reproducible in IE6-9 and Firefox from CKEditor 3.6.3 rev. [7419]. |
|||||
#9152 | [IE8] Delete key before list item | Bug | Normal | CKEditor 3.6.5 | Core : Lists | |
Description |
It affects IE8 on WinXP only. |
|||||
#9155 | Browser Difference: Link selection is incosistent | Bug | Normal | Core : Selection | ||
Description |
This ticket is an extension to #9146 and #9150. While there is clearly bug in Opera and Webkit, I'm not sure if the below case is a bug or just different behaviour that can't be fixed. To Reproduce:
Result: in IE and in Firefox whole typed text becomes a link .
NOTE: This issue is more of the question whether IE and FF behaviour is correct (IMHO is) while #9146 is bug. |
|||||
#9158 | Opera: pressing backspace at the beginning of list, removes the list | Bug | Normal | General | ||
Description |
Regression introduced in [7540]. Should be resolved by #9129. |
|||||
#9160 | r7387 breaks editor in Chrome Win7 | Bug | Normal | CKEditor 4.5.2 | General | |
Description |
Using Chrome 19.0.1084.56 on Win7 [7387] (fix for #7360) "7360_2.patch" breaks the editor. When leaving the tab with the editor and returning to that tab, the editor just vanishes, because mainElement.getSize returns zero. Reverse apply of "7360_2.patch" fixes this for me. My config: var ckEditorConfig = { removePlugins: 'elementspath,maximize,resize', extraPlugins : 'autogrow', autoGrow_bottomSpace: 20, autoGrow_minHeight: 10, resize_enabled: false, autoUpdateElement: true, sharedSpaces : { top : 'topSpace', bottom : 'bottomSpace' }, toolbarCanCollapse: false, contentsCss: '/css/email_editor_content.css' }; The editor is instantiated with jQuery adapter: $someElement.find('textarea').ckeditor(ckEditorConfig); |
|||||
#9162 | "Browse server" window resized to very small window | Bug | Normal | General | ||
Description |
Hi I'm using Google Chrome version 17.0.963.83 and CKEditor 3.6.3 (revision 7474) on ubuntu. The error appears when you click "Browse server" button - the popup which appear is resized to very small window hidding all the content of the files thumbnails. The strange thing is that the window is shown with correct size if you retry this action for a few times. I can't reproduce the bug on the http://ckeditor.com/demo |
|||||
#9163 | IE8 & IE 7: not getting CKEditor.instances in IE8 and below version of IE | Bug | Normal | General | ||
Description |
I am trying to attach the change , focus and blur events to my CKEditor instances that are dynamically generated.Find below the code. Its working fine for Ie9 and other browsers but not getting the instances in IE8 and below IE versions. Here is the code. <script type="text/javascript"> if (window.addEventListener) { window.addEventListener('load', onpageload, false); } else { window.attachEvent('onload', onpageload); } </script> and the function is : function onpageload(e) { var dirtyField = document.getElementById("dirtyfield"); for (var i in CKEDITOR.instances) { CKEDITOR.instances[i].on('change', function () { dirtyField.value = true; }); CKEDITOR.instances[i].on('focus', function () { this.document.$.childNodes[1].childNodes[1].style.backgroundColor = '#ebf5d0'; }); CKEDITOR.instances[i].on('blur', function () { this.document.$.childNodes[1].childNodes[1].style.backgroundColor = '#FFFFFF'; }); } } Unable to get the instances in IE8 so the code in not able to loop and attach the events with the instances. |
|||||
#9164 | Problem with submitting form with space as values | Task | Normal | Server : PHP | ||
Description |
Suppose I am using ckeditor and want that users cant provide blank values. But If I restrict them with js and and user type only space three to four times and then submit that form then the validation does not work as it takes spaces as value. Now please tell me how to submit form without any white spaces. |
|||||
#9165 | scroll bar - scrolling up automatically when user selects text from dropdownlist in Fck editor using Internet explorer | Bug | Normal | UI : Source View | ||
Description |
iam using fck editor in my application....here iam facing problem with scrollbar in fck editor in Internet explorer.. i have an dropdownlist in html editor..i placed that dropdownlist at the very end in the fck editor (text area) ...if user selects any text from dropdownlist the cursor position is at right location i mean at the very end ... where as scroll bar scrolling up automatically......actually i want the scroll bar be at cursor location itself....but it is scrolling to top automatically ...pls help me out..very urgent plssss...is there anything we have to change in fckconfig.js or ckconfig.js? |
|||||
#9166 | how to avoid two spaces by pressing enter key in fck editor? | Bug | Normal | UI : Enter Key | ||
Description |
iam using html editor in my application....iam using asp.net,fckconfig.js,ckeditor-config.js,styles,enterkeypress.html so many files are there ..... my issue is when i press enter key in fck editor it is taking two spaces....i want only 1 spce when i press enter key.....how to avoid two spaces by cling enter key in fck editor? |
|||||
#9167 | Switching to source and back creates invalid html | Bug | Normal | CKEditor 3.6.6 | General | |
Description |
This is line 1. This is line 2.
<p> This is line 1.</p> <p> This is line 2.</p>
<p> This is line 1.</p> <br /> <p> This is line 2.</p>
<p> This is line 1.</p> <p> </p> <p> <br /> <p> This is line 2.</p> </p> <p> </p>
This is very problematic since we have many documents that exist with embedded br's and every time we save the files and reload them, they become more and more corrupt. This worked properly in 3.6.2. No testing was done on 3.6.3. |
|||||
#9168 | Chrome and FF ; When a new page that using docprops plugin, title is not set. | Bug | Normal | General | ||
Description |
Using the Chrome and IE, was discovered in version 3.6.5. Does not occur in IE.
result <html> <head> <title></title> </head> <body></body> </html> The same result was brought also by http://nightly.ckeditor.com/7582/_samples/fullpage.html. 6)click source /or a submitt button is also the same. |
|||||
#9169 | Microsoft word to CK Editoer pasting not working in IE 8 | Bug | Normal | Plugin : Paste from Word | ||
Description |
Hi All, In our project We want to convert content of Microsoft Word document to ck editor for Wiki Page, but in IE 8 it cannot parse correctly and display some <!--[if !supportLists]-->… <!--[if !supportLists]--> in the content and not maintain format as well. It cannot copy the styling and color of content for Microsoft Word document to ckeditror. Problem is also exist for images as well, if someone copy the image content from Microsoft Word to ck editor then in ckeditor image path is set as from local machine for Ex. " <img src="file:///C:\DOCUME~1\MAHIPA~1.RAN\LOCALS~1\Temp\msohtmlclip1\01\clip_image001.jpg" />" which is incorrect. Has anyone give direction on above problems? Your solutions must be appreciated. |
|||||
#9170 | Scroll Bar Issue in FCK Editor in IE | Bug | Normal | General | ||
Description |
The Problem is with the Scroll bar which is automatically scrolling to FCK Editor's starting point (Top position)after the user selects some item from the suggestion box. But Actally the scroll bar should be at the same position where user selects the item. And Cursor is also missing after the selection. But the Scroll bar is moving to the FCK Editor starting point after the selection of the item. Please see the below demo to understant the problem clearly. |
|||||
#9171 | Error in the documentation | Task | Normal | General | ||
Description |
Hi, On this page, http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Dialog_System it is written that : buttons: [
] I think, you must write : buttons: [
] |
|||||
#9172 | How to use Advance Link Option in CkEditor | Task | Normal | General | ||
Description |
I want to create a link within webpage, but am not satisfied with normal anchor links, i need to do someting better like below Create a Heading link on webpage e.g "Location Details",when user clicks the Location Details, the detailed information on location/text should appear just below the heading and should vanish when the heading link is clicked again.. I have no programming experience, please advise, how i can do it using advance link option in CkEditor. |
|||||
#9175 | IE8-9 - Selecting everything via mouse drag and hitting backspace causes browser to go back | Bug | Normal | CKEditor 3.6.5 | General | |
Description |
Steps to Reproduce
Expected Result
Actual Result
Note Video of the issue being reproduced: http://screencast.com/t/KbxCpzByVNtg |
|||||
#9179 | dialog button style | New Feature | Normal | Core : Styles | ||
Description |
I think, we should custom the style of the buttons we create in a dialog. For example in order to change the background color of a button. As the align option, the labelStyle option is not effective : { type : 'button', id : 'chargement', style : 'margin-left:200px;', align : 'center', labelStyle : 'font-weight: bold', title : 'My button', label : 'My button', } This code gives : <a style="margin-left:200px;" href="javascript:void(0)" title="My button" hidefocus="true" class="cke_dialog_ui_button anyClass" role="button" aria-labelledby="cke_120_label" id="cke_121_uiElement"><span id="cke_120_label" class="cke_dialog_ui_button">My button</span></a> I think these 2 options should be work. |
|||||
#9183 | [IE] Copied text with set size result with font element after pasting it | Bug | Normal | General | ||
Description |
Tested on IE8. |
|||||
#9184 | In joomla ckfinder not open properly | Bug | Normal | File Browser | ||
Description |
I m using ck-editor in Joomla(2.5) and I found a bug for chrome (20.0.1132.57 m) version. When open image browser in ck-editor, the popup of image browser goes minimize. Its not shown to user in maximize mode. we can saw it on windows bottom-toolbar.When click on right click on ck-finder minimize option and choose the maximize, then it shows proper on a window. I have checked with newer version of ck-editor of joomla, but not work. Please see the issue for it. |
|||||
#9185 | Inline javascript strings containing html become corrupt on edit | Bug | Normal | Core : Parser | ||
Description |
Related to ticket:7243, if my editor content contains protected elements (a, area, img, or input) embedded in a javascript string, ckEditor will try to protect their attributes (href, src, name), even if their quote delimiters are escaped. For example: ckEditor will change this: var link = "<a href=\"http://google.com\">Google</a>"; to this: var link = "<a data-cke-saved-href=\"http://google.com\">Google href=\"http://google.com\">Google</a>"; Fix: the protectAttributes() parser (in htmldataprocessor/plugin.js) should ignore attributes with escaped delimiters. More specifically, line 291-292 (v3.6.4) should change from this: var protectElementRegex = /<(a|area|img|input)\b([^>]*)>/gi, protectAttributeRegex = /\b(on\w+|href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi; to this: var protectElementRegex = /<(a|area|img|input)\b([^>]*)>/gi, protectAttributeRegex = /\b(on\w+|href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'\\>]+))/gi; (I just added an escaped backslash to that last non-capturing group in the regex.) I have tested this change on the following permutations, and the regex still correctly captures all but the last two links (which should be ignored because they are invalid anyway): <a href="http://google.com">Google</a> <a href=http://google.com>Google</a> <a href= 'http://google.com'>Google</a> <a href="">Google</a> <a href= \\>Google</a> <a href=\"http://google.com\">Google</a> Thanks guys! |
|||||
#9186 | meta tags placed in list and div with enter mode BR cause infinite loops. | Bug | Normal | CKEditor 4.4.3 | General | |
Description |
To reproduce:
Result: infinite loop. Problem has been reproducible in Firefox from CKE 3.5.3 rev. [6629] Despite code being invalid I think that it should not cause infinite loops. |
|||||
#9190 | Embed ckeditor in ckeditor dialog? | Task | Normal | UI : Dialogs | ||
Description |
Is it possible? |
|||||
#9191 | Not possible to outdent content in a div containing a table | Bug | Normal | General | ||
Description |
To Reproduce:
Problem: The table cannot be outdented. If you insert some text and then the table (without pressing enter), it is not possible to outdent the text either, even if the table is deleted. Similarly if you enter some text below the table, this text cannot be outdented even after the table has been deleted. This issue is also reproducible in P enterMode using the Normal (DIV) paragraph formatting option. |
|||||
#9192 | Link Plugin and emailProtection='encode' problem | Bug | Normal | CKEditor 4.5.5 | General | |
Description |
When I config CKEditor for emailProtection = 'encode' and try edit already encoded email address, Link Plugin Dialog parse email with postfix 'undefined' like this: test@… |
|||||
#9194 | stylesheetparser, using Generic Class defined in stylesheet, generic classes broken in Styles Dropdown | Bug | Normal | Core : Styles | ||
Description |
I understand the stylesheetparser is designed to only work with classes assigned to elements. Example; div.normalText { ... } OR; span.normalText { ... } However, I would like to use Generic Classes... Example; .normalText { ... } The following code populates the styles dropdown with "generic" classes defined in an external stylesheet; $('#myTextarea').ckeditor({ extraPlugins:'stylesheetparser', stylesheetParser_skipSelectors:/(^body\.)/i, stylesheetParser_validSelectors:/\.\w+/, contentsCss:'/css/styles.css', stylesSet:[], toolbar:[['Bold','Italic','Underline','-','Styles','FontSize']] }); The Problem is that generic classes show up as broken in the Styles Dropdown. It shows the following format for each Dropdown Item; < class="normalText">.normalText</> See attached Image I tried to edit the source and fix myself, but honestly I'm lost :) I understand what is happening, it is using the element to generate the html in the dropdown... In this case the element is empty, thus the broken html tag above... My recommended solution is to use a <span> in the dropdown list when the element is empty. Can this simple fix be added to the next release of ckeditor? (It is very important to me that Generic classes be supported) Thanks! |
|||||
#9195 | It is not possible to remove contextmenu. | Bug | Normal | General | ||
Description |
To reproduce:
Context menu is still there. Reproducible from CKEditor 3.6.4 rev [7561]. |
|||||
#9196 | need to remove paste in ck editor | Task | Normal | General | ||
Description |
i need to remove paste option completely, please let me know where i need to edit the js code. |
|||||
#9198 | Image dialog not showing in IE9 when compatibility view is enable. | Bug | Normal | File Browser | ||
Description |
Hello guys, I've successfully installed CKEditor on my website and I also have integrated CKFinder with CKEditor too. Everything seems to be working fine but when enabling compatibility view in IE9 the image dialog is not displayed properly. What I noted is that the Image properties window (the image dialog) is fired but not visible, and if I scroll down quickly the browser, I can see the Image properties window showing at the very bottom of the screen, but as soon as I finish scrolling down the browser, the image dialog disappears again. My website runs under HTTPS. |
|||||
#9200 | custom styles are not preserved in IE while editing the content in FCK editor | Bug | Normal | UI : Toolbar | ||
Description |
I have added the new custom styles in FCKstyles.xml and updated the fckedtorarea.css with defination . new custom styles are working in firefox and google chrome but in IE (7,8) browser unable to preserved the styles . 1st time i am applying the custom styles to content and it was working but again opening same content in fckeditor text area custom styles are not preserved |
|||||
#9201 | When CKEditor is inside an IFrame, it is not possible to move dialogs outside the IFrame | New Feature | Normal | UI : Dialogs | ||
Description |
To see an example of this:
Problem: It is not possible to move the dialog outside of the IFrame. This makes it difficult to use the Find/Replace features since the dialog obstructs much of the editor. The reason we would like support for this is to use CKEditor with Open Social APIs. This requires CKEditor to work as a gadget in an Open Social container (e.g Shindig) where the CKEditor dialogs can open in a specified target frame/IFrame instead of in the HTML page of the editor. One idea we have discussed as a possible workaround for this was to hide another editor instance in the frame/IFrame where we want the dialog to display and switch the editor documents between the 2 editor instances. However this is not ideal since it requires an extra editor instance and there could be many other undesired consequences of this. Since Open Social is becoming widespread in enterprise applications, it would be great for CKEditor to support this usecase. Is there some other way this can be supported? |
|||||
#9202 | Paste over selected text throws javascript error | Bug | Normal | General | ||
Description |
When you paste over selected text with the paste button or from the context menu, a javascript error occurs. The text is still pasted. Keyboard paste ctrl-v does not cause the error. This at least occurs in IE8, not Firefox or Chrome. Go to http://ckeditor.com/demo to try it out. |
|||||
#9204 | Adding a link to an image removes the ability to edit that image attributes | Bug | Normal | UI : Dialogs | ||
Description |
Descriptive summary: Upon adding a link to an image's attributes and saving the dialogue, upon attempting to adjust the image attributes, one is instead editing the link attributes. Steps to reproduce: http://ckeditor.com/demo double click the image, go to the link tab, add a url, save the dialogue, re-open and note it is the link dialogue. Browser name and OS : FireFox 14.0.1 for Ubuntu Canonical 1.0, Ubuntu 12.04 Precise Screenshots: http://i.imgur.com/fq5EJ.png http://i.imgur.com/vNnpk.png Sample data <a href="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"><img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px;" /></a> |
|||||
#9205 | HTMLDataProcessor attribute protection in protectSource method | Bug | Normal | CKEditor 4.3.4 | General | |
Description |
The regular expression used for attribute matching is overly aggressive (it matches outside of HTML tags). This was resulting in some of the protection characters making their way to our final output (such as: "{C}" or "{cke_protected_1}"). |
|||||
#9206 | Undeletable p-tag after quitting enumerations with backspace | Bug | Normal | General | ||
Description |
Create a unnumbered list Create a few list items Hit ENTER to create a new empty enumeration item Hit BACKSPACE to leave the enumeration. Write some fancy stuff. If you view the HTML source, you see that there is a <p> tag too much. In most browsers this is fine, but in IE8 in IE7 compatibility mode, an undeletable (you can't click the line) paragraph is between the enumeration and the fancy stuff. See Screenhost in attachment. |
|||||
#9207 | Source duplicates template background in IE | Bug | Normal | General | ||
Description |
Ticket REF : 6557-USFL-1340 | Ticket ID : 6730
Results:
It seems that in IE9 block content is not being styled when it is pasted inside span. |
|||||
#9208 | Unexpected enter-key behavior | Bug | Normal | General | ||
Description |
Observe that the cursor moves to the beginning of the second line (as expected), but that the text just entered also jumps to the second line and the cursor is now positioned before that text (not expected). I expected text to remain on line 1 and cursor to be positioned after the text. I am running CKEditor 3.6.2 within the context of jQuery 1.5.1 and using the Chrome browser. Is this a known issue and I didn't know the right keywords to find it? Is it due to bad configuration on my part? Is it fixed in a newer version of CKEditor? |
|||||
#9209 | IE7: Browser crash when changing list item type | Bug | Normal | CKEditor 3.6.5 | Core : Lists | |
Description |
To reproduce:
Result: Browser crashes and closes on IE7 Reproducible on trunk and nightly. Originally found by customer on 3.5.3, appears reproducible from rev [6241]. |
|||||
#9210 | Unable to copy the images in CK editor for IE and Crome Browser | Bug | Normal | Plugin : Paste from Word | ||
Description |
|
|||||
#9212 | Placeholder plugin broken | Bug | Normal | CKEditor 4.0 | General | |
Description |
When editing (by double clicking) a placeholder, the plugin triggers an error. To recreate:
Expected result: Opens the dialog so you can change the placeholder name. Current result: Javascript error is being thrown, no dialog is opened. The error: TypeError: current.is is not a function if ( current.is( 'body' ) || !current.isReadOnly() ) core/selection.js line 960. |
|||||
#9213 | Image attributes are converted in css style | Bug | Normal | General | ||
Description |
Using width, height and align in the image editor is automatically converted to a style tag. While this approach is html valid, it create lots of compatibility issues in gmail and outlook 03-07. Since a great deal of persons use your editor directly as an email editor I think it would be in your interest to fix this issue I personally modified CK source to reflect this problem, but since each releases a lots of bugs are fixed, i really don't think this is the best approach moving foward. |
|||||
#9214 | Image attributes are converted in css style | Bug | Normal | General | ||
Description |
Using width, height and align in the image editor is automatically converted to a style tag. While this approach is html valid, it create lots of compatibility issues in gmail and outlook 03-07. Since a great deal of persons use your editor directly as an email editor I think it would be in your interest to fix this issue I personally modified CK source to reflect this problem, but since each releases a lots of bugs are fixed, i really don't think this is the best approach moving foward. |
|||||
#9215 | Image attributes are converted in css style | Bug | Normal | General | ||
Description |
Using width, height and align in the image editor is automatically converted to a style tag. While this approach is html valid, it create lots of compatibility issues in gmail and outlook 03-07. Since a great deal of persons use your editor directly as an email editor I think it would be in your interest to fix this issue I personally modified CK source to reflect this problem, but since each releases a lots of bugs are fixed, i really don't think this is the best approach moving foward. |
|||||
#9216 | Image attributes are converted in css style | Bug | Normal | General | ||
Description |
Using width, height and align in the image editor is automatically converted to a style tag. While this approach is html valid, it create lots of compatibility issues in gmail and outlook 03-07. Since a great deal of persons use your editor directly as an email editor I think it would be in your interest to fix this issue I personally modified CK source to reflect this problem, but since each releases a lots of bugs are fixed, i really don't think this is the best approach moving foward. |