Custom Query
Results (8201 - 8300 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component | |
---|---|---|---|---|---|---|---|
#9592 | Clarify config options apply to one specific creator | Task | Normal | General | |||
Description |
We need to find a way to mark in JSDoc, if one configuration is creator specific, to one creator, e.g. autogrow configurations are for themed ui only. |
||||||
#9593 | A number of moono skin regressions | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
The following regressions have been introduced by #9540:
|
||||||
#9594 | Cannot tab past CKEditor when it is in read only mode | Bug | Normal | CKEditor 4.0.1 | Core : Read-only | ||
Description |
Problem: It is not possible to Tab / Shift+Tab once the read only editor has focus. This is also an issue in CKEditor 4.0 if the editor contains some focusable element. In this case, pressing tab when the editor has focus, moves focus to the first focusable element inside the editor contents and then it is not possible to Tab / Shift+Tab. |
||||||
#9596 | Config.width doesn't accept CSS values | Bug | Normal | CKEditor 4.0 | General | ||
Description |
Try '50%' and '50em'. In v3 it works, in v4 editor has 100%. |
||||||
#9597 | Config.height accepts percentage value | Bug | Normal | General | |||
Description |
It shouldn't accept value like '50%', but it does and tries to do something. The result is broken - on Chrome I have huge editor, when on FF it's tiny. |
||||||
#9598 | Entire source code is indented few times when startupMode = 'source' | Bug | Normal | UI : Source View | |||
Description |
Open editor with |
||||||
#9599 | Magicline's config options are prefixed with "line" | Bug | Normal | CKEditor 4.0 | General | ||
Description |
I was confused what these options mean and this is the last chance to fix their names. They should be prefixed with "magicline". |
||||||
#9600 | Table insertion overflows inline editable | Bug | Normal | CKEditor 4.0 | Core : Tables | ||
Description |
Table insertion now impose a fixed width, this looks good for framed editable, but it always overflow inline editing area which are mostly smaller. |
||||||
#9601 | Support for config.disableReadonlyStyling is missed in v4 | Bug | Normal | CKEditor 4.0 | Core : Styles | ||
Description |
There's a doc, but nothing else :). Lack of this feature may be verified in placeholder plugin - in v3 placeholder may be bolded, in v4 no. |
||||||
#9602 | inline editor position is not anchored to contenteditable when there's dynamic content | Bug | Normal | UI : Toolbar | |||
Description |
problem: in the case where an inline editor is created via javascript and activated by clicking inside the contenteditable div, but then dynamic content pushes down or pulls up the contenteditable div, the inline editor is displayed in the wrong location. expected: inline editor should be anchored to the contenteditable div, or position refreshed when activated, even if the position of the contenteditable div changes on the page. run attached code sample for demonstration of behavior. just put inside the ckeditor folder alongside ckeditor.js execution steps: 1) run page 2) click inside the contenteditable div to activate the editor 3) click "add space" to push down the contenteditable div 4) click inside the contenteditable div and observe the incorrect editor position |
||||||
#9603 | Inline editor UI direction in RTL | Bug | Normal | CKEditor 4.0 | Core : BiDi | ||
Description |
|
||||||
#9604 | Loading error when use extraPlugins | Bug | Normal | CKEditor 4.0 | General | ||
Description |
Load any sample page with the following configuration will cause JS error thrown: config.plugins = 'toolbar,link'; config.extraPlugins = 'dialog'; |
||||||
#9605 | Various float space offset configs not working properly | Bug | Normal | CKEditor 4.0 | UI : Toolbar | ||
Description |
|
||||||
#9606 | forcePasteAsPlainText not always working | Bug | Normal | CKEditor 4.0 | Core : Pasting | ||
Description |
|
||||||
#9608 | Tab should leave listbox in smiley and specialchar dialogs | Bug | Normal | CKEditor 4.0 | Accessibility | ||
Description |
V4's version of issue we had in v3: #9101.
|
||||||
#9609 | JavaScript error when inserting new column in the table | Bug | Normal | CKEditor 4.0 | General | ||
Description |
V4's version of ticket which we had in v3: #8295.
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <tbody> <tr> <td> 1.1</td> <td> 1.2</td> </tr> <tr> <td> 2.1</td> <td> 2.2</td> </tr> <tr> <td> 3.1</td> <td> 3.2</td> </tr> </tbody> </table>
|
||||||
#9610 | Focus style for various UI elements is nearly invisible | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
|
||||||
#9613 | Nested Table Vertical Spacing Issue | Bug | Normal | Core : Tables | |||
Description |
Browser: Google Chrome 22.0.1229.94 m OS: Windows 7 64bit Steps to Reproduce: 1) create a 1x1 table, cellpadding="0", cellspacing="0", border="0", width="100%". 2) create a 2x3 table within table(1). cellpadding="0", cellspacing="0", border="0". Issue: There's a space (empty row) between the bottom of the inner table and the outer table. It is impossible to remove this vertical spacing without editing the source code. Solution: There's two ways to fix. 1) In source code view, delete all the spaces between the inner </table> and the outer </td>. 2) In source code view, delete ONE space before the outer tables </td>. Additonal Info (slightly off subject): You probably know already, but any spaces between opening and closing table tags also creates vertical spacing issues in several email clients. |
||||||
#9615 | Some plugins' icons should be updated | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
UIColor button has different icon in build than in dev version. Perhaps other icons that changed recently may be outdated too. |
||||||
#9616 | PasteFromWordRemoveStyles option doesnt work with ASP.NET control | Bug | Normal | Plugin : Paste from Word | |||
Description |
Result: Notice that table background is not pasted but all the font styles are.
Possible cause: To work around to the problem just put in ckeditor/config.js config.pasteFromWordRemoveFontStyles = false; config.pasteFromWordRemoveStyles=false; |
||||||
#9617 | IE, setting autoParagraph to false doesn't work | Bug | Normal | General | |||
Description |
setting autoParagraph to false doesn't really affect IE9 (didn't test other IE versions) |
||||||
#9618 | Bottom space should not be visible when empty | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
With the following configuration: config.removePlugins = 'elementspath,resize'; The bottom space of the editor should not be rendered. It should be just a 1px line, just like the left and right borders. |
||||||
#9619 | Bad toolbar margins with toolbarLocation = 'bottom' | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
With the following configuration: config.removePlugins = 'elementspath,resize'; config.toolbarLocation = 'bottom'; The toolbar should have the same margin space at the top and the bottom. Additionally, the top space of the editor should not be rendered. It should be just a 1px line, just like the left and right borders. (Just like #9618) |
||||||
#9620 | Isn't working in Chrome | Bug | Normal | General | |||
Description |
I have the latest version of CKEditor and the latest version of Chrome (23) and the CKEditor is not working. I am not getting any errors in Firebug lite and it works just fine in FF. |
||||||
#9621 | No focus style for disabled buttons | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
Unlike v3, v4 doesn't have any styling for disabled buttons on the toolbar:
Note that the disable buttons have no style, so the focus gets visibly lost. Disabled buttons should simply use the background styles used on hover of enabled buttons when they have focus. |
||||||
#9622 | IE Bug (Source Mode more then one instance) | Bug | Normal | CKEditor 4.0 | UI : Source View | ||
Description |
This may be a bit picky but is pretty annoying (Only does it in IE) If I have one instance which has source mode on, then go to another instance and switch to source and back to wysiwyg it locks up. |
||||||
#9623 | Selectionmark plugin should be removed from repo | Task | Normal | CKEditor 4.0 | General | ||
Description |
We dropped support for it few months ago. There's no documentation, sample or whatsoever. To avoid confusion is should be removed and kept in feature branch. |
||||||
#9624 | Unable to run builder with no plugins in profile | Bug | Normal | Project : CKBuilder | |||
Description |
The following error occurs when running ckbuilder with no plugin entry: Exception in thread "main" org.mozilla.javascript.JavaScriptException: Error while generating sprite image: invalid width (0) (e:\CKBuilder\src/lib/image.js#186) |
||||||
#9626 | Move moono icons to plugins' folders | Bug | Normal | CKEditor 4.0 | General | ||
Description |
We need to update plugins' icons. |
||||||
#9628 | New contents.css | Task | Normal | CKEditor 4.0 | General | ||
Description |
We should have a rich contents.css, which makes contents created with the editor modern and cool. This could be accompanied by new samples contents (getting rid of Little Red...) that will also make the editor look cool when loading a sample. Other than beautiful at the first glance, it can also expose some of the editor features. |
||||||
#9629 | New inline icon for anchor | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
I don't mean toolbar icon, but this little one that we're displaying inline in the editor contents. |
||||||
#9630 | Image disappears when horizontal rull button is clicked | Bug | Normal | General | |||
Description |
Firefox, mac. On nightly build here http://nightly-v4.ckeditor.com/3854/samples/inlinebycode.html. Image is selected then hr is clicked and image disappears. See screenshots. Image handles are still visible. |
||||||
#9631 | List TC broken with inline creator run | Bug | Normal | CKEditor 4.0 | Core : Lists | ||
Description |
The following TC fails from inline creator run, in all browsers. http://v4.ckeditor.t/dt/plugins/list/list_enterBr.html#test apply list |
||||||
#9633 | New icon for placeholder | Bug | Normal | CKEditor 4.0 | UI : Skins | ||
Description |
There's a question also - why currently we've got two placehoder icons? createplaceholder and editplaceholder? |
||||||
#9636 | Do not extend the toolbarGroups config object | Bug | Normal | CKEditor 4.0 | UI : Toolbar | ||
Description |
Change the appendto.html sample with the following: var globalConfig = { height: 50, toolbarGroups : [ { name: 'basicstyles', groups: [ 'basicstyles' ] } ] }; CKEDITOR.appendTo( 'section1', globalConfig ); CKEDITOR.appendTo( 'section1', globalConfig ); CKEDITOR.appendTo( 'section1', globalConfig ); Check the results :| It seems that we're touching the original toolbarGroups configuration object internally. This brings troubles when there is a global configuration option in the application, which is reused by several editors. If we want to use the original toolbarGroups object internally, we should make a depth copy of it instead. |
||||||
#9638 | a11yhelp availablity | Bug | Normal | CKEditor 4.4.3 | Accessibility | ||
Description |
With preset-basic build profile, the editor is built without the a11yhelp plugin, this causes a issue as the ARIA information still prompts the ALT-0 help info. |
||||||
#9639 | sourcearea plugin availablity | Bug | Normal | CKEditor 4.0 | Documentation & Samples | ||
Description |
With preset-basic build profile, the editor is built without the sourcearea plugin, this causes a trouble on some samples that it fails to demonstrate the subject, e.g. fullpage and various output samples. |
||||||
#9641 | Cancel button with focus is too dark? | Bug | Normal | General | |||
Description |
Just opened the "About" dialog and started wondering if I faced a bug (well just like in #9157 :P). Okay, it's because of a focus, but should it look so strange? |
||||||
#9642 | Removed scayt and wsc plugins | Task | Normal | CKEditor 4.0 | General | ||
Description |
Both scayt and wsc have been moved to external repos: We must now remove them from ckeditor-dev. |
||||||
#9645 | XHTML and Flash samples fail with basic preset | Bug | Normal | CKEditor 4.0 | General | ||
Description |
There's no writer so:
|
||||||
#9646 | [Webkit] Rendering error when switching between two inline editors | Bug | Normal | General | |||
Description |
Result: This is a regression after https://github.com/ckeditor/ckeditor-dev/commit/b66b6d6 That patch fixes more irritating issue on Opera (editable's border rendered with z-index:inf). Both are browsers' issues. |
||||||
#9647 | Code indentation is broken in samples | Bug | Normal | CKEditor 4.0 | Documentation & Samples | ||
Description |
Regression after https://github.com/ckeditor/ckeditor-dev/commit/6c11dffbb8fdccdb62ea70ca14253570ca63c63f |
||||||
#9648 | Font / Size rich combos are too narrow? | Bug | Normal | CKEditor 4.0 | General | ||
Description |
We develop looking at the English toolbar usually, but I guess it would be good to check how it looks in other languages. Are we ok with the narrow Font / Size combos? I'm not talking about expanding the size to match the label, but maybe it would be worth to include a few more letters? |
||||||
#9649 | Global variable leak ("i")? | Bug | Normal | CKEditor 4.0 | General | ||
Description |
1) I just noticed in Firebug some weird "i" variable. This variable is pretty popular, so I can image quite an interesting results of overwriting it accidentally Can be reproduced on the nightly demo: http://nightly-v4.ckeditor.com/demo/replacebyclass.html
2) after running the inlineall sample I see also |
||||||
#9651 | Object styles are not being applied | Bug | Normal | CKEditor 4.0 | Core : Styles | ||
Description |
BUG: Nothing happens.
It works now.
BUG: Nothing happens. This makes me think that the editor is not applying styles is there is any conflict between the style definition and the styles present in the editor. |
||||||
#9652 | Fix lint errors | Bug | Normal | CKEditor 4.0 | General | ||
Description |
JSL revealed a lot issues on master that must be fixed ASAP:
|
||||||
#9653 | Problems with IE10 Quirks mode | Bug | Normal | General | |||
Description |
CKeditor 3.6.5 is not working in IE10 (Windows 7 and Windows 8) if there are no or wrong doctype declarations. Internet Explorer 10 returns to Quirks mode if there are errors in the declaration of html doctype. In the IE10 Quirks mode CKEditor is not working. <html> <head> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <title>CKEditor</title> </head> <body> <textarea id="story" name="story" class=""></textarea> </body> <script type="text/javascript" type="javascript"> //<![CDATA[ CKEDITOR.replace ('story'); //]]> </script> </html> |
||||||
#9654 | CKE 4.x - Problems with IE10 Quirks mode | Bug | Normal | CKEditor 4.2.1 | General | ||
Description |
Results:
Message: Unable to get property '0' of undefined |
||||||
#9655 | CKE 4.x & IE7-9 - editor styles look really bad in quirks mode | Bug | Normal | CKEditor 4.0.1 | General | ||
Description |
Results: See attached pic |
||||||
#9656 | Should event.on/removeListener handle one listener attached multiple times to one object,event? | Bug | Normal | General | |||
Description |
Question based on http://dev.ckeditor.com/ticket/9622#comment:4 Solution (or lack of it) should be discussed first. |
||||||
#9657 | Cut/Copy disabled | Bug | Normal | General | |||
Description |
To reproduce in IE8: 1/Go to http://ckeditor.com/demo with paste option disabled (do not copy a text before opening CK editor). 2/Remove all the existing content. 3/Start typing in the editor. 4/Right click somewhere in the editor(nothing happens: OK) 5/Select the text you wrote, cut/copy buttons are disabled. |
||||||
#9658 | [IE9] Justify not working on selected image | Bug | Normal | CKEditor 4.0.1 | Core : Selection | ||
Description |
It's a designed feature to allow selected image to be aligned specifically, with only left/right alignment, while this feature doesn't work on IE > 9. |
||||||
#9659 | IE+Quirks support on v4 | Bug | Normal | CKEditor 4.0.1 | General | ||
Description |
IE+Quirks support must be verified and concluded on CKEditor 4. Currently, the UI at least is broken. |
||||||
#9661 | javascript:void(0) Invalid Value for Link Href | Bug | Normal | CKEditor 4.4.1 | General | ||
Description |
Is javascript:void(0) intended to be an invalid value for the link dialog? My view is that it should be allowed in the href field. It was formerly with FCKeditor. You can reproduce in the http://nightly-v4.ckeditor.com/3928/samples/replacebycode.html.
So, again, I believe there should be a way to allow this to support this method. Thanks, Tom |
||||||
#9662 | Unable to re-assign style to an image | Bug | Normal | CKEditor 4.0 | Core : Styles | ||
Description |
Related to #9651. Tested with latest Chrome. |
||||||
#9663 | Insert HR in table head crashes browser | Bug | Normal | CKEditor 4.0 | General | ||
Description |
|
||||||
#9664 | [Opera] When inline editor is focused by click on image toolbar doesn't pop up | Bug | Normal | Core : Focus | |||
Description |
|
||||||
#9665 | Some samples shouldn't be in editor basic release | Bug | Normal | CKEditor 4.0 | General | ||
Description |
To reproduce:
These I'm not sure of
|
||||||
#9666 | Table inside tableresize sample in standard/basic relase doesn't have border | Bug | Normal | CKEditor 4.0 | General | ||
#9669 | Concerns regarding new contents.css | Bug | Normal | CKEditor 4.0 | Documentation & Samples | ||
Description |
The following compatibility issues are found regard the new blockquote style:
|
||||||
#9670 | [Standard] TableResize sample - table border missing | Bug | Normal | CKEditor 4.0 | Documentation & Samples | ||
Description |
A table inside of the sample displays without borders. |
||||||
#9672 | [Basic build] Tableresize plugin: error when resizing table | Bug | Normal | CKEditor 4.0 | General | ||
Description |
The following error: Uncaught TypeError: Object #<Object> has no method 'buildTableMap' plugin.js:8 right after clicking the middle (resizable) border of the table. Works in full/standard build. Missing dependency? |
||||||
#9673 | Copy Paste error in IE8 | Bug | Normal | Core : Pasting | |||
Description |
Hi, I have started using v3.6.5 and noticed a copy paste javascript error in Win7 IE8 (browser mode: IE8 and Document mode: IE standards) Pre-condition:
Steps:
Observation
I have seen some variants of this defect already reported. Since, I am researching integrating ckeditor into my web app, I would appreciate if someone from the dev team could let me kn ow the status of this defect. Thanks John |
||||||
#9675 | [FF3.x] Select all, copy and paste breaks divearea | Bug | Normal | CKEditor 4.0 | General | ||
Description |
|
||||||
#9683 | Implement tests for editable stripping in clipboard | Bug | Normal | CKEditor 4.0.1 | General | ||
Description | |||||||
#9684 | Type error when nothing is selected in checkSelectionChange() (Cannot call method "getType" of null) | Bug | Normal | General | |||
Description |
Version: 4.x Nightly (Rev. 3952) The call to a.getType() will fail, as the function getSelection(1) can return null. function b() { var a = this.getSelection(1); if (a.getType() != CKEDITOR.SELECTION_NONE) { this.fire("selectionCheck", a); var b = this.elementPath(); if (!b.compare(this._.selectionPreviousPath)) { this._.selectionPreviousPath = b; this.fire("selectionChange", {selection: a,path: b}) } } } The corresponding source code would be in: core/selection.js at line 15 function checkSelectionChange() { // Editor may have no selection at all. var sel = this.getSelection( 1 ); if ( sel.getType() == CKEDITOR.SELECTION_NONE ) return; this.fire( 'selectionCheck', sel ); var currentPath = this.elementPath(); if ( !currentPath.compare( this._.selectionPreviousPath ) ) { this._.selectionPreviousPath = currentPath; this.fire( 'selectionChange', { selection: sel, path: currentPath } ); } } |
||||||
#9685 | MS-WORD copy paste error from "ckeditor_tablebug_document.docx" attached | Bug | Normal | Plugin : Paste from Word | |||
Description |
Hi CKEditor team, We integrated CKEditor 3.6 to our product but would like to report a bug. Bug description:
This issue is reproducible on http://ckeditor.com/demo (which is 3.6.5.) I believe it is because of the some of the format inside the table cell that contains extra tags that can't be parsed by ckeditor therefore bringing the error message. Thanks, Feng Zuo |
||||||
#9686 | Missing content style for <pre> | Bug | Normal | CKEditor 4.0.1 | Documentation & Samples | ||
Description |
<pre> didn't get styled from this change, especially considering the white-space attribute, which helps to eliminate the overflow. |
||||||
#9688 | Wrong translation is loaded when translation is not vailable | Bug | Normal | CKEditor 4.0 | UI : Language | ||
Description |
When opening a plugin with its own language files, and the selected language is not available, the first available translation is loaded. Which means that the same instance is using: user language (e.g. Italian) AND Afrikaans, Arabic, Bulgarian etc.
To reproduce, take the uicolor plugin, remove "it" from "lang" property, configure the Italian language to be the default one and launch Happens both, in source and release version. |
||||||
#9689 | Div container command cause JS error | Bug | Normal | CKEditor 4.0 | Core : Styles | ||
Description |
Div container will throw JS error when opened. Uncaught TypeError: Cannot call method 'getName' of undefined |
||||||
#9691 | Context menu items not consistent | Bug | Normal | General | |||
Description |
Context menu items disappear depending on whether a link has focus before clicking context menu open. Steps to reproduce
Context menu is missing Unlink item in step 2. Will not happen if focus is first given to a link with either left mouse button or keyboard. This happens at least with links. |
||||||
#9692 | Samples requiring a plugin in development mode are not working out of the box | Bug | Normal | CKEditor 4.0.1 | General | ||
Description |
Just checked the uicolor sample (
In development mode (when working with source version), it would be nice to have the extraPlugins option still included in the sample, to not have to add it to extraPlugins: 'uicolor', // %REMOVE_LINE% This way in release mode, this entry will not be included. |
||||||
#9693 | UIColor picker doesn't change UI color on submit when "live preview" is switched off | Bug | Normal | CKEditor 4.0.1 | UI : Skins | ||
Description |
Nothing has changed. |
||||||
#9694 | config.contentsCss not working in inline editing | Bug | Normal | General | |||
Description |
content.css is ignored when editing inline i tried to set config.contentsCss to another file but it is ignored anyway |
||||||
#9695 | A11Y: Not possible to navigate out of Table without using Magicline | Bug | Normal | Accessibility | |||
Description |
To reproduce the defect:
Issue: we can't come out of the table using keyboard. This is an Accessibility Compliance issue, since Magicline feature not accessible using keyboard |
||||||
#9696 | IE: Text between list items getting overlapped when list items text has font size more than 36 | Bug | Normal | CKEditor 4.3.2 | General | ||
Description |
To reproduce the defect:
Issue: see that the text in list items getting overlapped. |
||||||
#9697 | Disble auto unmatching tag correct option | New Feature | Normal | General | |||
Description |
I have a problem when I allow users to edit their website templates using CKEditor. Template files contains unmatching HTML tags intentionally. e.g., some open tags reside header.template, while closing tags for those reside in footer.template. And main content comes in between two templates. However, when they open these template files, CKEditor auto-correct unmatched tags, then it breaks template files as a result. Can we have an option for CKEditor to enable/disable this auto tag correct option? |
||||||
#9698 | content editable inside a main table causes bugs | Bug | Normal | General | |||
Description |
There is a bug when you have a div with contenteditable="true" inside a main table. There are many ckeditor functions not working inside these editable block. For example, if you have a structure like this: <table cellpadding="0" cellspacing="10" border="0">
The main problem here is when you SELECT ALL. Eg.: if you select all and want to delete the selection, THE WHOLE table will be deleted instead of deleting only the <p> content. The same happens with font-family, font-size and font-colors selectors. If you want to apply one of these options none of them will work because the SELECT ALL select the TABLE and not only the text... |
||||||
#9699 | Applying font styles to selection in inline mode creates empty element instead | Bug | Normal | CKEditor 4.0.1 | Core : Selection | ||
Description |
When using an inlined editor, attempting to change font styles (either typeface or font size) results in an empty span being appended to the end of selection instead of changing the selection. Steps to reproduce:
Note: it is important how the selection is made. Selecting by double/triple clicking or Ctrl-A will always work. As far as I can tell, this is due to the font plugin's use of richcombos that change the browser focus. Doing the same selection but using simple styles like bold/italics/underline works 100% of the time. Tracing through the selection plugin, I found that window.getSelection() reports the selection as isCollapsed. However, when selecting another way (like Ctrl-A) avoids that. |
||||||
#9700 | Drop down button stays active after drop down closed by clicking on that button | Bug | Normal | UI : Toolbar | |||
Description |
|
||||||
#9701 | Firefox 17 - CKEditor 4 - Error: Permission denied to access property 'DEBUG' | Bug | Normal | CKEditor 4.0 | General | ||
Description |
After upgrade Firefox to 17, CKEditor throws this error: Error: Permission denied to access property 'DEBUG' [Parar en este error]
/ckeditor/plugins/magicline/plugin.js (línea 33) In Opera, Safari and Chrome work fine. Regard. |
||||||
#9702 | CKEditor 4.x is missing keystrokes in config object. | Bug | Normal | General | |||
Description |
Look at the dom for CKEDitor.
The only way to get to keystrokes now is through |
||||||
#9704 | Clear documentation for keystrokes related API | Bug | Normal | CKEditor 4.0 | Documentation & Samples | ||
Description |
This is:
|
||||||
#9705 | Various errors when running inside of an iframe with sandbox="allow-scripts" | Bug | Normal | General | |||
Description |
Due to security restrictions, some browsers (latest Chrome, Firefox 17) throw errors when the editor is being run inside of an iframe with Chrome: Sandbox access violation: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL http://ckeditor4.t/ckeditor/samples/replacebycode.html. Both frames are sandboxed into unique origins. wysiwygarea.js:91 Firefox: Error: Permission denied to access property 'document' wysiwygarea.js:91
|
||||||
#9706 | Context Menu generates JS Error in inline mode when editor attached to Header element | Bug | Normal | CKEditor 4.0.1 | UI : Context Menu | ||
Description |
The problem reproduces in inline mode when editor attached to element which does not wrap editable content into <p>. e.g. H1, H2, H3 tags. Steps to reproduce:
Expected result: Context Menu is displayed Actual result: JavaScript error is shown in console: Uncaught TypeError: Object #<Object> has no method 'hasClass' /lib/ckeditor-dev/plugins/menu/plugin.js:346 |
||||||
#9708 | Context Menu z-index problem when used from toolbar in inline mode | Bug | Normal | UI : Context Menu | |||
Description |
Can be reproduced when spellcheck control is added to the toolbar (scayt plug-in should be enabled). Spellcheck control on toolbar use contextmenu to show possible actions. Steps to reproduce:
Expected results: Spellcheck items list is shown over the toolbar Actual results: Spellcheck items list is shown under the toolbar If step 3. is excluded then Context Menu is working as expected |
||||||
#9709 | pastefromword should not depend on configuration from other styles | Bug | Normal | CKEditor 4.0.1 | Plugin : Paste from Word | ||
Description |
Paste from word read the configuration on editor styles (block and inline) to properly migrate the elements, but it should still work without those plugins. |
||||||
#9711 | [enter BR] plain space is not trimmed on copy and paste | Bug | Normal | Core : Selection | |||
Description |
OS: Windows 7 Browser: Firefox 16.02
To reproduce:
NOTE: This does not happen in other enterModes - space is trimmed which is by design.
To reproduce:
Note: "Paste Only Text" works OK. |
||||||
#9712 | Context menu open destories editor focus | Bug | Normal | CKEditor 4.0.1 | Core : Focus | ||
Description |
|
||||||
#9713 | Inline editing Source mode | New Feature | Normal | CKEditor 4.1 RC | General | ||
Description |
In inline editing mode Source button is not displayed in toolbar |
||||||
#9714 | CSS for span imcomplete. | Bug | Normal | UI : Skins | |||
Description |
When the page including CKeditor has defined a display setting for all spans comboboxes display incorrect. This can be fixed by adding. table.cke_editor span {
} Currently it is assumed that no previous setting was applied, this does not have to be the case and therefore forcing the correct setting seems like a good idea to me! |
||||||
#9715 | Resize window bug | Bug | Normal | CKEditor 4.5.2 | General | ||
Description |
I found a problem by using 2 CKEditor instances in 1 page. After struggling for a while I found how to reproduce the bug. I tested it on the Demo page of CKEditor (http://ckeditor.com/demo) which made me clear it's not a bug caused by my own code. As I said above I use 2 CKEditor instances. Both are in a hidden div (style="display:none;") and can be opened by clicking on a button. The bug I found was caused by resizing the browser window (which also occurs when you have 1 open tab and then open a second tab). So we have a hidden div which contains a ckeditor. After resizing the browsers window we remove the display none so that the ckeditor is visible again. As you can see, the document isn't available now. Reproduce steps on http://ckeditor.com/demo
|
||||||
#9716 | Fix FCKeditor browser detection to work with Firefox 17 | Bug | Normal | General | |||
Description |
Hi CKeditor team, Various bits of browser detection that FCKeditor does, in at least 2 places, break because the Firefox 17 User Agent has changed a bit. The Gecko part changed from: Gecko/20100101 (this number had been frozen for 3 years) to Gecko/17.0 The main detector in fckbrowserinfo.js works, but there are other bits of the code which sniff browser versions which are broken. I don't have the details exactly to hand but here are two of them: http://dev.ckeditor.com/browser/FCKeditor/trunk/fckeditor_php5.php#L55 http://dev.ckeditor.com/browser/FCKeditor/trunk/fckeditor.asp#L202 Would you guys consider doing a small bugfix release of the software to update it, or have you decided never to do any more? I note from your Wikipedia page that there was a security bug in FCKeditor a while ago. I suspect many people are still using vulnerable versions (we've certainly had problem reports from older versions). If you were to make this fix, we could then publicise it, which would encourage people to update and make them safer at the same time. Gerv (Mozilla) |
||||||
#9717 | Inline editing aside tag | Bug | Normal | General | |||
Description |
in inline edit mode editors cannot put a new element outside a trailing "aside" tag Both hitting enter or using "insert paragraph here" create a new paragraph inside aside tag <aside> <dl> <dt>*</dt> <dd>ertetertertert.</dd> <dt>**</dt> <dd>ertertertertert</dd> </dl> </aside> |
||||||
#9718 | Paste from word plugin fails to load default clean-up file when not running under root web directory | Bug | Normal | Plugin : Paste from Word | |||
Description |
All if our ckeditor files are deployed in a sub directory of our web application ('/resources/richtexteditor') while the ckeditor.js file is located under the root directory. Because of this deployment type, we set the CKEDITOR.basePath property to the path to the editor's resource folder. When pasting text from word into the editor instance, we see a 404 exception for the /pastefromword/filter/default.js file because the base path was not applied to the resource URL (see following screenshot). When debugging the code, this.path (in pastfromword/plugin.js, line 15) contains an absolute URL (starting with http://) which will cause that the default CKEDITOR.getUrl() method does not prefix the 'resource' provided with the previously set base path. It looks to me that the this.path should only contain a relative URL so that the CKEDITOR.getUrl() function can prefix it with the base path if needed. Thanks, Johannes |
||||||
#9720 | [IE10] script error from elementpath | Bug | Normal | CKEditor 3.6.6 | General | ||
Description |
The following error is encountered from the elementpath.js, when trying to open context menu on a link. |
||||||
#9721 | Padding in content of div based editor puts editing area under bottom UI space | Bug | Normal | CKEditor 4.0.1 | General | ||
Description |
See screenshot of http://ckeditor.com/demo#div |
||||||
#9722 | Repository ckeditor/ckeditor-release with ready to use releases | Bug | Normal | General | |||
Description |
As requested e.g. here https://twitter.com/jonnynott/status/273453091620278275 It'll be possible to add CKEditor as submodule, without any additional steps. |
||||||
#9723 | CKEditor User's Guide 404 Error | Bug | Normal | General | |||
Description |
When clicking on the link "CKEditor User's Guide" (http://docs.ckeditor.com/user) in the "About CKEditor" dialog, it returns a 404 error. Either the link needs to be updated or the URL needs to redirect to the proper location. |
||||||
#9724 | Cursor bug in IE 9 and IE 10 | Bug | Normal | Core : Focus | |||
Description |
We have a customer reporting that the cursor behaves inappropriately in IE 8 and IE 10. The customer described it like this: The IE 10 example repositioned the cursor and scrolled up. The IE 8 example repositioned the cursor to the beginning of the line. and reproduced in the CKEditor Demo. I am attaching his videos as well. |