Custom Query
Results (11301 - 11400 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | ||||
---|---|---|---|---|---|---|---|---|---|---|
#14681 | Buttons do not work properly when an attribute is added. | Bug | Normal | General | ||||||
Description |
When "id" or any attribute is added to an element (strong,italic,underline), it doesn't work properly i.e. When a style (e.g Bold) is applied using strong (as implemented in Alloy editor). In this case once selection is set to bold and an "id" attribute is appended in the strong tag. Due to this user cannot set selection back to normal style, instead when bold button is clicked another strong tag is added and this behavior continues if button is clicked multiple times. However when style is applied using "span" element this behavior is not observed. Steps to reproduce
config.coreStyles_bold = { element: 'strong', overrides: 'b' };
Expected resultStrong tag is removed and font is set to normal. Actual resultStrong tag is not removed. Font stays bold. Other details (browser, OS, CKEditor version, installed plugins)
Browser: chrome, |
|||||||||
#14682 | Does CKEditor for asp.net do auto sanitization? | Task | Normal | Server : ASP.Net | ||||||
Description |
I don't see anywhere to enable sanitizer etc in the CKEditor implementation How are we supposed to do sanitization? here the implementation : http://docs.cksource.com/CKEditor_3.x/Developers_Guide/ASP.NET/Integration_Beginners I am asking for asp.net I have asp.net 4.5 and using c# When we read and use like this does it make server side sanitization?
|
|||||||||
#14684 | Use <button> rather than role="button" where possible | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected result<li data-drupal-ckeditor-button-name="JustifyRight" class="ckeditor-button ui-sortable-handle"><button>justify right</button></li> Actual result<li data-drupal-ckeditor-button-name="JustifyRight" class="ckeditor-button ui-sortable-handle"><a href="#" class="cke-icon-only cke_ltr" role="button" title="justify right" aria-label="justify right"><span class="cke_button_icon cke_buttonjustifyright_icon">justify right</span></a></li> Other details (browser, OS, CKEditor version, installed plugins)Coming from https://www.drupal.org/node/2738667 & https://www.drupal.org/node/2735421
|
|||||||||
#14685 | Restoring editor to the editable mode should respect command buttons state | Bug | Normal | Core : Read-only | ||||||
Description |
Steps to reproduce
http://nightly.ckeditor.com/full/samples/
CKEDITOR.instances.editor.commands.templates.disable();
CKEDITOR.instances.editor.setReadOnly();
CKEDITOR.instances.editor.setReadOnly(false); Expected resultPreviously disabled command buttons should mantain their state Actual resultThe command button is enabled Other details (browser, OS, CKEditor version, installed plugins)OS: Windows 7 Browser: Firefox 46.0.1 CKEditor: 4.5.9 |
|||||||||
#14686 | [FF] Form elements do not work on firefox (checkbox and select) | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultElement edit dialog opens up Actual resultNothing happens Other details (browser, OS, CKEditor version, installed plugins)Checked on both nighty and latest stable version |
|||||||||
#14687 | CKEditor not working in IE11. | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected result ==CKEditor should appear in IE .Actual result ==CKEditor not appear in IE,only working with google chrome.Other details (browser, OS, CKEditor version, installed plugins) ==IE browser,version-3.2. |
|||||||||
#14688 | SCRIPT16389: Unspecified error in IE 11 | Bug | Normal | File Browser | ||||||
Description |
I am using ckeditor version 4.5.7. and in this version I am facing issue with "SCRIPT16389: Unspecified error" in IE 11.
Now the issue is when I click on myckw button. I am getting below error. SCRIPT16389: Unspecified error File: ckeditor.js, Line: 439, Column: 414 Any help would be appreciated. Thanks in advance. |
|||||||||
#14689 | Empty anchor shown as red flag | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultAnchor tag not shown as a red flag Actual resultAnchor tag is shown as red flag. Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14690 | Once the scroll bar is clicked, It is moving right in the window and unable to use it | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultScroll Bar Should be moved on clicking it and dragging that top or bottom. Actual resultScroll bar moved adjusts to right of the view and not moving Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14691 | Text Editor Disengages Bold/Underline/italic Prior to Typing | Bug | Normal | Project : CKBuilder | ||||||
Description |
when i 'Enable SCAYT' spell check option is enabled at that time if i select bold,or italic,or underline option and try to type on text area at the time of selecting the text area the selected option(bold or italic or underline) automatically goes deselected. |
|||||||||
#14692 | Remove format button doesn't remove styles copied from websites | Bug | Normal | General | ||||||
Description |
We copied the text below from a website. The styles will not be removed if the 'remove format' button is clicked. Tested in OS X Firefox and Windows IE 9. <h2><a href="https://www.monumenten.nl/soorten-monumenten/rijksmonument" rel="nofollow">Rijksmonumenten in Nederland</a></h2> <div> <div> <p>Nederland heeft bijna 62.000 rijksmonumenten. Dit zijn gebouwen of andere objecten die om hun nationale cultuurhistorische waarde door de overheid zijn aangewezen als beschermd monument.</p> </div> <div> <ul>
</ul> </div> </div> <div> <div><a href="https://www.monumenten.nl/soorten-monumenten/rijksmonument" rel="nofollow">Lees verder</a></div> </div> |
|||||||||
#14694 | JSHint task not working | Bug | Normal | CKEditor 4.5.10 | General | |||||
Description |
Steps to reproduce
Expected resultUsual JSHint output. Actual result
Other details (browser, OS, CKEditor version, installed plugins)
Installing |
|||||||||
#14695 | CKEditor maximize plugin issue | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultWhen we go back to minimize mode the ckeditor should fit to the resized browser window. Actual resultckeditor resizing to size the of the window before resizing the browser. This issue can reproduce only when we do resize the browser in the ckeditor maximize mode Other details (browser, OS, CKEditor version, installed plugins)reproducible in all browsers. OS:windows 7. version:ckeditor 4.3.3 |
|||||||||
#14696 | BBCode Plugin doesn't preserve seperate paragraphs of text - Merges into 1x para | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultOnce pasted it should be possible to toggle into and out of 'Source' view mode maintaining visually separate paragraphs of text. And having separate paragraphs of text submitted back to server. Actual resultWhile initially pasted WSYWIG result looks okay (i.e. Text still as 2x separate paragraphs) As soon as you toggle into and out of 'Source' view mode you will see that separate paragraph text becomes merged as 1x block of text. That same merging of text paragraphs is also present in source code submitted back to the server. The reason for this is HTML source <P> tags are being stripped by BBCode and </P> tag is not being replaced with 2x Line Breaks instead, which would then preserve intended paragraphs separation and nearest equivalence possible with BBCode. Other details (browser, OS, CKEditor version, installed plugins)Same behaviour in IE11, Firefox and Chrome on Windows 8.1 CKEditor v4.5.9 with BBCode plugin |
|||||||||
#14697 | IE takes a long time to load SCAYT | Bug | Normal | General | ||||||
Description |
Steps to reproduceWhile activating SCAYT on IE10, IE freezes for minutes before actually loading the corrector.
Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins)I launched a profiler on IE and monitor that these methods are the one which are lagging : "bondingWidth, boundingTop, boundingLeft and boundingHeight" (each one take 6 seconds to execute). CKEditor is configured by default. All plugin are active. |
|||||||||
#14700 | Need to be able to configure colors to wrap links | New Feature | Normal | Core : Styles | ||||||
Description |
I've read through the items I can find on this topic (ex #7212). If I missed something and the functionality already exists, please point me in the right direction. We need to be able to select some text that also contains a link, select a foreground/background color, and have the style applied once. This would allow a user to select a block of text (that includes a link), color the text, and still have the link render as a link. For example:
http://ckeditor.com/latest/samples/
We'd like to be able to make a configuration change that would change the results of these steps to look like this: <span style="color:#FF0000;">before <a href="http://ckeditor.com" data-cke-saved-href="http://ckeditor.com">link</a> after<br></span> Compare the actual results from above with slightly alternate steps (insert the link after colorizing the text):
http://ckeditor.com/latest/samples/
I understand that not everyone will want this behavior, which is why I'm asking for this to be a configuration option. In our case it's the desired behavior:
|
|||||||||
#14701 | More precise labels for image and placeholder widgets | Bug | Normal | CKEditor 4.5.10 | General | |||||
Description |
In issue #14539 we added Now we'd like to utilize it in image2 and placeholder plugins. I'd propose following labels:
|
|||||||||
#14702 | What plugin required to drag and drop a MathML formula into Ckeditor Window | New Feature | Normal | General | ||||||
Description |
I want to drag and Drop a MathML formula into Ckeditor window..I have seen following plugins: mathjax , eqneditor , FMath Editor ...But all of these support only LaTeX, not the MathML..give me any ideas.. |
|||||||||
#14706 | How to integrate ckfinder with yii | Task | Normal | General | ||||||
Description |
I am trying to integrate ckeditor and ckfinder to a project using yii2. Ckeditor is working completely Ok but ckfinder is not working correctly. whenever I click on the browse button its not opening the file selector popup, instead showing a page not found error. Is there any specific guide to integrate ckfinder with yii? |
|||||||||
#14707 | Copy Formatting | New Feature | Normal | CKEditor 4.6.0 | General | |||||
Description |
Let's integrate Copy Formatting plugin into CKEditor 4.6.0. Couple of things that needs to be done before releasing CF
|
|||||||||
#14708 | autoembed is not working in ckeditors | Bug | Normal | General | ||||||
Description |
Steps to reproduce
2. Expected result ==url fetchingActual result ==autoembed is not supportingOther details (browser, OS, CKEditor version, installed plugins) ==crome,i5,4.5.9,autoembed |
|||||||||
#14710 | Inline ckeditor image selection issue | Task | Normal | General | ||||||
Description |
I have a div in which there is only single image, on clicking this div I have called inline ckeditor instance which opens editor but, the image is not selected by default which cause the image properties (dialog box) properties like URL and all other things to be blank.now I have to click twice to make the selection of image. Is there any thing I can do if there is single image in div I can select that by default ? |
|||||||||
#14713 | Unable to select combo box items in toolbar with keyboard | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultIt should be possible to select a combo box item with the keyboard. Actual resultIt´s not possible to select a combobox item with the keyboard. Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14714 | [Webkit/Blink] Exception thrown on refocusing blurred inline editor | Bug | Normal | CKEditor 4.7.0 | General | |||||
Description |
Steps to reproduce
Expected resultNo JS error is thrown Actual resultJS error is thrown: Uncaught DOMException: Failed to execute 'setStart' on 'Range': The offset 13 is larger than or equal to the node's length (6). Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14715 | change default text color | Bug | Normal | General | ||||||
Description |
Steps to reproduceadding this to config config.colorButton_foreStyle: { element: 'font', attributes: { 'color': '#FF0000' } } Expected resulti would like to change default text color as said in doc: is there a way to change de default text color via the api? Actual resultdo nothing Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14716 | Scrollbar in the Styles drop-down list disappears after initial display | Bug | Normal | General | ||||||
Description |
The vertical scroll bar within the Styles drop-down disappears on Chrome. Changing the selection in the editor so that the list of Styles is refreshed seems to cause the vertical scrollbar to appear in the list when it is next displayed. Steps to reproduce
Other details (browser, OS, CKEditor version, installed plugins)Browser: Version 52.0.2743.49 beta-m (also seen on non beta Chrome) OS: Windows 7 CKEditor version: 4.4.6 (locally) and 4.5.9 (http://ckeditor.com/demo) |
|||||||||
#14718 | Space entered at the end of Bold or Italicized text is entered as $nbsp; as opposed to a normal space | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultThe first space entered after or before Bold and Italic text should be a normal space as opposed to an Actual resultThe first space entered after or before Bold and Italic text becomes an Other details (browser, OS, CKEditor version, installed plugins)Tested on Chrome with CK version 4.5.2. |
|||||||||
#14719 | Add "name" attribute to iframe created by plugin "wysiwygarea" | New Feature | Normal | General | ||||||
Description |
Problem/Motivation
Over at https://www.drupal.org/node/2741945 we had to create a workaround to access the contents of the iframe created by the wysiwygarea plugin using automated tests (with Behat/Mink).
Having the Proposed resolution
Add a |
|||||||||
#14720 | Paste event blocks change event | Bug | Normal | General | ||||||
Description |
Steps to reproduce
CKEDITOR.plugins.add( 'myplugin', { init: function( editor ) { editor.on( 'change', function(e) { console.log('change'); }); } });
Expected result"change" should always be logged when a key is pressed. Actual result"change" is not logged immediately after a paste. Other details (browser, OS, CKEditor version, installed plugins)Seems to only affect Chrome. |
|||||||||
#14721 | convertToPx function in RTL mode | Bug | Normal | General | ||||||
Description |
In convertToPx function style attribute is always set to left even when editor is in RTL mode, e.g. calculator = CKEDITOR.dom.element.createFromHtml( '<div style="position:absolute;left:-9999px;' + 'top:-9999px;margin:0px;padding:0px;border:0px;"' + '></div>', CKEDITOR.document ); Should this be replaced with 'right' for RTL mode? |
|||||||||
#14728 | No way to stop showing the red flag separately | Bug | Normal | General | ||||||
Description |
Html source code containing "<a name=”quotes”></a>" displays a red flag. No way to put off it, unless we disable "link" plugin as follows, config. removePlugins: 'link Steps to reproduce
Expected resultPlease provide a config method to put off red flag, while "link" is enabled. Actual resultCould only disable red flag by disable "link" plugin. Other details (browser, OS, CKEditor version, installed plugins)OS: Windows 8.1 CKEditor version: 4.5.5 Occurs on demo site: yes |
|||||||||
#14730 | Carriage return issue | Bug | Normal | General | ||||||
Description |
The carriage return isn’t working correctly when you enter a note on a worksheet. In the screen shot below, I entered the 7 July 2016 data and then hit enter. The cursor went back to the beginning of that line instead of the next line. I used the mouse to position the cursor for the next line and after entering “Had a telephone call with Jill and Diane”, I hit enter and the cursor then went to before the 7 as you see below. You then have to take the mouse and position the cursor for the next line. It worked correctly before. I had this problem last week so it has been like this for at least a little while. I am using the worksheets much more as the networks are becoming more active so this is a considerable issue. Thanks, Actual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14731 | Safari on MAC: Bullets are aligned vertically to bottom of text | Bug | Normal | General | ||||||
Description |
Steps to reproduceSee screenshot. Seems like Bullets are vertically aligned to the bottom of the text |
|||||||||
#14732 | After adding Smiley text cursor position stays leftmost to string | Bug | Normal | Server : PHP | ||||||
Description |
Steps to reproduce
Expected resultShould add Smiley on 1st click & text content should be added in Left to Right direction, Cursor should stay at right most of text entered. Actual resultSmiley not adding on 1st click & text content entered added in Right to left direction & cursor stays at left most side of the text entered, not at right side last position. Other details (browser, OS, CKEditor version, installed plugins)Browser - MS Edge CKEditor Version - 4.4.3 Used with Drupal 7.4 |
|||||||||
#14734 | URL copied in Chrome can't be paste in Safari | Bug | Normal | Core : Pasting | ||||||
Description |
Steps to reproduce
This is present no matter how the URL is paste (keyboard shortcut, right click -> paste, button). Expected resultThe URL appears in the editor. Actual resultNothing is added to the editor. Other details (browser, OS, CKEditor version, installed plugins)ckeditor.com/demo - CKEditor 4.5.9 (Standard) (revision a35abfe) Chrome - Version 51.0.2704.103 (64-bit) Safari - Version 9.1.1 (11601.6.17) |
|||||||||
#14735 | setData() method sometimes not displaying the data in the CkEditor | Task | Normal | Core : Output Data | ||||||
Description |
Hi, We are using ajax calls to get data from database( rest service) and showing in the CkEditor on the page. When the setData() method is being used, sometimes it happens that the data is not displayed in the CKEditor. For example code we are using: CKEDITOR.instances.applicationText.setData(pvdRichTextItems[i].CategoryText);
Did any one have seen this issue. Your help is much appreciated. Thanks We are seeing an issue when the setData() method is use |
|||||||||
#14736 | It does not work insert images from the clipboard in chrome and yandex-browser | Bug | Normal | Core : Pasting | ||||||
Description |
Steps to reproduce
2.1. In CKEDITOR right click and select Paste 2.2. In CKEDITOR enter Ctrl+V Expected resultPaste image Actual resultOpen window with text: Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window. ... Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14737 | Replacing an image within CKFinder with the same name is not immediately updated in the Image Properties Window which also does not get updated in the CKEditor window. | Bug | Normal | General | ||||||
Description |
I am reporting this from Oracle. Customer reports that replacing an image within CKFinder with the same name is not immediately updated in the Image Properties Window which also does not get updated in the CKEditor Steps to reproduceOn IE Scenario 1
Scenario 2
On Firefox Scenario 3
Expected resultOnce the image is replaced it should be immediately updated in the Preview and CKEditor window. Actual resultReplacing an image within CKFinder with the same name is not immediately updated in the Image Properties Window and CKEditor window. Other details (browser, OS, CKEditor version, installed plugins)This was tested on CKEditor 4.4.7 (revision 3a35b3d) and ckfinder-2.4.2 This happen in all browsers(IE, Mozilla and Firefox) with slight different in behavior in Firefox as mentioned in Scenario 3 Please let us know if this can be fixed. |
|||||||||
#14738 | remove backgroundcolor button | Bug | Normal | General | ||||||
Description |
I need to remove backgroundcolor button form ckeditor. my code:
|
|||||||||
#14740 | [IE] font-family quotes get replaced with entities | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected result
The second line of the source should read:
Actual result
The second line of the source reads:
Other details (browser, OS, CKEditor version, installed plugins)IE11, IE10 Both forms work. The issue here is for them to be the same. |
|||||||||
#14741 | toolbarconfigurator is silent about missing "config.js" | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultAn error message, explaining the "config.js" was not found. Actual resultSilence. The configurator just shows no details. Other details (browser, OS, CKEditor version, installed plugins)Mac OS, Chrome, CKEDITOR.version="%VERSON%" (Yes, in the debugger, that is what it says. Looks like a bug to me. Get a Mac and try it.) Please note: As an advanced programmer, the first thing I did upon starting with CK was to take control of the configuration file. Specifically, I addressed the problem that the file "config.js" is part of the distribution, and therefore is a terrible place to put any of my code. I am not going to put my code into a file that can be destroyed if I choose to over-lay a new distribution on top of an old one, or other such maintenance. (See later paragraph on how you should change your distribution so that it is safer.) My solution was to do the following:
The net result was that there was no "config.js" in the "ckeditor" directory. I intentionally did not want a "config.js" to exist there. This seemed like a pretty reasonable thing to do, and I have dealt with these kinds of situations many times. The bottom line is: When your program fails to find a critical resource, the program should report this to the user. Pretty basic stuff. Regarding over-lay of distribution files on top of locally customized files, the solution I use for the products I develop would be applied to your product as follows:
Good luck. Have fun. If I'm ever in Warsaw I will try to visit your office (if you have one) to say "hello". Alexander |
|||||||||
#14742 | [Edge] Editor scrolls down when trying to edit inline widget. | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultThe edit dialog appears. Actual resultThe edit dialog does not appear, the editor is scrolled down. Other details (browser, OS, CKEditor version, installed plugins)Browser: Edge. |
|||||||||
#14743 | getSelectedCells() function in table tools plugin returns incorrect cell when selection is in the header of a nested table | Bug | Normal | General | ||||||
Description |
Steps to reproduce(This can be reproduced in the CKEditor Full Featured Demo)
Expected resultThe header row in the nested table should be acted upon according to the chosen operation. Actual resultThe selected action is performed on a row of the outer table. Other details (browser, OS, CKEditor version, installed plugins)
Tested in IE 11, Chrome 51, Firefox 47
There is a bug in the
When the selection is in a header row of a nested table, nearestCell will be a
This will correctly select the nearest Line 50 should be changed in the same manner. |
|||||||||
#14745 | Cell Properties pixels and percentage dropdown not working (widthType) | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultif user select percentage user should be prompted to add percentage of cell /number of pixels in cell Actual resultcell properties pixels / percentage options are not working Other details (browser, OS, CKEditor version, installed plugins)Chrome |
|||||||||
#14746 | Selecting a word with Firefox for Android | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultword selected and handles appears to refine the selection Actual resulta paste menu appears Other details (browser, OS, CKEditor version, installed plugins)The same process works well with Chrome for Android. |
|||||||||
#14747 | The enhanced image caption does not support the link target attribute. | New Feature | Normal | CKEditor 4.5.11 | UI : Widgets | |||||
Description |
Steps to reproduce1.Click on the enhanced image (image2) in the editor and add a url to the image and select the captioned image checkbox.
Expected resultthe expected result should be that the caption should also support the link target attribute. you can reproduce this on the demo page. |
|||||||||
#14748 | Functional hyperlinks in the document | New Feature | Normal | General | ||||||
Description |
Steps to reproduce
Expected result
-> Open hyperlink in web browser after middle button click -> Show option "Open hyperlink" in the popup window Actual result-> Nothing |
|||||||||
#14750 | npm benderjs-ckeditor plugin is out of date | Bug | Normal | General | ||||||
Description |
Steps to reproduce
explanationI've been trying to use Bender with a third party plugin I've been writing for CKEditor. It would be really nice to get access to the helper functions. It looks like the github repo for benderjs-ckeditor has been removed, and the plugin has been moved into tests/_benderjs. The current version that's on npm looks to be about 2 years old and out of date. It would be nice if the npm module was once again updated, then one could write properly tested plugins without just copying over the plugin directory. |
|||||||||
#14751 | if the p element is styled in a certain way, the paragraph cannot be deleted in IE and Edge | Bug | Normal | General | ||||||
Description |
Steps to reproduce
p { font-size:32px; border: dotted 1px #818181; overflow:auto; line-height:normal; width:97.5%; padding:10px;}
Other details (browser, OS, CKEditor version, installed plugins)bug in Edge and IE 10 (not in Chrome or FF) not related to plugins. version 4.5.5 The issue seems to be related to the attr. overflow and/or width in %. |
|||||||||
#14753 | paste from word not working in chrome | Bug | Normal | General | ||||||
Description |
Paste from word is working properly in chrome, but it is working properly in firefox and IE. In Firefox the colors are coming as it is in the word file but in chrome the colors are disappearing, but the other formatting like bold, strickthrough are working in all browser. The issue is only with the color of the text that I am coping from the word file. Please suggest what should I do to resolve the issue. |
|||||||||
#14755 | [Webkit][IE8] Browser hangs when user set Number list & then insert table | Bug | Normal | CKEditor 4.6.1 | General | |||||
Description |
Test data: <div>aaaaaaaaaaaaaaaa</div> <div class="bbbbbbbbbbbbb"><br></div> To reproduce the defect:
Issue: Browser hangs |
|||||||||
#14756 | Separators after combo buttons | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultA separator displays after the combo button. Actual resultThe separator does not display. Other details (browser, OS, CKEditor version, installed plugins)Skins such as moono always pull combo buttons out of the rest of the toolbar as if a separator had been placed either side, which could also be seen as incorrect. |
|||||||||
#14757 | CKEditor loads whole HTML code | Bug | Normal | General | ||||||
Description |
When I save my content type field(Full HTML) in a form, after save it lost all the content and replaced it with whole HTML code |
|||||||||
#14758 | Form tags always filtered | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultThe content should be <form></form> Actual resultThe content is blank Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14762 | Tableresize plugin:"Error: Unable to get property 'cells' of undefined or null reference" when the table has no row/cells | Bug | Normal | CKEditor 4.7.0 | Core : Tables | |||||
Description |
Steps to reproduce
<table border="1" cellspacing="2" style="width:400px">
</table>
Expected resultNothing should happen, table is empty Actual resultError: Unable to get property 'cells' of undefined or null reference Other details (browser, OS, CKEditor version, installed plugins)Browser is IE 11, CK Editor 4.5.10, Table Resizer plugin installed. |
|||||||||
#14763 | AC and Balloonpanel plugins moono-lisa skin adjustments. | Task | Normal | CKEditor 4.6.0 | UI : Skins | |||||
Description |
Related to t/14569. The balloonpanel and a11ychecker plugins have separate stylesheets which should be adjusted to the new moono-lisa skin. |
|||||||||
#14764 | Not able to preview image in chrome | Bug | Normal | File Browser | ||||||
Description |
Team, We are using CKEditor Version 3.6.6.2, CKFinder Version 2.1 and backend controller JAVA. We are uploading image through imageuploader plugin We are able to upload image at external location. Issue is uploaded image is not getting preview in Chrome but it is preview in Internet Explorer. Kindly provide the solution. |
|||||||||
#14768 | Widget Error when CKEditor was not focused before: Cannot read property 'checkReadOnly' of undefined | Bug | Normal | General | ||||||
Description |
Steps to reproduce
https://github.com/ckeditor/ckeditor-docs-samples/tree/master/tutorial-simplebox-2/simplebox
Attention: This will only happen if you do not click into the editor after the page load. Please click the simplebox plugin icon before you do anything else with the editor. Expected resultThe plugin dialog closes and a new simplebox is shown in the editor. Actual resultNo changes within the plugin dialog are saved and the following error is shown in the browser console: "ckeditor.js:344 Uncaught TypeError: Cannot read property 'checkReadOnly' of undefined". Other details (browser, OS, CKEditor version, installed plugins)CKEditor v4.5.10, Chrome Version 51.0.2704.103, Simplebox Plugin |
|||||||||
#14769 | URL with '-' in host not detected by autolink plugin | Bug | Normal | CKEditor 4.7.0 | General | |||||
Description |
Steps to reproduce
Expected resulturl string is converted to a clickable link Actual resulturl is not detected |
|||||||||
#14770 | Pasting a url converting to simple text in chrome & firefox | Bug | Normal | Core : Pasting | ||||||
Description |
Steps to reproduce
Expected resultShould paste the URL as URL not as plain text Actual resultPasting the URL as plain text Other details (browser, OS, CKEditor version)Chrome & Firefox, ckeditor-4.5.7 |
|||||||||
#14771 | ev.editor.setKeystroke(CKEDITOR.CTRL + 86, 'pastetext') pasting text into window BEFORE dialog has opened. | Bug | Normal | General | ||||||
Description |
I'm trying to intercept the CTRL + V keystrokes to open the ckeditor default 'Paste' dialog window. Steps to reproduce$(window).load(function() {
}
Expected result'Paste' dialog should pop up ready for text to be pasted into it. Actual resultText is pasted into the editor BEFORE 'Paste' dialog has opened. (Using ckeditor version 4.3.3 in Chrome Version 51.0.2704.106) |
|||||||||
#14772 | IE: Image resize marker placed out of the CKEditor area | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Issue: Image handlers are outside of CK Editor body |
|||||||||
#14773 | [FF: ] style button switching on and off when user repeatedly click on an empty editor | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Issue: see "Bold" button goes off.
Issue: you will see "Bold" button goes on and off, on and off. |
|||||||||
#14774 | newline <br/> becomes when invoking getData() | Bug | Normal | General | ||||||
Description |
To reproduce the defect:
<p><br></p> <p><br></p> <p><br></p> <p><br></p>
<p dir="ltr"> </p> <p dir="ltr"> </p> <p dir="ltr"> </p> <p dir="ltr"> </p> You can see the <br> converted to please review and see whether this is a defect, or any reasons behind for the conversion. it seems to be intended. if it is, please explain the reason for doing this conversion. |
|||||||||
#14777 | Text is truncated when 'Less Than' symbol is used in table cell | Bug | Normal | General | ||||||
Description |
It appears that "<" symbols are not being handled correctly by the editor, and may be interpreted as HTML tags when directly adjacent to another character and within a table cell. When I type "250<MBH" into a table cell, the editor does not recognize the string as text, and truncates it to "250". If I type "250 < MBH" into a table cell, the string is formatted correctly. Steps to reproduce
Expected resultThe string appearing in the table should be "250<MBH" Actual resultThe string appearing in the table is "250" Other details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14778 | Lists and widgets | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultA new bullet point is created Actual resultThe entire bullet point and the widget disappears. Other details (browser, OS, CKEditor version, installed plugins)Tested on latest Safari on OS X but also had reports for Firefox 49 on Windows 10. Screencast demonstrating issue: http://screencast.com/t/XAl8C1sSMWq |
|||||||||
#14779 | curson jumping to back when spellcheck is enabled | Bug | Normal | Server : Java | ||||||
Description |
Steps to reproducewhen using ckeditor with spellcheck ,While typing continuously on ck editor textarea ,the cursor jumping to the starting position automatically.This one will happen only when enable spell check.This issue there in ckeditor demo page itself. Expected resultcursor wont jump to the starting position when using spellcheck Actual resultIt is jumping now when spell check is enable Other details (browser, OS, CKEditor version, installed plugins)Chrome browser we are using |
|||||||||
#14780 | browser is unresponsive when single page has large iframed ckEditor instances | Bug | Normal | General | ||||||
Description |
Hi, We are using CKEDITOR 4.4.8 (revision:ccd0038). In our application we have a page which have 222 iframed CKEditor instances. When we load this page in IE 11 and chrome, browsers responds very very slowly. In case of IE 11 we get alert like '.. not responding due to long running script.' for this page loading. When we traced browser log, we found multiple calls to contents.css. We noted that all these calls of contents.css are provided from cache by browser but the issue is CKEDITOR calls multiple times (in our case 222 times) to browser and that's making browser almost unresponsive. We have already referred https://dev.ckeditor.com/ticket/10425. Do you have any work around to prevent browser slowness when single page has such large iframed ckEditor instances? Thanks.. Jignesh Dalwadi |
|||||||||
#14781 | browser is unresponsive when single page has too many iframed ckEditor instances | Bug | Normal | Performance | ||||||
Description |
Hi, We are using CKEDITOR 4.4.8 (revision:ccd0038). In our application we have a page which have 222 iframed CKEditor instances. When we load this page in IE 11 and chrome, browsers responds very very slowly. In case of IE 11 we get alert like '.. not responding due to long running script.' for this page loading. When we traced browser log, we found multiple calls to contents.css. We noted that all these calls of contents.css are provided from cache by browser but the issue is CKEDITOR calls multiple times (in our case 222 times) to browser and that's making browser almost unresponsive. We have already referred https://dev.ckeditor.com/ticket/10425. Do you have any work around to prevent browser slowness when single page has such large iframed ckEditor instances? Thanks.. Jignesh Dalwadi |
|||||||||
#14783 | Nanospell not working on Production | Bug | Normal | General | ||||||
Description |
I have integrated nanospell along with ckeditor. though it works fine locally, i get red wiggly lines on production. I have entered the enterprise key for nanospell on key.lic. Please help. |
|||||||||
#14784 | Tag issue | Bug | Normal | General | ||||||
Description |
Hello! I have an issue with CKEditor. When I insert ans save HTML source code into information page CKedtor change original HTML. For instance: Original code: <div class="cms-block xs-100 sm-50 md-50 lg-25 xl-25"> <span class="block-content" style="height: 214px;"> <div class="block-icon block-icon-left" style="background-color: rgb(235, 88, 88); width: 30px; height: 30px; line-height: 30px; border-radius: 50%"><i style="margin-right: 5px; color: rgb(255, 255, 255); font-size: 20px" data-icon=""></i></div> <div class="editor-content" style="text-align: left"> <h3>My text here</h3> <ul> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> <li>My text here</li> </ul></div> </span> </div> </div> </div> Code after insert and save: <div class="cms-block xs-100 sm-50 md-50 lg-25 xl-25"> <div class="block-icon block-icon-left" style="background-color: rgb(235, 88, 88); width: 30px; height: 30px; line-height: 30px; border-radius: 50%"> </div> <div class="editor-content" style="text-align: left"> <h3><span class="block-content" style="height: 214px;">My text here</span></h3> <span class="block-content" style="height: 214px;">My text here</span> <span class="block-content" style="height: 214px;">My text here</span> <span class="block-content" style="height: 214px;">My text here</span> <span class="block-content" style="height: 214px;">My text here</span> <span class="block-content" style="height: 214px;">My text here</span> <span class="block-content" style="height: 214px;">My text here</span> <span class="block-content" style="height: 214px;">My text here</span> </div> </div> </div> </div> Thanks for prompt reply, Alexey |
|||||||||
#14785 | Cursor jumps to start of the page while switching to source mode | Bug | Normal | UI : Source View | ||||||
Description |
Steps to reproduce
Expected resultcursor should stay at the same line which is selected in the content view and should not jump back to starting of the page i.e at the 1st line when switching to source mode Actual resultcursor is jumping to start of the page Other details (browser, OS, CKEditor version, installed plugins)happens in IE,Firefox,Chrome |
|||||||||
#14786 | CK Editor 4.3 Instance Hang on IE | Bug | Normal | General | ||||||
Description |
Steps to reproduceI am using CK Editor 4.5.8 I am using Knockout js binding in my code We are using IE but it works on some machine but doesn't work on some machine model dialog have 2 buttons Save and close on model dialog initialization <script type="text/javascript"> $(document).ready(function() { ckInstance = CKEDITOR.replace("txtAnmeldelse", { toolbar: 'Basic', uiColor: '#9AB8F3', resize_enabled: false }); }); ko.applyBindings(new WorkViewModel(), </script> on close: call self.closeAndRefresh self.closeAndRefresh = function () { var instance = CKEDITOR.instances.txtAnmeldelse var editor; if (instance) { // first distroy and create new instance.destroy(true); } window.close(); }; On page Edit mode call function : self.getWorkText self.getWorkText = function() { var instance = CKEDITOR.instances.txtAnmeldelse; var editor; if (instance) { // first distroy and create new instance.destroy(true); } ckInstance = CKEDITOR.replace("txtAnmeldelse", { toolbar: 'Basic', uiColor: '#9AB8F3', resize_enabled: false }); ckInstance.on('instanceReady', function (e) { editor = e.editor; window.setTimeout(function () { // solution for permsion denied issue Permission denied //when calling setData very fast https://dev.ckeditor.com/ticket/10501 e.editor.setData(self.WorkText().Anmeldelse, { callback: function () { this.checkDirty(); // true - to clear previous intance } }); }, 50); }); } Expected resultFirst time it load correctly but when i close pop-up window and reopen it i hangs. ck Editor and give error permission denied on get_attribute function and make IE and CK editor responsiveness Actual resultCKEditor should be open and bind correctly and should be destroy correctly Other details (browser, OS, CKEditor version, installed plugins)IE 11.0 Update 11.0.33 CKEditor 4.5.8 |
|||||||||
#14787 | Permission denied to access property 'nodeType' | Bug | Normal | UI : Toolbar | ||||||
Description |
Steps to reproduce
CKEDITOR.instancespageContent?.insertHtml('<cke:video id="video-' + i + '" class="video" src="' + $(this).siblings('.mediaName').text() + '">Video</cke:video>');
<video class="video" id="video-29" src="/link/to/file.flv">Video</video>
Permission denied to access property 'nodeType' Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins) == Im using Firefox 44.0b1, Windows 7 Enterprise , CK Editor 4.0 |
|||||||||
#14788 | Problem with Joomla component "Save"! | Bug | Normal | General | ||||||
Description |
Hello. We have experienced a new bug in Joomla ckeditor. When the administrator wants to save global configurations of the component, the save button didn't work properly. It's a javascript problem. The browser console shows this error: core.js:1 Uncaught TypeError: Cannot read property 'task' of null where core.js is the Joomla global js file places in below path: media/jui/js/jquery-migrate.min.js
The screenshot of this problem is here:
|
|||||||||
#14789 | Paste option is not working properly | Bug | Normal | Core : Pasting | ||||||
Description |
Steps to reproduce
Expected resultRight click anywhere on the editor should give paste option Actual resultpaste option is given only at the current place of the cursor or if there is content already exist Other details (browser, OS, CKEditor version, installed plugins)happens in all the browsers |
|||||||||
#14790 | WebSpellChecker plugins moono-lisa skin adjustments. | Task | Normal | CKEditor 4.6.0 | UI : Skins | |||||
Description |
Related to t/14569. While the WebSpellChecker plugin (WSC and SCAYT) is quite important, we should make sure it looks good with moono-lisa skin. After checking with moono-lisa, the plugin looks well, only a few cosmetic changes need to be done (margins, some button alignments, etc). |
|||||||||
#14791 | Link plugin links both the word and space following it when you double click on a word and hyperlink it | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected result
Actual result
Other details (browser, OS, CKEditor version, installed plugins)Link plugin: http://ckeditor.com/addon/link - you can check out this behavior on the link widget page itself. |
|||||||||
#14792 | Font size does not reset in Chrome when content is deleted | Bug | Normal | General | ||||||
Description |
Steps to reproduceOpen (full featured) demo site in Chrome. Delete demo content (Ctrl+A, Del). Type a few characters, select it by doubleclicking, change the font size of the selected block using Font Size combo to 36. Now text is selected and Font size combo shows "36". 2. Press Del to delete selected characters, content is blanked. Font size combo switches to its default value "Size". Type a few characters. Font size combo switches to "36" and entered characters are similary sized. Expected resultFont size combo should keep selected with "Size" and default font size should be used. Actual resultFont size combo reverts to size of deleted content. Other details (browser, OS, CKEditor version, installed plugins)Occurs in Chrome only, works as expected in FF/IE. Tested on Windows 7, Windows 8.1, Windows 10. CKEditor v. 4.5.10 |
|||||||||
#14793 | Justify Plugin not included in full and full customisable build | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultJustify Plugin exists in plugins directory Actual resultJustify plugin doesn't appear in plugins directory |
|||||||||
#14794 | Custom Font Styles not showing in fonts drop down | Bug | Normal | General | ||||||
Description |
Please add custom fonts(font should contain italic or bold etc..) 1.Need to add new font in ckeditor 2.Please verify font label in fonts drop down. Font name label should display with current font Font style not applying to the font name label in the font drop down Note : 1.Font style applying for ckeditor text but not font name label in font dropdown . |
|||||||||
#14796 | multiple pictures selected | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultfirst picture is selected Actual resultboth pictures are selected Other details (browser, OS, CKEditor version, installed plugins)Browser: Chrome 52.0.2743.116 m OS: Windows 10 Editor version: 4.5.10 |
|||||||||
#14798 | Page is scrolled when opening dropdown | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins)
browser 52.0.2743.116 m I know that ticket is duplicate https://dev.ckeditor.com/ticket/10718 but the problem still remains |
|||||||||
#14801 | ACF filtering doesn't get applied upon Form Submit while Source mode is active | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Alternatively, try using content <form>test</form>, observe that it is transformed to <p>test</p> as expected, but if submitted in Source mode, no transformation takes place. Expected resultThe unsupported tags should be stripped out prior to submitting the data. Actual resultThe unsupported tags are NOT stripped out prior to submitting the data. Apparently this only happens when switching editor mode and on other events not related to the form submission. Other details (browser, OS, CKEditor version, installed plugins)n/a |
|||||||||
#14802 | Pressing backspace and space on Chrome at the beginning of a line wraps words wrongly | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultThe word goes back to the upper line. Actual resultBoth words stay on the current line. Other detailsTested on the current latest version (4.5.10). It can only be reproduced on Chrome, and after generating the issue, if changes are saved, you can also see the wrapping issue on other browsers. |
|||||||||
#14803 | The default package has bad some bad css files | Bug | Normal | General | ||||||
Description |
Hi, The css in content.css (and other .css files in plugins) define global tag like 'a', 'body', 'ul'. Those are super general tags and can overwrite existing css files. The best practice is to prefix them with something like .ckeditor to limit your css to your widget's context. If it's not a required css file you could remove it from the default package, but I assume it is required. (downloaded from http://ckeditor.com/download) Thank you! |
|||||||||
#14805 | Help with replacement of existing TinyMCE using CKEditor | Bug | Normal | General | ||||||
Description |
Steps to reproduce
<pre> <!-- TinyMCE --> <script type="text/javascript" src="../scripts/tiny_mce/tiny_mce.js"></script> <script type="text/javascript">
</script> <!-- /TinyMCE --> </pre>
Thank you. |
|||||||||
#14808 | Review SCAYT / WSC | Task | Normal | CKEditor 4.6.0 | General | |||||
Description |
We need to check if it's possible to include new SCAYT / WSC release. |
|||||||||
#14809 | Divarea: Calling insertElement() in Edge before clicking into editor gives error | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected result
Actual resultThe contents of the editor do not change, and the following error is logged to the console:
Other details (browser, OS, CKEditor version, installed plugins)Seems to happen when calling insertElement() before the user has clicked into the editor (this is common in our usage, as we have a "Quote" button next to all posts, which initiates an editor and then inserts the quoted post into it). Happens in the latest version of Edge (38) but doesn't happen in older versions (14 is the latest available on Browser Stack and it doesn't happen there - but it seems to be the most recent update as this issue has only recently been reported to us) or in any other browser. Does not happen unless the Div Editing Area plugin is present. Bug report in our system: https://invisionpower.com/4bugtrack/active-reports/41132-edge-wont-quote-a-post-r12195/ |
|||||||||
#14810 | Replaced Editing Area does not appear | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Actual source<HTML> <HEAD>
</HEAD> </HEAD> <BODY bgcolor=#ffffff text="#222222" link="#222222" vlink="#222222" topmargin='5' leftmargin='0' ()> <div align=center><font color=#45250c></font> <TABLE 335 align=center border=0 width=1000 bgColor=#eeeeee style='border-width:1; border-color:#555555; border-style:solid; ' background=./image/background/edit_hd.gif cellpadding=2 cellspacing=0 width=100%> <TR><TD height=6 colspan=2></TD></TR> <tr><TD height=30 colspan=2 align=center> <FORM name='WriteForm' method='post' action='./design.cgi' enctype='multipart/form-data'> <input type=hidden name='xxxx' value='1'> <input type=hidden name='command' value='write_action'> <input type=hidden name='xxx_name' value='QpJo8OfO5lMFk'> <input type=hidden name='yyy_name' value='1471355952'> <input type=hidden name='db' value='daily'> <input type=hidden name='scnmod' value=> <input type=hidden name='unWritepass' value='353420'> <input type=hidden name='txtalign' value=> <input type=hidden name='mend' value='1441610897'> <input type=hidden name='Confpass' value='John0316'> <input type=hidden name='y_number' value='23'> <input type=hidden name='task' value=> <font color="#870087"><B><U>"스몰비지니스에 대한 웨비나 강의의 수정화면-[SL]"</U></B></font></TD></TR> <TR ><TD align=right width=200><nobr>문 서 제 목 <img src=http://www.pcpc.com.au/qbc0/image/baseicon/arrow1.gif border=0 align=absmiddle> </TD><TD width=800><input type=text name=title maxlength=35 size=25 value="스몰비지니스에 대한 웨비나 강의" class=inputtxt> 이름 <img src=http://www.pcpc.com.au/qbc0/image/baseicon/arrow1.gif border=0 align=absmiddle> 편집부 <input type=hidden name='name' value='편집부'> 2 * <input type=hidden name="USE_HTM" value="2"></nobr> </TD 111></TR 111> <TR><TD colSpan=2> <TEXTAREA 244 id="comment" name="comment" bgColor=#FFFFFF width=100% > ewataewwe aaaaaaaaaaaaaaaaa 1666666666666 134134134 <div>빅토리아 주정부에서 스몰비지니스에 대한 웨비나 (webinar) 강의가 다음과 같이 있습니다. International&nbsp;</div><div><p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family: " tahoma","sans-serif";mso-fareast-font-family:"times="" new="" roman";mso-ansi-language:="" en-us"="">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family: " tahoma","sans-serif";mso-fareast-font-family:"times="" new="" roman";mso-ansi-language:="" en-us"=""> michaela.lobb@… michaela.lobb@… <b>On Behalf Of </b>Geoff.Browne@…<br> <b>Sent:</b> Monday, 7 September 2015 5:00 PM<br> <b>Subject:</b> New webinar sessions available from the Victorian Small Business Commissioner [SEC=UNCLASSIFIED]<o:p></o:p></span></p> <p class="MsoNormal"><o:p>&nbsp;</o:p></p> <p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:10.0pt; font-family:" arial","sans-serif""="">Good afternoon</span> <br> <br> <span style="font-size:10.0pt;font-family:" arial","sans-serif""="">Response has been strong to our webinar series created earlier this year so we are providing additional sessions from September to December 2015.</span> <br> <br> <span style="font-size:10.0pt;font-family:" arial","sans-serif""="">The webinars will run as a presentation for 30 minutes. &nbsp;Attendees are able to send in questions during this time and after the presentation there will be time allowed for a brief Q&A to respond to any questions received.</span> <br> <br> <span style="font-size:10.0pt;font-family:" arial","sans-serif""="">I have included below&nbsp;</span><span style="line-height: 14.4px; font-size: 9pt;">스몰비지니스에 대한 웨비나 (webinar) 강의&nbsp;</span><span arial","sans-serif""="" style="line-height: 120%; font-size: 10pt;">the topics, brief description, dates and times of each session and a registration link.</span><span style="font-size: 9pt; line-height: 120%;"></span></p><p class="MsoNormal" style="margin-bottom:12.0pt"> <br> <span style="font-size:10.0pt;font-family:" arial","sans-serif""="">I would appreciate your assistance in extending an invitation to your local businesses and networks to register at one or more of the upcoming webinars. &nbsp;</span> <br> <br> <span style="font-size:10.0pt;font-family:" arial","sans-serif""="">If there is particular issue or concern facing your area that you believe would would make a useful topic for either a webinar or information session please let me know.</span> <br></p></div> </TEXTAREA></font> <font id=SideTextColor size=1 style="color:#555555 ; display: none ;"><br>OUTSIDE aplication - 'FontColcor & BgColor'</font> </div></TD></TR> <input type=hidden name='textcol' value=> <input type=hidden name='color' value=> <tr><TD align=right width=200> <font color=#ff7700>광고글차단 비번</font> <img src=http://www.pcpc.com.au/qbc0/image/baseicon/arrow1.gif border=0 align=absmiddle> </TD> <TD width=800> <input type=text name=passhidden size=12 class=inputtxt> <b>353420</b> 을 직접 입력해 주세요</TD></TR> <TR><TD colspan=2 align=center><nobr><INPUT type=submit value='입 력 완 료 - 등 록' onClick="return EditModeChan('submit'); history.go('-2');" style='width:40%; background-color:#dadada; height:21;'> <INPUT type=button name=go value='입 력 취 소 - 전화면' onClick="history.go('-2')" style='width:28%; background-color:#dadada; height:21;'> <INPUT type=reset value='형 식 취 소 - 재구성' onClick="return EditModeChan('reset')" style='width:30%; background-color:#dadada; height:21;'> </nobr></TD></TR> <TR><TD height=2 colspan=2></TD></TR> </form></TABLE>
Actual Web addresswww.pcpc.com.au/qbc0/xxx.html Expected resultActual resultOther details (browser, OS, CKEditor version, installed plugins) |
|||||||||
#14811 | Reference to member of undefined object | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultnot to crash Actual resultSafari reports:
Other details (browser, OS, CKEditor version, installed plugins)Code breaks under Safari on Mac OS. In file: element.js Function: getDocumentPosition: function( refDocument ) { Line 1500 In the following code snippet, "body.$.clientTop" is evaluated, but "body" is undefined...
I am using CKEditor version 4.5.10 Alexander |
|||||||||
#14813 | Firefox fails to apply contentsCss to later editors in a rapid series | Bug | Normal | General | ||||||
Description |
Steps to reproduce
Expected resultThe contentsCss file is applied to all five. Actual resultLast one or two don't have the contentsCss file applied. Other details (browser, OS, CKEditor version, installed plugins)I have confirmed that the string going to "doc.write()" always has the proper <link> statement, so that string is consistently built correctly. I have confirmed, through the element Inspector, that the first three editors have had the stylesheet applied, and that the last one, (at least, often the last two,) have not had the stylesheet applied. This, of course, looks like some sort of timing issue; but it is very strange. Why would the <link> directive fail? The data is all there, so the string is getting delivered to Firefox, but Firefox somehow does not fulfill the <link> directive. By the way, I have confirmed that the "try/catch" around "doc.write()" in "setData()" has never triggered the "catch"; so that's not it. I have confirmed that "setData()" is getting called for each editor; obviously, since the data shows up, but also through "console.log()" I have confirmed that "setData()" is called twice for the editors failing to get "contentsCss" applied, just the same as for those that succeed in getting "contentsCss" applied. Note: Within Firefox debugger, the issue does not occur. As you know, such a "disappearance" of a problem is not unusual for timing related issues, since the debugger alters event sequences and timings. Alexander |
|||||||||
#14814 | Using Firefox Nightly and switching between source / normal mode adds a newline to <pre> blocks | Bug | Normal | UI : Source View | ||||||
Description |
Steps to reproduce
Expected resultNo side effects from switching between modes Actual resultA newline is added right after the opening <pre ...> tag, each switch adds another newline. Other details (browser, OS, CKEditor version, installed plugins)I reproduce this with Firefox Nightly only and on MDN (e.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Map/set$edit ). I'm sorry I cannot go further analyzing the issue with my knowledge. |
|||||||||
#14815 | SCSS Support | New Feature | Normal | Core : Styles | ||||||
Description |
Hi I was wondering if you would consider putting in support for using SCSS files when specifying the contentsCSS for the editor? Thanks |
|||||||||
#14816 | Resize selection box going out of editor area | Bug | Normal | Core : Editable | ||||||
Description |
Steps to reproduce
Expected resultShould not go out of editor area Actual resultgoing out of editor area Other details (browser, OS, CKEditor version, installed plugins)happens in all browsers |
|||||||||
#14817 | fck editor on Big Medium | Bug | Normal | General | ||||||
Description |
Hi Please can you help. The old FCK Edtor (details below) is installed on an old CMS called Big Medium which I still like to use. It works ok but NOT with iPads, becasue the vertical scrollbars are not available, which limits its use. I've been looking at the #xEditingArea CSS value and tweaking that, but it doesn't help. I woder if you have any ideas on how I can get around the problem? Thanks! John /*
/*
|
|||||||||
#14819 | [Edge] Multiple unit tests failing | Bug | Normal | General | ||||||
Description |
After updating Edge browser from version 25 to 38 (Edge: 38.14393; EdgeHTML: 14.14393), there are multiple unit tests failing (see attached screenshot). This is a group task for failing tests. |
|||||||||
#14820 | jQuery load ckeditor, the second time toolbar was disabled and content windows invisible | Bug | Normal | General | ||||||
Description |
I have 2 different ckeditor loaded async with jquery load in overlay popup. First time I open each popup ckeditor runs correctly. From the second time the first one (higher) shows only the toolbar and with all buttons disabled Url: http://www.demosixor.it/ginko/it/deal/cerco-offro-lavoro/cercasi-freno Steps to reproduce
The strange thing is that if you do the same procedure with button "Rispondi all'annuncio" it works fine Expected resultEvery time users open a popup, ckeditor works fine Actual resultFrom the second time users open the "first-link popup" ckeditor is disabled Other details (browser, OS, CKEditor version, installed plugins)I just tried solutions I found in stackoverflow with no luck. I tried remove, destroy, delete but nothing make it work Client
|
|||||||||
#14821 | Default font family and size not set for body tag in ckeditor . | Bug | Normal | General | ||||||
Description |
I set my default font family and size in ckeditor using this two below line
When selecting the font and size the paragraph creating in body tag like this. <p>
</p> When initialize ckeditor with default family ,Font family and size not selected in dropdown but label Shows like "TimesNewRoman" and "10pt".Then body content show like this <p></p> |
|||||||||
#14822 | Default font family and size not set for body tag in ckeditor . | Bug | Normal | General | ||||||
Description |
I set my default font family and size in ckeditor using this two below line
When selecting the font and size the paragraph creating in body tag like this. <p>
</p> When initialize ckeditor with default family ,Font family and size not selected in dropdown but label Shows like "TimesNewRoman" and "10pt".Then body content show like this <p></p> I want to set default font family and font size as dynamically from settings.If i set font family and size in body tag in content css file that content not showing properly on pdf ,because that paragraph not having default font family and size .So I Want the real html content in ckeditor then only it shows correct font in pdf .I want the same functionality that is working when we select from drop down list needs to work when I set the default font family. |