Custom Query
Results (8101 - 8200 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#9470 | [Opera] Unable to close inline style at the end of block | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
It breaks test: http://ckeditor4.t/dt/plugins/font/font.html?name=test-apply-font-size-collapsed-cursor# |
|||||
#9472 | Divarea and Autogrow plugins don't work well together. | Bug | Normal | General | ||
Description |
I used divarea.html sample from Git repository. When autogrow and divarea plugins are enable together like: CKEDITOR.replace( 'editor1', { extraPlugins: 'autogrow,divarea', height : 100, autoGrow_minHeight : 600, }); CKEditor on start has no place to insert content. I attached modified divarea.html sample from GIT. |
|||||
#9473 | IE9 After selecting text right to left inside p before br causes styling to not work. | Bug | Normal | General | ||
Description |
When the editor content is like <p>foo<br/>bar</p> and the user selects "foo" with mouse or keyboard from right to left and tries to add bold style to the text, it fails (selection dissappears and no styling). When re-selecting foo right to left elementspath displays "body p strong" - but when switching to source there is only the p and br elements. Selecting by double clicking and then applying a style works. Reproduced in http://ckeditor.com/demo and in http://nightly-v4.ckeditor.com/3627/samples/replacebyclass.html This might be a symptom of a known issue like the one that depends on how browsers handle the caret positioning but I didn't find a ticket and I guess it could still be concidered a bug? |
|||||
#9474 | V4 and IE: It is not possible to insert table in enter mode other than P | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
To reproduce:
Result JS errors pop out:
Message: SCRIPT5007: can't get property childNodes. It is null or undefined.
IE8 and IE7 |
|||||
#9475 | It is not possible to paste lists or tables from any MS Word | Bug | Normal | CKEditor 4.0 | Plugin : Paste from Word | |
Description |
To reproduce:
Every time you will get message saying that it was not possible to clean up data because an error has occurred. |
|||||
#9477 | setHTML doesn't set non-HTML tags in IE | Bug | Normal | General | ||
Description |
I am doing some work on a footnotes plugin for Drupal and the way it works is to add
For the CKEditor plugin it uses What happens when it tries to add that tag is:
Here is the onOk code for the plugin: onOk : function() { var editor = this.getParentEditor(); var content = this.getValueOf( 'info', 'footnote' ); var value = this.getValueOf( 'info', 'value' ); if ( content.length > 0 || value.length > 0 ) { var realElement = CKEDITOR.dom.element.createFromHtml('<fn></fn>'); if ( content.length > 0 ) realElement.setText(content); if ( value.length > 0 ) realElement.setAttribute('value',value); var fakeElement = editor.createFakeElement( realElement , 'cke_footnote', 'fn', false ); editor.insertElement(fakeElement); } } Now the problem line is: var realElement = CKEDITOR.dom.element.createFromHtml('<fn></fn>');
When createFromHtml() calls setHtml(), the That is with IE8 (IE9 in IE8 mode). With IE9, I haven't yet looked into why it is placing the markup at the start of the text area. Is this a bug with setHTML(), or maybe an IE issue that has to be worked around, or something else?
Also, could anyone point me in the right direction of some way to add a tag like This is my first issue on here so if I have missed useful information just let me know what you need. Thanks. |
|||||
#9478 | CKE 4.x - Undefined table width gets reset to default | Bug | Normal | UI : Dialogs | ||
Description |
To reproduce:
Result: Default table width 500px is present in width field and once you click OK table gets default width. Reproducible in CKEditor 4 in all browsers. Works fine in CKEditor 3.6.5 The comment:7 is about separate issue reproducible in both CKE 3.x and 4.x. It has its own ticket #9560. |
|||||
#9479 | Custom class name is not any more applied to button and menu item | Bug | Normal | CKEditor 4.0 | UI : Toolbar | |
Description |
This one has been reported by a customer. It is a backwards compatibility issue that needs to be investigated:
|
|||||
#9480 | IE9 Pasting a table after a styled paragraph results in various problems | Bug | Normal | General | ||
Description |
Reproduced when the content is set to output XHTML with bolding using a span with a class "Bold". Example in JSFiddle IE9 in JSFiddle with 3.5.2 but reproduced in 3.6.4 locally and in nightly examples as well. Copy the table above the "test" paragraph, place the caret to after test like "test|" and then paste or press enter to create a new paragraph and then paste. The pasted table gets placed inside the same p and span elements that the text "test" is in. This also causes that all text within the table to be bolded and cannot be unbolded. After this issue, the mangled source leads to very strange results for actions, such as placing the caret back to "test|" and presing enter completely removes the "test" text. Undoing the paste and redoing it results in different results; the table is no longer bolded nor inside the p element. Switching to the source and back helps, but isn't really a solution. |
|||||
#9481 | Magicline: no accessibility support | New Feature | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
There must be an accessibility solution to make magicline usable through the keyboard only. |
|||||
#9482 | Divarea: it is possible to remove editor inside table. | Bug | Normal | CKEditor 4.0 | General | |
Description |
To reproduce:
Result: Editor is placed inside table so this is very similar issue to inline editing #9315. Perhaps they have the same solution. |
|||||
#9483 | CKE 3.x and 4.x - Menu buttons do not open in IE10 | Bug | Normal | CKEditor 3.6.6 | UI : Floating Panel | |
Description |
Since IE10 with Windows8 will be released in several days (Oct 26, 2012) I tested CKEditor with it. It seems that the menu buttons like SCAYT, Font Color and Font Background Color do not open in IE10. This can be confirmed on <http://ckeditor.com/demo>. I also checked the nightlyies, no difference. I think the problem lies in floatpanel/plugin.js in line 217, where widthNode.document is undefined. If I add a env.ie10Compat (in env.js) and check for that in the line mentioned above, everything works fine. I attached a patch file with a potential fix. |
|||||
#9484 | Arabic text issue in Editor | Bug | Normal | Server : ASP.Net | ||
Description |
Hi, When i typed the Arabic text in the ckeditor unfortunataley its display wrong text . Arbic text which I typed in editor : المملكة الموافق it display : لنن ملكق لننوافق In content.css I have assigend a our custom font however its works fine in MS-Word , but I dont know why its happend .! in ckeditor. Find the attached screenshot you will get idea. Highly appreciated for given reply. Thanks & Regards, Mansoor |
|||||
#9485 | [IE7] Unable to access image properties via context menu | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
|
|||||
#9487 | Paragraph format combo loses ON state | Bug | Normal | CKEditor 4.0 | General | |
Description |
Unlike other combo boxes, paragraph format (format plugin) is unable to hold its
To reproduce, place trace() in richcombo plugin and see that
The reason for this might be the The problem is easy to observe with latest t/9423@cksource branch as Moono skin (unlike Kama) defines on state for combos. |
|||||
#9488 | 'Unlink' button does not become available when unlinked text falls into selection range | Bug | Normal | Core : Selection | ||
Description |
'Unlink' button doesn't become active when selected text contains unlinked text (text out of boundaries of <a> tag), i.e. mixed text, that contains both links and plain text is always treated as plain text when selected. It may look logical in common but is incovenient when it comes to unlinking. Not sure, though, whether you'll regard the issue as a bug. |
|||||
#9490 | [Chrome] List tests fail because of dir=ltr attribute in list items | Bug | Normal | CKEditor 4.0 | Core : BiDi | |
Description |
http://ckeditor4.t/dt/plugins/list/backspace.html http://ckeditor4.t/dt/plugins/list/list_enterBr.html http://ckeditor4.t/dt/plugins/list/list.html First bad commit: https://github.com/ckeditor/ckeditor-dev/commit/71cc364 |
|||||
#9491 | Moono wall of shame | Bug | Normal | CKEditor 4.0 | UI : Skins | |
Description |
Since Moono is our default skin in master branch, we should make it even better. This is the place for collecting Moono issues that must be fixed before the release. Screenshots are welcome. Buglist ported from #9423
|
|||||
#9492 | [Firefox] Failing tests because of recent dev&test changes for Opera | Bug | Normal | CKEditor 4.0 | General | |
Description |
Failing on FF:
|
|||||
#9493 | Opera: Incorrect options shown in Context menu | Bug | Normal | General | ||
Description |
To reproduce the defect:
Issue 1: Browser Context menu gets opened instead of CK Editor context menu.
Issue 2: CK Editor context menu opens, but it shows Delete Table & Table Properties options in Context menu even though there was no Table inserted in editor body. |
|||||
#9494 | Create a hide field text and image and show them after click a button | Task | Normal | Server : ASP | ||
Description |
Hi to everybody! I'm new. I have installed FCKEditor on my website and it works grat! Now i want do this: Write a article, when user click on a buttom "SHOW" then, show the rest of the article and images. How i can do it? Thanks! |
|||||
#9495 | [Release version] Editor tries to download skin.js for main skin | Bug | Normal | CKEditor 4.0 | UI : Skins | |
Description |
I get this error: GET http://localhost/cksource/ckeditor-dev/dev/builder/release/ckeditor/skins/moono/skin.js?t=C9O9 404 (Not Found) |
|||||
#9496 | [IE7/8] Undo test for control selection is failing | Bug | Normal | CKEditor 4.0 | General | |
Description |
http://ckeditor4.t/dt/plugins/undo/undo.html?name=test-undo-with-control-type-selection-in-IE Expected: [<p dir="rtl">foo]</p><p dir="rtl" id="target">bar</p> Actual: <p>[ </p><p dir="rtl">foo]</p><p dir="rtl" id="target">bar</p> |
|||||
#9497 | [link] [IE] No link created in enter mode BR | Bug | Normal | CKEditor 4.0 | General | |
Description |
|
|||||
#9499 | Fix selection change event on data reload | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
Selection change event is not always fired when data reload happens, this happens consistency for IE, and it breaks FF in the following test as well: http://ckeditor4.t/dt/core/selection/editor.html?name=test-selectionChange-fired-on-data-loaded- |
|||||
#9500 | IE8-9 It is not possible to move cursor below table pasted from Excel | Bug | Normal | General | ||
Description |
To reproduce:
Note that there is paragraph above the table but no paragraph below and there is no possibility to create such paragraph with cursor or mouse click (like with normal HTML tables). Reproducible in IE8 and IE9 from CKEditor 3.5.4 rev. [6698] |
|||||
#9502 | [IE] The selection expands by some characters when eg. creating a link | Bug | Normal | Core : Selection | ||
Description |
It seems that under some very specific circumstances IE9 and IE10 expand the selection by a character or two. How to reproduce:
Expected result:
Actual result:
This bug can also be reproduced on the CKEditor demo page, by pasting the same code to the editor source view: <table><tr><td><p><b>foo<br/><a href="#">baz</a> </b>qux</p><p><br/> fred<br/> doubleclickthis foo <a href="#">fred</a> foo<br/> bar<br/> baz<br/> qux<br/> foo<br/> bar<br/><b>baz</b><br/> </p></td></tr></table><p> </p> Apologies for the long test case. It seemed that if I change anything, the bug doesn't show up. Gotta love IE. <3 Note that this bug also appears if you right-click on the text and then push ESC, so it's not only connected to the hyperlink dialog. |
|||||
#9503 | forms plugin adds context menu listener for unsupported input types | New Feature | Normal | CKEditor 4.0.1 | General | |
Description |
I've been building a plugin to add file input fields into the content. Once a file input field is added, the context menu gives a "Text field properties" option. Within the Forms plugin, it appears there is a default case for the context menu listener that adds this menu option. This should be replaced with "case 'text':case 'password'" to prevent intercepting subsequent listeners for more specific field types. It could be extended to include the HTML5 types "numeric", "email" etc as well. |
|||||
#9504 | [FF][Chrome] attribute.specified is deprecated | Bug | Normal | CKEditor 4.4.1 | General | |
Description |
Warning is logged on console (note: native console, not Firebug): [11:49:52.973] Use of attributes' specified attribute is deprecated. It always returns true. @ http://localhost/cksource/ckeditor-dev/core/dom/element.js:1648 I haven't noticed any issue following this warning, but it's worth checking. |
|||||
#9505 | [FF] Editor placeholder option not available in context menu after first right-click on placeholder | Bug | Normal | UI : Context Menu | ||
Description |
Expected: "edit placeholder" should be available on first time. Reproducible in v3 and v4. |
|||||
#9506 | [Inline] Click in specific place in floating toolbar closes it | Bug | Normal | CKEditor 4.0 | UI : Toolbar | |
Description |
This happens on FF and Chrome (at least). On Opera toolbar closes when clicked anywhere else than on button/combo. |
|||||
#9507 | [FF] Focus on editor focused for the first time set selection before editable position | Bug | Normal | CKEditor 4.0.2 | Core : Focus | |
Description |
|
|||||
#9508 | Format combo is not deactived in read-only mode | Bug | Normal | CKEditor 4.0 | Core : Read-only | |
Description |
|
|||||
#9509 | magicline doesn't work with forms | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
To reproduce:
Result: There is no way to insert line above editor or below it (only in Enter_BR #9509). Magic line doesn't show up. |
|||||
#9510 | IE8-10: New line is not created after inserting form in Enter_BR | Bug | Normal | General | ||
Description |
To reproduce:
Result: there is no new line below editor thus it is impossible to exit form element. What is more magicline plugin doesn't work with forms - #9509, so there isn't any workaround but to add new line in source mode. |
|||||
#9511 | Bidi group is listed twice in toolbarGroups | Bug | Normal | CKEditor 4.0 | UI : Toolbar | |
Description |
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'bidi' ] }, Perhaps not a big issue, but something's definitely wrong there. |
|||||
#9512 | Extra files in skins/moono folder | Bug | Normal | CKEditor 4.0 | General | |
Description |
Did not check but I guess they're not used anywhere per se:
total size: 250kB. I believe something must be done with them in order to reduce the size of release package. |
|||||
#9514 | Two list buttons active at the same time | Bug | Normal | CKEditor 4.0 | Core : Lists | |
Description |
In fact I don't know whether v3's behaviour was correct, so that may not be a bug. |
|||||
#9515 | [FF&Inline] Click on textarea/input/select makes toolbar disappear | Bug | Normal | CKEditor 4.0 | Core : Focus | |
Description |
|
|||||
#9516 | [IE] Table Row Insert/Delete Error and enterMode = CKEDITOR.ENTER_BR | Bug | Normal | Core : Tables | ||
Description |
We use config.enterMode = CKEDITOR.ENTER_BR in our config.js. Removing that line fixes the following problem. However, we wish for the enter_br behavior on enter. So, with that line in config.js:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px"> <tbody> <tr> <td>1</td> <td> </td> </tr> <tr> <td>2</td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
If you do not get an error bringing up the context menu, you should get one when clicking to delete the row. Again, if we remove the config.enterMode = CKEDITOR.ENTER_BR line from config.js, the behavior is corrected, but we need that mode. Thanks. |
|||||
#9517 | Toolbar sample - toolbar group without subgroups should be skipped when printing out | Bug | Normal | CKEditor 4.0 | General | |
Description |
The same with groups without items. |
|||||
#9521 | [Opera&IE] JS error when inserting content into the editor after setData on blurred editor | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
Error is thrown. |
|||||
#9522 | [Opera] Pasting by paste dialog inserts bogus <br> | Bug | Normal | CKEditor 4.0 | Core : Pasting | |
Description |
We had this issue before and it was caused by <br> filling empty <body> which *was* used as a pastebin. |
|||||
#9523 | [Webkit] ENTER scrolls up the page | Bug | Normal | CKEditor 4.0 | General | |
Description |
When the editor is inside a float element, it scrolls the page up on ENTER. I'll be attaching a test page for this. |
|||||
#9524 | [Opera&Inline] Editable's border overlaps all UI parts that should be displayed above it | Bug | Normal | CKEditor 4.0 | General | |
Description |
It's Opera's issue, however, not to terrify users checking our sample, we may remove this border completely or only for Opera. |
|||||
#9525 | [Opera] Tab key based navigation - first tab always jumps to editor with tabIndex=1 | Bug | Normal | General | ||
Description |
|
|||||
#9527 | [Opera] Various issues with smileys plugin | Bug | Normal | General | ||
Description |
TC1
JS error is thrown and selection is in wrong place. Reproducible on 3.6.5 and latest 4. TC 2 (v3 only)
JS error, dialog is not closed. TC 3 (v4 only)
JS error and selection in wrong place. |
|||||
#9528 | box-sizing css skin bug | Bug | Normal | CKEditor 4.0.1 | UI : Skins | |
Description |
I use a set box-sizing parameter of "border-box" on all my objects in CSS, using the "*" selector. This is having a negative impact on how the buttons look on the new CKEditor 4 Beta. I "fixed" it by applying an auto height to a.cke_button Obviously I know it's not conventional use of border-box, however with pixel perfect web-design it really helps. |
|||||
#9529 | [IE] Paragraph format not reflected on selection | Bug | Normal | CKEditor 4.0 | General | |
Description |
|
|||||
#9530 | The "uilanguages.html" sample could use a real list of available languages | Bug | Normal | CKEditor 4.0 | General | |
Description |
Right now it is using
The problem is that |
|||||
#9531 | [FF&Inline] Toolbar lost when closing format combo by clicking on its button | Bug | Normal | CKEditor 4.0.1 | UI : Toolbar | |
Description |
Toolbar is gone. |
|||||
#9532 | [IE9] Apply anchor cause editor focus lose | Bug | Normal | CKEditor 4.0 | Core : Focus | |
Description |
|
|||||
#9533 | [RTL][IE7] Dialog text field not visible | Bug | Normal | CKEditor 4.0 | UI : Dialogs | |
Description |
|
|||||
#9534 | [Inline] Entire inline editable may be selected and copied from inside | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
This may be reproduced on 2nd editable (bottom left) after pressing shift+enter (inserting <br>, which is present in the first editor). I reproduced this on Chrome and FF (latest and 3.6). |
|||||
#9535 | [IE10] Wrong cursor position after enter BR | Bug | Normal | CKEditor 4.0 | UI : Enter Key | |
Description |
|
|||||
#9536 | [IE8] Certain inline style lost in bbcode plugin | Bug | Normal | CKEditor 4.0 | Core : Output Data | |
Description |
|
|||||
#9537 | [FF] insertHtml triggers NS_ERROR_FAILURE and is not succesful in some conditions | Bug | Normal | General | ||
Description |
After an <enter> key insertHtml fails in Firefox.
Reproduce:
sample code (run this in FF 16): <input type="button" id='testbtn' value="test" onclick="console.log('click'); var textarea = CKEDITOR.instances.save_content; textarea.insertHtml('value');"/> <script type="text/javascript" src="vtc5_working/include/ckeditor/ckeditor.js"></script> <textarea style="width:90%;height:200px;" name="content" id="save_content" class="detailedViewTextBox"> {$task->content} </textarea> <script type="text/javascript" defer="1"> var textAreaName = 'save_content'; CKEDITOR.replace( textAreaName, { } ) ; </script> check the console: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLDocument.execCommand] [Bei diesem Fehler anhalten] ...=$|<\/body>)/gi,n=d.walker.whitespaces(true);function o(C){return C.isBlockBound... ckeditor.js (Zeile 98) If you type something after the enter key all goes as normal. |
|||||
#9538 | [IE8] Duplicated line-break in bbcode plugin | Bug | Normal | CKEditor 4.0 | Core : Output Data | |
Description |
|
|||||
#9539 | better touch support | New Feature | Normal | General | ||
Description |
Open http://www.litech.org/~schanzer/iOS/index.html in ipad/iphone How about it? Toolbar should float just above native keyboard, so it's easy to apply various styles. |
|||||
#9540 | [HC] Missing hover/focus style on UI | Bug | Normal | CKEditor 4.0 | UI : Toolbar | |
Description |
The following UI items are missing in the default skin, for proper styling when hovered/focused
|
|||||
#9541 | [JAWS] Missing ARIA description for editables | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
|
|||||
#9542 | [JAWS] Inline sample crashes Firefox | Bug | Normal | Accessibility | ||
Description |
It happens constantly for me on Windows 7. |
|||||
#9543 | [JAWS] [Firefox] Unable to navigate context menu with arrow keys | Bug | Normal | CKEditor 4.0.1 | Accessibility | |
Description |
This's not a regression though, which affects also v3. |
|||||
#9544 | [IE7] Disabled button icon ghost | Bug | Normal | CKEditor 4.0 | UI : Skins | |
Description |
Disabled button icon doesn't look right, as shown in the below screenshot:
|
|||||
#9546 | CK Editor - Place cursor at the end of text | Bug | Normal | General | ||
Description |
Hi, I need to place the cursor at the end of text in the textarea when page loads. Contact Email Address:sridhar_raju2000@yahoo.com,spenuma@templeton.com Thanks, Sridhara Raju |
|||||
#9547 | Autogrow plugin breaks dropdowns | Bug | Normal | General | ||
Description |
When using the autogrow plugin in the latest build, dropdowns stop working. For example the font dropdown. As soon as you click it it disappears. As soon as the editor has focus the dropdowns start working. But without focus the dropdowns don't work. Check http://pxltest.nl/ckeditor4/samples/autogrow.html for an example. This is tested in Firefox 16 on mac |
|||||
#9548 | [IE7] Toolbar text color changed on zoomed page | Bug | Normal | CKEditor 4.0 | UI : Skins | |
Description |
|
|||||
#9549 | Safari: cke_pastebin remains in editor body after pasting | Bug | Normal | CKEditor 4.0 | Core : Pasting | |
Description |
To reproduce the defect:
This is because cke_pastebin still remains in editor body. This was fixed in CKE 3.x but is still present in CKE 4.x Reproducible in Safari on Windows (Checked under 7 and XP) |
|||||
#9551 | [inline] Margin style applies to page break incorrectly | Bug | Normal | CKEditor 4.0 | General | |
Description |
|
|||||
#9552 | [IE] Paste from toolbar on which security alert is opened isn't caught | Bug | Normal | CKEditor 4.0 | Core : Pasting | |
Description |
|
|||||
#9553 | Table width incorrectly set when border-width style is specified | Bug | Normal | CKEditor 4.0.1 | UI : Dialogs | |
Description |
To Reproduce:
Problem: The width of the table is now 2px. It should be 500px. If you open the table dialog again, you can see that the Style field now contains: border-width:2px;width:2px; This is a customer reported issue. |
|||||
#9554 | [Webkit Mac] Editor scrolls on paste | Bug | Normal | CKEditor 4.5.0 Beta | General | |
Description |
Continuation of #8409.
To reproduce:
Result: The editor will be scrolled to have the newly pasted text aligned to the bottom of the editor. Reproducible in Webkit Browsers on Mac from CKEditor 3.6.3 rev. [7447] This problem does not occur in CKEditor 4.x (v4). |
|||||
#9555 | Cannot apply a custom classname to a button icon | Bug | Normal | CKEditor 4.0 | General | |
Description |
We have a usecase where we would like to reuse an existing icon for a menubutton on the toolbar. To see an example of this:
We would like to reuse the link icon as the icon for the toolbar menu. However this is not possible in v4. We could achieve this in v3 by applying a custom class to the menu button and then using the cke_icon class in the selector to style the icon e.g. .cke_button_link .cke_icon {....} This does not work in V4 though because the class on the icon is specific to the feature it is for. Therefore the class for the icon of the menu button in the attached example is set to the following by default: cke_button_icon cke_button__mylinkmenu_icon We need to be able to add a custom class to this so that we can reuse an existing icon e.g. adding the cke_button__link_icon
.cke_button__link_icon{background:url(icons.png) no-repeat 0 -1472px!important}
Specifying styling for the cke_button__mylinkmenu_icon
Ideally we would like to be able to add custom classes for menu item icons too. |
|||||
#9557 | Loading this content into CKEditor crashes any browser | Bug | Normal | CKEditor 4.0 | Core : Parser | |
Description |
The following code crashes any browser (including Chrome) when pasted in source mode and then attempting to switch to wysiwyg. I confirmed it will do the same in the ckeditor 4 nightly build. <span style="font-size: 14pt;"><span style="font-size: 14pt;">I welcome you to Mount Soledad's Children's Ministry! Our Ministry is an exciting and fun place for kids Preschool- 5th grade to come and learn about God and learn how they can put the Bible into practice in their own lives. Every Sunday children get to experience God on their level through interactive worship, dramatic story telling and creative hands-on projects. We want to invite you to our Kids Club Sunday mornings at 10am. <br /> <br /> Our vision here at Mount Soledad is to help children love Jesus, grow in their knowledge of the Bible, learn to praise God through worship, and cultivate a servant attitude to others in need. We help parents be their child's best teacher and example of Christian faith. <br /> <br /> With my passion for children and their families, it is a gift and joy to serve you and your children. Please let me know how we can serve YOU!<br /> <br /> Sarah Johnson, Your Children's Director<br /> </span></span>sarahjohnson@mountsoledad.org<br /> <br /> <dt style="text-align: center;"><span style="font-size: 12pt;"><span style="font-family: Arial;"> </span></span><span style="font-size: 11pt;"><font size="5" face="Impact"> <p align="center"><span style="font-family: Arial;"><br /> </span><br /> </p> <p> </p> <p> </p> </font></span></dt> What can be done about something like this without requiring the user to act differently? Thanks, Tom |
|||||
#9559 | Spanish translations of the plugins lang files | Task | Normal | UI : Language | ||
Description |
Hello ! Are there any translations to Spanish the 5 plugins, even in a beta version ? I cannot find any news about this. It's not a proposal ! I do not speak this language. Thank you in advance for an answer. Katryne |
|||||
#9561 | CKE_pastebin? | Bug | Normal | Core : Pasting | ||
Description |
I'm not sure of the conditions that are causing this, but we're seeing the cke_pastebin body tag added to content on a semi-regular basis with a few clients that causes content and our design shell not to show. This is happening in ckeditor 4 beta. I do not know how to reproduce, but I do know it's happening. <p>We're glad you've stopped by our website. Here at Faith Templewe are about knowing him and making him known in the Rochester,NY area. We'd love for you and your family to join us for one of our sunday services soon. With a dynamic youth ministry,exciting children ministry, and challenging adult services, there is sure to be something here for you whole family. We look forward to meeting you and your family soon! </p> <body id="cke_pastebin" style="position: absolute; top: 10px; width: 1px; height: 280px; overflow-x: hidden; overflow-y: hidden; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; left: -1000px; "> </body> Thanks. Tom |
|||||
#9562 | blur and focus fired when opening/closing dialogs | Bug | Normal | General | ||
Description |
The blur/focus events are fired every time the text area is entered/leaved. This cause the events to be fired when you open/close a dialog. This makes it impossible to detect a real blur/focus from the editor because the event is fired too often. |
|||||
#9563 | SCAYT does not work in 4.0 inline editor | Bug | Normal | UI : Spell Checker | ||
Description |
When attempting to create an inline editor, SCAYT fails to load/init. The webspellchecker.net script _base.xd.js fails at line 3061 (appears to be because it does not have a proper reference to the editor.) Can be seen on a bare-bones test here: http://andywalldesign.com/files/andy/temp.html There are two editors on this page. The top one transforms a textarea into CKeditor, iframe-style. SCAYT loads okay. Below this is a contenteditable DIV which is configured for CKEditor inline editing. SCAYT does not load properly and is greyed out in the toolbar. Should this be brought to the WSC people? They bill the CKEditor WSC plugin as '3.0+' compatible. |
|||||
#9564 | Cleanup samples structure | Bug | Normal | CKEditor 4.0 | General | |
Description |
we should split samples into plugins folders and merge them into the root "samples" folder during the build process. |
|||||
#9568 | [Opera] Scroll after inserting element | Bug | Normal | Core : Selection | ||
Description |
Scrolling after editable#insertElement has to be switched off (https://github.com/ckeditor/ckeditor-dev/commit/57049a1) because selection's type wasn't NONE, but selection was empty and in a result one of tests in iframe/iframe.html has been failing. |
|||||
#9569 | [IE] Plugins test failures related to selection | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
Start from d8c53c master tests on IE9 has shown regressions when tests are running in iframe mode, but it works fine once running in a separate window. |
|||||
#9570 | [Opera] Toolbar plugin interferes with magicline tests | Bug | Normal | CKEditor 4.0 | General | |
Description |
Two/three of them are failing in release version. So I checked that it's toolbar plugin, which loaded cause them. |
|||||
#9571 | Drag & Drop in Firefox can destroy the editor | Bug | Normal | CKEditor 4.0 | Core : Editable | |
Description |
Using the divarea or massive inline samples and Firefox: Load the sample http://nightly-v4.ckeditor.com/3753/samples/divarea.html and select some text (selecting the picture doesn't work and it's really strange but I don't know if that's a new setting), and drop it in other place for example try to select "Red" and change from
to
Result: Red moves to a new line with border... it turns out that the whole container div has been inserted inside the editor, switching to source and back to designs makes the "Red" block hide, although it's still there. Similar problems happens with the massive inline sample http://nightly-v4.ckeditor.com/3753/samples/inlineall.html. Other browsers seems to behave correctly |
|||||
#9572 | "Numbered List Properties" plugin is missing from the latest build ? | Bug | Normal | CKEditor 4.0 | Core : Lists | |
Description |
when you right click on a numbered list you would see the properties option in the context menu. It is not longer available on the latest Master Branch 't/9569' but it is still visible here http://nightly-v4.ckeditor.com/3753/samples/divarea.html |
|||||
#9573 | [IE] Magicline mouseout is buggy | Bug | Normal | CKEditor 4.0.1 | General | |
Description |
|
|||||
#9574 | Inline editing: 7th div when we invoke Context menu on image using keyboard native menu shows up | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Context menu opens and shows properly. Actual Result: Browsers native context menu shows up. Context menu displays properly when we use mouse to invoke Context menu. This is Firefox and Opera issue reproducible from CKEditor 4.x |
|||||
#9575 | Inline editing & Safari: 7th div when we invoke Context menu on image using keyboard it doesn't show up | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Context menu opens and shows properly. Actual Result: Context menu does not open. There is no JavaScript error either. Context menu displays properly when we use mouse to invoke Context menu. Reproducible only in Safari and CKE 4.x |
|||||
#9576 | Inline editing and IE: 7th div when we invoke Context menu on image using keyboard it shows up in wrong place | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Context menu opens and shows properly.
Actual Result: Context menu displays properly when we use mouse to invoke Context menu. |
|||||
#9577 | Chrome+Inline: Context menu paste goes to the start of the text | Bug | Normal | CKEditor 4.0 | General | |
Description |
With Chrome and inline editing:
The pasted text will go at the start of the contents. It doesn't happen with framed editing. |
|||||
#9578 | VIew source: Incorrect handling of inline elements | Bug | Normal | General | ||
Description |
If supply a custom 'contentsCss' CSS file, and within that CSS file I set all paragraphs to be inline, then the editor correctly adds <br/> elements when pressing the return key in the editor. If I then click the 'Source' button to view the source, it shows empty paragraphs with non-breaking spaces, instead of <br />'s. |
|||||
#9580 | Fix samples to make them 100% valid for all possible configurations | Bug | Normal | CKEditor 4.0 | General | |
Description |
1)
2)
3) 'samples/uicolor.html' sample right now needs the
There might be more samples to fix, I just mentioned the one that I've quickly noticed |
|||||
#9581 | [Webkit] Selection#removeAllRanges test broken because Webkit implements MS's selection type property | Bug | Normal | CKEditor 4.0 | Core : Selection | |
#9582 | style="width:px;" on outer span | Bug | Normal | CKEditor 4.0 | General | |
Description |
The outer element of the editor contains an invalid |
|||||
#9583 | Shortcut Shift+CRTL+F10 can break Shift+F10 in certain situation | Bug | Normal | General | ||
Description |
This is the continuation of #9361 To reproduce the defect:
Browser native context menu will be shown in upper left corner. |
|||||
#9584 | FF: Image selection is not working | Bug | Normal | CKEditor 4.0 | Core : Selection | |
Description |
With Firefox, the image selection is not working. The elements path even show "img" when clicking on an image, but the selection box is not shown. Is not possible to drag-n-drop images because of this. |
|||||
#9585 | Builder generates an "icons.png" file under plugins | Task | Normal | Project : CKBuilder | ||
Description |
Using the builder instead of the dev version (also visible in the nightly zip), there's an icons.png file generated on the /plugins/ folder. It uses the kama icons, but to make it even funnier, it's not the same icons.png found under the kama skin. Currently it seems that the editor doesn't load it, so it seems like a leftover from the build process. |
|||||
#9586 | Builder should remove the .mailmap file | Task | Normal | Project : CKBuilder | ||
Description |
At the root of /ckeditor the builder leaves the .mailmap file that isn't neccesary. |
|||||
#9587 | Convert .md files to .html or even .txt | Task | Normal | CKEditor 4.0 | Project : CKBuilder | |
Description |
In order to make it easier for people that aren't used to github to read the documentation, the builder should convert the .md files to .html or at least rename them to .txt so it's clear that they can be opened with a text editor even if the formatting might be a little strange. |
|||||
#9588 | Update the skins readme.md | Task | Normal | CKEditor 4.0 | Documentation & Samples | |
Description |
The readme.md found under skins mentions Kama as the default skin , there might be other things that have to be updated there, but you'll know better if the rest of the description is acurate or not. It might be interesting to provide something also in the deployed zip as now, but in that case it should point out the differences between working with the source or these compressed and merged files. Or maybe for the public version provide a readme.html at the root that points out the documentation and how to use the source of both js and css? |
|||||
#9589 | Remove the selectionMark plugin | Task | Normal | CKEditor 4.0 | General | |
Description |
According to Piotrek replying to my question about its usage, it's a leftover that it isn't being used currently, so I suggest to either remove completely from the source, or update it with a comment explaining that it isn't being used and adjust the build process to remove it so people not working on the dev repository don't see it and waste time figuring out if it's something that they can use. |