Custom Query
Results (6101 - 6200 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#6594 | [IE9] Right-aligned table pasted from Word problem | Bug | Normal | CKEditor 3.4.3 | Plugin : Paste from Word | |
Description |
|
|||||
#6596 | [IE9] anchor and hidden field insertion is broken | Bug | Normal | CKEditor 3.5.3 | UI : Dialogs | |
Description |
It's not able to insert anchor and hidden field in IE9. |
|||||
#6597 | Auto grow doesn't work with resize handler | Bug | Normal | General | ||
Description |
|
|||||
#6598 | Dialog tabs unaccessible using TAB key | Bug | Normal | UI : Dialogs | ||
Description |
In Safari 5, using the Link dialog, moving focus using the TAB key into tabs is impossible. MacOSX 9.2 Safari 5.0.2 (6533.18.5) |
|||||
#6599 | Problem with image and list | Bug | Normal | CKEditor 3.4.3 | Core : Lists | |
Description |
Expected result:
Actual result: |
|||||
#6600 | Disappearing cursor | Bug | Normal | Core : Pasting | ||
Description |
In CKEditor, when you paste text, sometimes the blinking cursor disappears. Clicking on 'view source' twice re-enables the blinking cursor. I use Firefox 3.6.12 on Windows 7 |
|||||
#6601 | Incorrect indent in source | Bug | Normal | General | ||
Description |
Paragraphs always have weird indention. When you have a blank install of ckeditor and you create a paragraph with the text 'test', the source is: <p> test</p> instead of: <p>test</p> |
|||||
#6604 | Bidi and Justify plugins should create the same element [enterMode BR] | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Currently, when enterMode is BR, justifying text results in a paragrpah, and adding direction results in a DIV. In both cases paragraph should be used. |
|||||
#6605 | [IE] Indenting with enterMode = BR results in an error | Bug | Normal | General | ||
Description |
In a enterMode = BR editor, try to indent some text. An error is being thrown and a bookmark is being left. |
|||||
#6606 | Multiple and full of span | Bug | Normal | General | ||
Description |
Hello, Every time I'm doing something in the newsletter I get unlimited span styles. how can I prevent this? <span style="font-size: 14px"><font color="#86bd03" style="color: rgb(109,166,51)"><span><span style="font-size: 12px"><font color="#86bd03" style="color: rgb(109,166,51)"><span><span style="font-size: 12px"><span lang="HE" style="font-family: 'arial', 'sans-serif'; font-size: 10pt"><font face="Arial"><span lang="HE" style="font-family: arial; font-size: 10pt"><span><font face=""><span lang="HE"><span><font face=""><span><span style="font-size: 12px"> </span></span></font></span></span></font></span></span></font></span></span></span></font></span></span></font></span></span></font></span></span></font></span></span></font></span></span></span></font></span></span></span></span></font></span></span></font></span></span></font></span></span></span></font></span></span></font> |
|||||
#6607 | Table cell "merge down" and "merge right" commands works only once | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Hello. If you create table 3X3(or more) and runs command from context menu Cell->Merge Down cell merges down and everething ok. But when you try to do it again - menu item is disabled. I've created a patch for fixing this. |
|||||
#6608 | pasteFromWordRemoveFontStyles configuration doesn't work with font bgcolor | Bug | Normal | CKEditor 4.6.0 | Plugin : Paste from Word | |
Description |
Even though the documentation mentioned font background color, it actually has no effects when pasted text has a background color style. Reproduced in all browsers with the attached DOC file content. |
|||||
#6609 | [IE9] Missing HC mode | Bug | Normal | CKEditor 3.5.3 | Accessibility | |
Description |
Turn on Windows' High Contrast mode, load the editor in IE9, note that editor hc is NOT loaded well. |
|||||
#6610 | [BIDI] enterBr change direction in one line out of multiple | Bug | Normal | CKEditor 3.5.1 | Core : Styles | |
Description |
With "config.enterMode = CKEDITOR.ENTER_BR":
|
|||||
#6611 | Align to center or right in lists - text is moved, bullet or number stays | Bug | Normal | Core : Lists | ||
Description |
Expected result:
Actual result:
Found under Safari 4/mac, confirmed for Chrome Linux and windows |
|||||
#6612 | Table right alignment floated | Bug | Normal | General | ||
Description |
The 'align' attribute used on table element actually makes the table right floated.
|
|||||
#6613 | Missing Translations in Japanese for List Dialog | Bug | Normal | General | ||
Description |
There are many missing translations in the ja.js lang file. Will these be addressed or has any patch been released with the updated ja.js file? |
|||||
#6614 | Resize handler in RTL UI | Bug | Normal | CKEditor 3.5.3 | UI : Toolbar | |
Description |
Now resize handler is placed at "l-b" in RTL UI language, this create a broken dragging experience as editor chrome is left-aligned in host page (expands at right hand side) when dragging. |
|||||
#6616 | BIDI: Increase RTL list item indent doesn't work. | Bug | Normal | Core : Lists | ||
Description |
Result: Indent is not increased, but when you go to source view you can notice that 'margin-left' of <ul> element is increased. Above source is generated only in IE. In other browsers generated source looks like: <ul dir="rtl"> <li> asdasd</li> </ul> and it works fine. To generate source in IE:
|
|||||
#6617 | Super scrip and sub script problem | Bug | Normal | General | ||
Description |
From version 3.0 to 3.4 there is no possibility to create superscript\subscript in described situation as above.
From current version there is now possibility to uncheck selected superscript\subscript |
|||||
#6621 | Webkit: Cannot apply a text color because of an input element | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
In Chrome, we cannot apply a text color because of an input element.
Result: The color is applied only to the first paragraph ("foo"). This is an regression against 3.4.1. |
|||||
#6622 | Safari: Unable to move cursor below horizontal line | Bug | Normal | CKEditor 3.4.3 | General | |
Description |
Confirmed in Safari 5.0.2 @ Mac. Steps to reproduce
Regression since 3.0.2. Probably related to #4888 |
|||||
#6623 | Colors dialog: up/down arrow keys not working as expected | Bug | Normal | Accessibility | ||
Description |
In the first colors dialog that appears straight after pressing "Text Color" or "Background Color" button, the up/down keyboard arrow keys doesn't work as expected - pressing the down key moves to the next color on the right side instead to the next color in the line below. It looks like it never worked properly. |
|||||
#6625 | BIDI: Mixed LRT/RLT direction causes incorrect behaviour | Bug | Normal | CKEditor 3.5.1 | Core : Lists | |
Description |
Paste source: <ul dir="rtl"> <li dir="ltr"> item 1</li> <li> item 2</li> </ul>
Incorrect behaviours:
|
|||||
#6626 | removeFormat + selected (resized) image | Bug | Normal | UI : Toolbar | ||
Description |
I am using a default instance of CkEditor (_samples dir). Insert image, resize this image; handles show up nicely. Click on removeFormat, image is reset, but old handles stay visible. |
|||||
#6627 | Display select handles on "HR" | New Feature | Normal | General | ||
Description |
Is it possible to dislay the select handles (e.g. bounding box) on the HR elements also? |
|||||
#6628 | Setting config.enterMode from PHP fails | Bug | Normal | CKEditor 3.5.1 | Server : PHP | |
Description |
Using this code fails; [php] $this->configenterMode? = 'CKEDITOR.ENTER_BR'; $this->configshiftEnterMode? = 'CKEDITOR.ENTER_P'; php However, setting thesame in the config.js works. Tested with PHP5 class, but problem exists in PHP4 class also i think.. |
|||||
#6629 | Inconsistent behavior when applying paragraph format | Bug | Normal | CKEditor 3.6 | General | |
Description |
When "Formatted" paragraph format is used, the behavior of the editor is different that ussual. Steps to reproduceScenario 1
Scenario 2
Problems:
|
|||||
#6630 | Extra empty line inside of formatted element | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
In CKEditor 3.3.1 creating and empty formatted element resulted in: <pre> </pre> In CKEditor 3.4 we had: <pre> <span style="display: none;"> </span> </pre> now (3.4.2 SVN) we have: <pre> </pre> we should get back to the right version. |
|||||
#6631 | Element attributes dropped during copy/paste in Firefox 3.5.15 environment | Bug | Normal | General | ||
Description |
This problem was recently discovered with FF 3.5.15. Not sure which version of FF introduced it. The problem does not exist in IE 8. Bug: If an input element (type = "image") is copied to the clipboard and then pasted, the element's attributes are not preserved in the pasted instance, nor are any event handlers such as onclick=buttonClicked(this). (Same for onFocus, onBlur). |
|||||
#6632 | [IE7] Text cursor shape on scrollbar | Bug | Normal | CKEditor 3.4.2 | General | |
Description |
Both horizontal and vertical scrollbar in IE now have a text cursor shape. Regression of [5903]. |
|||||
#6633 | No events after setData | Bug | Normal | General | ||
Description |
After you set the editor data via editor.setData(html) no more (key) events are fired on the body. Example Code: editor.document.getBody().on("keyup", function() {
}); editor.setData("..."); After that, the keyup event will never be fired again. Maybe the editor creates a complete new body when calling setData (which implicitly removes the listeners)? |
|||||
#6634 | Nested list in RTL is incorrectly presented | Bug | Normal | CKEditor 3.5.1 | Core : BiDi | |
Description |
Nested list like the following looks wrong in editor as there's no desired margin on the right side to differs from the 1st level list. <ul> <li> List item 1 (LTR) <ul> <li dir="rtl"> List item 2 (RTL)</li> </ul> </li> <li> List item 3 (LTR)</li> </ul> |
|||||
#6635 | Enable MS-Word styles by default | Task | Normal | Plugin : Paste from Word | ||
Description |
From time to time we receive incompleteness structure when pasting from MS-Word (#6484,#6608) because by default "pasteFromWordRemoveFontStyles" is disabled, which strips inline styles delivered by the application. While the original intention was to keep the output clean, it nows seems more reasonable to accept those styles than loose them. |
|||||
#6636 | Undeline not removed from style | Bug | Normal | General | ||
Description |
The following is not working properly: When the following text in in the "source" box: <span style="font-family:Arial; font-size:12pt; text-decoration:underline">underlined text</span> It will show up like this with an underline & the U button will not work to remove the underline. |
|||||
#6637 | copy pasting from word to ckeditor | Bug | Normal | General | ||
Description |
The problem is when he copy from word document to CKeditor, and if you check the source code:
if you save it and then open it again and check the source code:
if you save it again and check the source code:
|
|||||
#6638 | Unify the way of setting color in CSS styles | New Feature | Normal | Core : Output Data | ||
Description |
Right now the result of applying a color to selected text is different.
If we edit in Firefox an article created in IE we are causing lots of changes in the source, which is a problem in environments that support versioning. Checking changes between various revisions is much harder in such situation. Another problem is that there are systems that do some security checks on inline styles and they do not always respect rgb() notation, so the color is lost there. |
|||||
#6639 | Pasting from Word a nested list with an empty paragraph doesn't work | Bug | Normal | CKEditor 3.5.1 | Plugin : Paste from Word | |
Description |
When there is a list with another nested list, that contains an empty paragraph created with Shift+Enter, pasting from Word generates an invalid result. Word document: 1. One a. Nested list 1 b. Nested list 2 c. Nested list 3 d. Nested list 4 2. Two 3. Three 4. Four result after pasting from Word into CKEditor: 1.One 1.Nested list 1 2.Nested list 2 1.Nested list 3 2.Nested list 4 3.Two 4.Three 5.Four |
|||||
#6640 | Combobox not disabled when switching in source view | Bug | Normal | CKEditor 3.4.3 | UI : Floating Panel | |
Description |
See screencast in attachment. |
|||||
#6641 | Copy and pasting a newly created link breaks | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
To recreate the problem:
Result: href gets stripped out. Browser: FF 3.6.12 OS: Mac OS X 10.6.4 |
|||||
#6642 | IE: Issue with pasting content over the Heading 1 paragraph format | Bug | Normal | Core : Pasting | ||
Description |
Steps to reproduce the defect:
<h1> Heading 1</h1> <p> Normal Text</p>
Expected: The text that was copied should look the exact same when pasted. Actual: Heading 1 is wrapped in 2 <h1> tags and the Normal text is wrapped in a <h1> tag. |
|||||
#6643 | Ctrl+V on Windows XP with FF pastes local image | Bug | Normal | Core : Pasting | ||
Description |
Hi, I'm mike from the OTRS project. We use CKEditor in our open source software, and generally our users are really happy with it. One thing that we found out recently is that if you're on Windows, with Firefox 3,6, you can paste an image in the editor by clicking Ctrl+v on the keyboard. If you do this on Win7 or WinVista, then the result is a broken image icon diplayed in the editor. If you look at the source there's an <img> tag which points at the file in the users temp dir on the local hard drive. However, if you use Firefox 3.x on WinXP apparently the image IS displayed properly inside the editor so it LOOKS like the image is there, only obviously the path is still local. This is nastier because the user THINKS it worked, and submits the entry. Only for anyone using a different PC the file is not in this location, so they don't see the image. Inserting an image using the image button in the CKEditor toolbar works just fine. 1.) CKeditor should stop making Ctrl+v with image data on the clipboard insert broken <img> tags? 2.) since apparently the link to a file is available, it would be great if this same action could open the image dialog with the link to the local file pre-populated. We even have users who reported that it works for them already in the way described in 2) just I could not find the browser/OS combination to reproduce that. |
|||||
#6644 | Restrict onmousedown listener to the toolbar | Task | Normal | CKEditor 3.4.3 | UI : Toolbar | |
Description |
Follow up from #6416 Currently the whole editor wrapper has an onmousedown = return false, and it seems that the aim is to avoid problems with the toolbar. So the proper solution seems to move the listener just to the toolbar and remove the "strange" code in the sourcearea plugin. |
|||||
#6645 | Double quotes in the content are always encoded | Bug | Normal | CKEditor 3.5.1 | Core : Output Data | |
Description |
The entities plugin defines the " as a core html entity, so it's not possible to disable this behavior, but I think that there's no real problem if " are used in a document (opposed to what happens with < and >) Here's a report http://cksource.com/forums/viewtopic.php?f=11&t=20647 but I think that there might be other people with the same problem that we haven't noticed previously. |
|||||
#6646 | text inputs and areas lack context menu if they are present in the initial content | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Follow up from #6046 That ticket fixed the context menu for those elements when they are inserted, but if they are present in the original content, then the isReadOnly() check returns the element and so they aren't editable. Reproduction steps:
(be careful if checking with IE due to #5522) |
|||||
#6647 | IE6 lacks padding on content menu items | Bug | Normal | UI : Floating Panel | ||
Description |
IE6 lacks padding on context menu items, so they are presented on 2 lines. |
|||||
#6648 | chrome+CKeditor issue | Bug | Normal | General | ||
Description |
I've sent a bug report to the chromium devs, but they don't seem to care. Anyway maybe you do. /Bug-report When CKeditor opens it messes up the page, moving stuff upwards. Browser: Chrome only Link: http://vps236.nlg.hu Instructions: click "login" write "user" next to név, and userPass next to jelszó click "belépés" select teszt/teszt on the left click "Szerkeszés" Note: there are no scrollbars on the picture, because of the overflow:hidden property |
|||||
#6649 | Delete Table option is not working | Bug | Normal | CKEditor 3.5.3 | UI : Dialogs | |
Description |
Hi, The delete table option[ select a table and then right click and select Delete Table] is not working. Rather deleting the selected table it slects the content of the table. Workaround: Cut and paste the table.The choose the delete option,then the delete will work !!!!!!!! |
|||||
#6651 | Bug when click on Source | Bug | Normal | General | ||
Description |
when binding to the source area i am binding the element as <span style=' background:#ffff00;'>%customername%</span> but when i click on Source in CK Editor i am getting or rendered as <span style="background: none repeat scroll 0% 0% rgb(255, 255, 0);">%customername%</span> |
|||||
#6652 | Refact bookmarks used in style application | Task | Normal | CKEditor 3.5.1 | Core : Styles | |
Description |
This's a follow up of #6621, where we kept some unnecessary codes to work around the bug, while a cleaner fix could be found. |
|||||
#6653 | Multi-line Paste Bug in OS X Safari | Bug | Normal | Core : Pasting | ||
Description |
I've uncovered a bug when pasting from certain OS X applications into a CKEditor form element in Safari. Here's one way to reproduce the bug:
Here's a video showing the bug in action: http://www.screencast-o-matic.com/watch/c6Xj2r6to I'm currently running:
Worth noting is that I was not able to reproduce this bug in Firefox or Google Chrome on OS X. Also, I'm able to copy and paste multiline content from *some* applications just fine (most text editors, and even the Safari browser itself). |
|||||
#6654 | Configuration to disable auto paragraphing | New Feature | Normal | CKEditor 3.6 | General | |
Description |
There're part of users that doesn't understand the benefit of the auto paragraphing feature, but still want to stay paragraph enterMode, so we could provide a configuration to disable it at least. |
|||||
#6655 | Using resize grippie reduces the editor width | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
When the resize grippie is used, CKEditor automatically reduces it's width by 12px each time one resizes the editor. To reproduce, drag down gently the resize handle. Note: it is definitely not caused by moving the mouse to the left accidentally. Looks like a regression introduced in 3.4.1. |
|||||
#6656 | Panelbutton's buttons become active when clicking on source | Bug | Normal | CKEditor 3.4.3 | General | |
Description |
Note that the button is now active. |
|||||
#6657 | Allow the entire disabled dialog field to be styled using cke_disabled class. | New Feature | Normal | CKEditor 3.6 | UI : Dialogs | |
Description |
When a dialog field is disabled the cke_disabled CSS class would be added to the UI Element's div rather then the field's input element. This would allow greater flexibility when styling disabled fields. At present it is limited to just the field's input element. |
|||||
#6658 | Paste from Word in IE - Internal error of html formatter - Tabs in empty in lists | Bug | Normal | CKEditor 3.5.3 | Plugin : Paste from Word | |
Description |
When pasting from MS Word the text with one or more tab in between list items brings up an error "It was not possible to clean up the pasted data due to an internal error". The format is like that: 1 .First list item [tab] 2 . Second list item This kind of format produced by Word with following steps:
The issue appears in IE (tested in 8 only). Firefox 3.6 does not have this issue. Attached is MS Word file with a sample. Below is the code produced by MS Word (taken from sample file attached): <P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 0pt 36pt; tab-stops: list 36.0pt; mso-list: l1 level1 lfo2" class=Default><SPAN style="FONT-FAMILY: 'garamond', 'serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-fareast-font-family: garamond; mso-bidi-font-family: garamond"><SPAN style="mso-list: ignore">1.<SPAN style="FONT: 7pt 'times new roman'"> </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 'garamond', 'serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-bidi-font-family: garamond">First <?xml:namespace prefix = o /><o:p></o:p></SPAN></P> <P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 0pt 36pt; mso-list: l0 level1 lfo1" class=Default><SPAN style="FONT-FAMILY: 'garamond', 'serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-fareast-font-family: garamond; mso-bidi-font-family: garamond"> <SPAN style="mso-list: ignore"> <SPAN style="FONT: 7pt 'times new roman'"> </SPAN> </SPAN></SPAN> <SPAN style="FONT-FAMILY: 'garamond', 'serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-bidi-font-family: garamond">
</SPAN></P> <P style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 0pt 36pt; tab-stops: list 36.0pt; mso-list: l1 level1 lfo2" class=Default><SPAN style="FONT-FAMILY: 'garamond', 'serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-fareast-font-family: garamond; mso-bidi-font-family: garamond"><SPAN style="mso-list: ignore">2.<SPAN style="FONT: 7pt 'times new roman'"> </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 'garamond', 'serif'; COLOR: windowtext; FONT-SIZE: 11pt; mso-bidi-font-family: garamond">Second<o:p></o:p></SPAN></P> As you can see, there is an extra <o:p> </o:p> that has to be removed. |
|||||
#6661 | BIDI: In IE Language direction applied to a Paragraph is removed when we apply Pre Formatted Paragraph format option | Bug | Normal | CKEditor 3.5.1 | Core : Styles | |
Description |
To reproduce the defect:
Expected Result: Pre Formatted Paragraph format is applied to the Paragraph & language direction of the Paragraph still remains the same(RTL). Actual Result: Pre Formatted Paragraph format is applied to the Paragraph but language direction applied to Paragraph(RTL) is removed. |
|||||
#6662 | Lists copied from Word are not pasted properly. | Bug | Normal | CKEditor 3.5.3 | Plugin : Paste from Word | |
Description |
Copy the lists from the Attached document and paste in to the Editor using Paste from Word dialog. Issue 1: when we have pasteFromWordRemoveFontStyles & pasteFromWordRemoveStyles set to true Numbered and bulleted lists are pasted properly but they are shown as paragraphs instead of list items.when you keep the cursor in one of the list items Numbered/Bulleted list icons are not highlighted. keep the cursor at the end of one of the list item and press Enter Expected Result: A new List item should be started. Actual Result: A new Paragraph is started. Issue 2: when we have pasteFromWordRemoveFontStyles & pasteFromWordRemoveStyles set to false Numbers & bullets for the top level list items are missing.when you keep the cursor in one of the list items Numbered/Bulleted list icons are not highlighted. keep the cursor at the end of one of the list item and press Enter Expected Result: A new List item should be started. Actual Result: A new Paragraph is started. I am attaching Screenshot of the 2 issues. |
|||||
#6663 | Issue with adding carriage returns to Table caption. | Bug | Normal | CKEditor 3.6.1 | UI : Dialogs | |
Description |
To reproduce the defect:
Expected Result: Table is inserted with the entered no of rows & columns. Actual Result: Nothing happens and in firebug it is showing the following error. k.$ is undefined [Break on this error] };d.nodeList.prototype={count:function...Parent().$):j!=i.$&&j.contains(i.$); Table Caption should not allow Carriage Returns. |
|||||
#6664 | Extra Space between Page Breaks after moving from Source to Wysiwyg mode. | Bug | Normal | CKEditor 3.6 | General | |
Description |
Tested in IE8. To reproduce: (1)Add two page breaks on the editor. (2)Remove the line(gap) between them. (3)Go to source and come back to wysiwyg. (4)The line and the gap is back. Issue is happening because on doing step 2, the div of the second page break falls inside the <p>. This can be seen when we move to source. So, when we come back to wysiwyg, the <p> is closed with a </p> and the div is seperate. |
|||||
#6665 | NAME ATTRIBUTE IS MISSING FOR LINK ON IE | Bug | Normal | CKEditor 3.5.1 | Core : Styles | |
Description |
Happens in IE6 and IE7. To reproduce:
2.Then, right click the link created in step 1 and choose "Edit Link" 3.open Advanced tab in the editing link dialog,Name attribute is missing in it. 4.checking source mode, the name attribute is not set there either. |
|||||
#6666 | Do not use element.all property (CKEditor entirely broken in latest Opera) | Bug | Normal | CKEditor 3.6.3 | General | |
Description |
The editor demo at http://ckeditor.com/demo will not load in Opera. I am using Opera version 11.00 build 1060 available from http://my.opera.com/desktopteam/blog/ and CKEditor 3.4.2 (revision 6041.) The error in Opera is : JavaScript - http://ckeditor.com/demo Timeout thread: delay 10 ms Uncaught exception: TypeError: Cannot convert 'i.all' to object Error thrown at line 18, column 3309 in <anonymous function: unselectable>() in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: while(j=i.all[k++]) called from line 136, column 0 in <anonymous function: build>(n, o) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: B.getChild([1,0,0,0,0]).unselectable(); called from line 24, column 1776 in <anonymous function>() in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: z.build(x); called from line 22, column 1760 in <anonymous function: load>(u, v) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: k.call(l,q); called via Function.prototype.call() from line 21, column 2595 in <anonymous function: load>(z) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: m.call(n,s,t); called via Function.prototype.call() from line 21, column 2528 in <anonymous function: load>(l, m, n, o, p) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: u(true); called from line 22, column 1216 in <anonymous function: load>(j, k, l) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: a.scriptLoader.load(o,function(u,v){if(v.length)throw '[CKEDITOR.resourceManager.load] Resource name "'+p[v[0]].join(',')+'" was not found at "'+v[0]+'".';for(var w=0;w<u.length;w++){var x=p[u[w]];for(var y=0;y<x.length;y++){var z=x[y];q[z]=this.get(z);m[z]=1;}}k.call(l,q);},this); called from line 24, column 1643 in <anonymous function>(x) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: a.themes.load(y,function(){var z=x.theme=a.themes.get(y);z.path=a.themes.getPath(y);z.build(x);if(x.config.autoUpdateElement)v(x);}); called from line 24, column 1245 in <anonymous function>() in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: u(x); called from line 21, column 2595 in <anonymous function: load>(z) in http://ckeditor.com/apps/ckeditor/3.4.2/ckeditor.js?1289422309: m.call(n,s,t); I have attached a screen shot of the problem. |
|||||
#6667 | Browse server opens tab in Firefox/Mac, resizes whole window | Bug | Normal | File Browser | ||
Description |
When I click on "Browse server" in Firefox 3.6.12 / Mac OS X 10, (with the default "open new windows in tabs" Firefox option set), the popup is opened in a new tab, and the whole browser window is resized to the popup dimensions. Merging the patch in #6085 could help mitigate the problem, allowing to show popups in javascript dialogs. |
|||||
#6668 | Image resize plugin | New Feature | Normal | General | ||
Description |
I guess it's known but I couldn't find a related report: there's no image resize in Opera, Safari, Chrome. I guess browser support and/or a plugin is needed? |
|||||
#6669 | HTML code not inserting in IE, Inserting in FireFox | Bug | Normal | General | ||
Description |
Hi, I'm trying to insert a piece of HTML code in to Ckeditor. The Html code looks like as follows <sct-component id='475398579878' target-name=' TragetName' > Targetname </sct-component> we are inserting this piece of html code using the following code var htmlValue = CKEDITOR.dom.element.createFromHtml(htmlString); CKEDITOR.instances[ckInstanceName].insertElement(htmlValue); The above piece of code insering the html code (above mentioned html tag) in to the ck editor in firefox but not in IE. Is there any way that we can insert html code in to ck editor which will work in both the browsers? Regards, Raghavendra. |
|||||
#6670 | BIDI: Indent & List icons are not reversed when we apply RTL direction to a paragraph with any of Paragraph Formatting options | Bug | Normal | CKEditor 3.4.3 | Core : BiDi | |
Description |
To reproduce the defect:
Expected Result: Direction of list & indent icons should be reversed to reflect the change to RTL language direction. Actual Result: Direction of list & indent icons are not reversed to reflect the change to RTL language direction. |
|||||
#6671 | Styles combo drop down list not refreshed | Bug | Normal | UI : Floating Panel | ||
Description |
Situation:
<textarea name="editor1" rows="8" cols="60"><h1>Initial value</h1></textarea> <script type="text/javascript">//<![CDATA[ CKEDITOR.replace('editor1', { "language": "en", "skin": "v2", "width": "100%", "height": "500", "resize_enabled": false, "baseHref": "http:\/\/127.0.0.1\/", "forcePasteAsPlainText": true, "removePlugins": "elementspath", "removeFormatTags": "b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var,h1,h2,h3,h4,h5,h6,hr", "toolbarCanCollapse": false, "stylesSet": "default:http:\/\/127.0.0.1\/\/rewrite.php\/cms\/ckeditor\/styles" }); //]]></script>
CKEDITOR.stylesSet.add('default', [ { name: 'CMS - Accordeon titel element', element: 'div', attributes: { 'class': 'wuaTitle' } }, { name: 'Koptekst 1', element: 'h1' }, { name: 'Koptekst 2', element: 'h2' }, { name: 'Koptekst 3', element: 'h3' }, { name: 'Koptekst 4', element: 'h4' }, { name: 'Koptekst 5', element: 'h5' }, { name: 'Koptekst 6', element: 'h6' } ]);
<textarea name="editor1" rows="8" cols="60"><div><h1>Initial value</h1></div></textarea>
./_source/plugins/stylescombo/plugins.js onRender : function() { function updateCombo( ev ) { var currentValue = this.getValue(); var elementPath = ev.data.path, elements = elementPath.elements; // For each element into the elements path. for ( var i = 0, count = elements.length, element ; i < count ; i++ ) { element = elements[i]; // Check if the element is removable by any of // the styles. for ( var value in styles ) { if ( styles[ value ].checkElementRemovable( element, true ) ) { if ( value != currentValue ) this.setValue( value ); return; } } } // If no styles match, just empty it. this.setValue( '' ); } editor.on( 'selectionChange', updateCombo, this); editor.on( 'removeFormat', updateCombo, this); },
editor.getSelection().selectRanges( ranges ); editor.fire( 'removeFormat', { path : new CKEDITOR.dom.elementPath( editor.getSelection().getStartElement() ) } );
Sample URLs:
|
|||||
#6673 | IE Target combo for Image Link shown as blank even when we select <not set> as an option | Bug | Normal | CKEditor 3.4.3 | UI : Dialogs | |
Description |
To reproduce the defect:
Expected Result: It should show <not set> as selected. Actual Result: It is showing blank. |
|||||
#6674 | The Chinese Simplified language patch for CKEditor 3.5.x | Bug | Normal | CKEditor 3.4.3 | UI : Language | |
Description |
618 iframe : 619 { 620 title : 'Iframe 属性', 621 toolbar : 'Iframe', 622 height : '高度', 623 width : '宽度', 624 invalidHeight : '框架高度必须为数字格式', 625 invalidWidth : '框架宽度必须为数字格式', 626 noUrl : '请输入框架的 URL', 627 scrolling : '允许滚动条', 628 border : '显示框架边框', 629 align : '对齐方式', 630 alignLeft : '左', 631 alignRight : '右', 632 alignTop : '上', 633 alignMiddle : '中', 634 alignBottom : '下' 635 } |
|||||
#6675 | Upload tab does not appear in Image Properties | Bug | Normal | UI : Toolbar | ||
Description |
I have a problem with CKEditor 3.4.2, released on 4 November 2010. When I click on image, upload tab does not appear. |
|||||
#6676 | send some text to page on buttom | Bug | Normal | General | ||
Description |
hello i need ask how i can make a buttom on the editor send a static text to the textbox example i need buttom call readmore when i shose a plase on the text and click it write {readmore} can i do thet ??? |
|||||
#6678 | UA compatible update | Task | Normal | CKEditor 3.5 | General | |
Description |
According to the latest gbs, we should update accordingly in our codes, documentation and product site info. |
|||||
#6679 | Link tag around image lost on drag and drop | Bug | Normal | General | ||
Description |
Seems to be a webkit issue. Steps to reproduce:
Tested 2010/11/15 at http://ckeditor.com/demo. Problem exists in: Safari 4.0.5 (Windows XP) Safari 5.0.2 (Windows 7) Chrome 7 (Windows 7) Chrome 8b (Windows XP) Works as expected in: IE9b (Windows 7) IE8 (Windows 7) IE7 (Windows XP) IE6 (Windows XP) Firefox 4b7 (Windows 7) Firefox 3.6.12 (Windows 7) |
|||||
#6680 | Firefox: problem with removing links | Bug | Normal | General | ||
Description |
Removing links in Firefox is problematic and doesn't work as expected. Issue 1The link is not completely removed. When typing the text it becomes a link.
Issue 2Similar to 1. Occurs when link is removed and there is some content before the link.
|
|||||
#6681 | Firefox: unable to insert a link after deleting it | Bug | Normal | General | ||
Description |
However, if you repeat this process and click the “Backspace” keyboard button (aka Javascript keycode = 8) in Step 4, everything works properly. It seems that it never worked properly so I'm setting the version to 3.0, although in earlier versions (<3.2) the (invalid) result was different (due to #4886). |
|||||
#6682 | German translation: the about box information needs to be corrected | Bug | Normal | CKEditor 3.4.3 | UI : Language | |
Description |
In German, it says under "about CKEditor" "Für Informationen Liztenzbestimmungen besuchen sie bitte unsere Webseite:" The correct wording would be: "Für Informationen über unsere Lizenzbestimmungen besuchen sie bitte unsere Webseite:" |
|||||
#6683 | Extra line breaks added when saving the content on fckeditor 2.6.4 | Bug | Normal | Core : Output Data | ||
Description |
When I give a simple input to the editor for eg: Test(new line) Test the Source that I get in the editor is: <p>Test<br />Test</p> But when I press the save button, the output that I get is: <p>Test<br />(new line) Test</p> (extra new line is added). I've tried the config option of FCkConfig.FormatOutput="false" but same result. Is there anything that I am missing? |
|||||
#6684 | Toolbar isn't wrapped in Webkit when editor is in the table | Bug | Normal | CKEditor 3.5.1 | UI : Toolbar | |
Description |
When toolbar has many items (e.g. Full toolbar) and editor is placed in table which is in div block with fixed width, editor doesn't wrap toolbar in WebKit (Chrome and Safari) and puts whole toolbar in one line. To reproduce this bug, add following around a form which has editor with full toolbar: <div style="width: 400px; border: 1px solid red;"><table><tr><td> </div> |
|||||
#6685 | config.ProtectedSource not working in <TABLE>...</TABLE> | Bug | Normal | General | ||
Description |
When you enter in source view the following code: <table> {if $a==1} <tbody> <tr> <td> </td> <td> </td> </tr> </tbody> {/if} </table> and go back to wysiwyg mode, the content becomes: {if $a==1}{/if} <table> <tbody> <tr> <td> </td> <td> </td> </tr> </tbody> </table> My config file contains this setting: config.protectedSource = {[\s\S*; The initial source code is not preserved. |
|||||
#6686 | BIDI:[FF] when we apply explicit language direction to Numbered/Bulleted List the corresponding BIDI Tool bar icon is not highlighted in the Toolbar | Bug | Normal | CKEditor 3.5.1 | Core : BiDi | |
Description |
To reproduce the defect:
Expected Result: Numbered/Bulleted list is moved to right and it appears as a mirror image of the list in previous step and RTL & Align Right icons are selected in the Tool bar. Actual Result: Numbered/Bulleted list is moved to right and it appears as a mirror image of the list in previous step but RTL & Align Right icons are NOT selected in the Tool bar. (You must click into the content area before they become selected) same behavior happens when we apply LTR direction to Numbered/Bulleted list. This is very similar to #6099 but you must press CTRL + A to select the text in order to reproduce the defect |
|||||
#6690 | Copied links are improperly pasted | Bug | Normal | General | ||
Description |
Issue seen in IE 8. To Reproduce: 1) Input text "aaaaaa" 2) Select "aaaaaa" by mouse drag ("aaa" is highlighted) 3) Click "Link" icon 4) Input URL and press "OK" Source is "<a href="http://www.abc.com">aaa</a>" 5) Select "aaa" by mouse drag ("aaa" is highlighted) 6) Right click "aaa", click "Copy" 7) Right click, click "Paste" Source for the copied link shows <a href="javascript:void(0)/*327*/">aaa</a> |
|||||
#6691 | Paste from Word ignoring Style Definitions | Bug | Normal | General | ||
Description |
Found in Firefox 3.6 and IE8. When using "Paste from Word", Word's style definitions is removed. (ex. font, text color, font size and so on) But Bold, Italic and Underline are not removed. |
|||||
#6693 | BIDI: When item of a is set to RTL, bullet is not visible | Bug | Normal | Core : Lists | ||
Description |
Different Behaviour of #6692 under IE8 <ol> <li> line 1</li> <li> line 2</li> <li> line 3</li> </ol>
back in WYSIWYG, select one item and press RTL
Expected result Actual result: Code looks OK <ol> <li> line 1</li> <li dir="rtl"> line 2</li> <li> line 3</li> </ol> But in WYSIWYG, the the RTL item has no bullet (attached screen) |
|||||
#6694 | Protected source code not displayed in WYSIWYG mode | Bug | Normal | General | ||
Description |
If you enter in source view mode this code : <table border="1"> <tbody> <tr> <td> test</td> </tr> </tbody> </table> and switch to WYSIWYG mode the table is displayed. Now, if you add in config.js this following instructions : config.protectedSource.push(/<table[\s\S]*?table>/g); The same source code is ok in source view mode but in WYSIWYG mode, nothing is displayed !? Is it the expected result ? Why not render the source code ? What do you think about have an transparent layer on the element to avoid modification ? do you plan to release an placeholder plugin or placeholder on protected source ? |
|||||
#6695 | [safari] Popup a dialog at maximize mode and then minimize cause weird styling | Bug | Normal | CKEditor 3.5.1 | UI : Toolbar | |
Description |
Description Summary: Popup a dialog at maximize mode and then minimize the window cause very weird styling on Safari Steps to reproduce : 1.click on the maximize button of the ckeditor 2.click on add table button, or url button, or other buttons that will popup a dialog 3.close the dialog 4.click on minimize button 5.CKeditor now looks very weird, the text area goes out of the right border and sometimes will have scroll bar Browser name and OS : Safari 4.0.4, Windows 7 |
|||||
#6696 | Dialogs open for non-editable content on doubleclick | Bug | Normal | General | ||
Description |
To reproduce:
A dialog will open, allowing editing the link. The context menu "Edit link" and "Unlink" commands are properly disabled, but double-click still opens the dialog. |
|||||
#6697 | Non-editable content duplicated on drag-n-drop | Bug | Normal | General | ||
Description |
Test:
IMO, when drag-and-dropping non-editable blocks, the following should happen:
|
|||||
#6698 | User can still type before dialog load | Bug | Normal | General | ||
Description |
Related to #6390, between clicking on toolbar and dialog load, user can type and slash-and-dice contents around. Since most plugins cache editor state/contents on dialog open, this can result in erratic behavior. |
|||||
#6699 | Html filter lowercases object properties | Bug | Normal | General | ||
Description |
Test: in the placeholder plugin, replace _cke_placeholder with _cke_Placeholder. It will break the plugin because in the htmlFiltercallback the P is lowercased. |
|||||
#6700 | Insert element over selection breaks DOM | Bug | Normal | General | ||
Description |
Test:
The document trashed, going to source and back to wysiwyg will clean up the html, delete the image, and recreate what's left of the table. On a side note, I need to do exactly this for a plugin, insert block elements, what's the place to ask about the ortodox way to manipulate the selection ranges? |
|||||
#6701 | Problems with forms that is cut | Bug | Normal | General | ||
Description |
When included form code is pasted into the editor in source view and saved (not switching back to html view) the form is okay. When editing the form, half of the form is outside / below the editor and the last half of the form is lost. This happens also with small forms, where typically the submit button is outside of the editor, and then lost. |
|||||
#6702 | insertElement on top of text selection | Bug | Normal | General | ||
Description |
Unlike "insertHtml", "insertElement" invoking that happens on a text selection in structure like table and list either leaves a malformed DOM or even an error. The following tickets are associated:
|
|||||
#6703 | Dialog hide - does not fire focus on editor in IE 7, IE8 | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
The attached file is the _samples/api.html with a minor modification. I have added an on focus event to the editor instance to alert("Focussed"). Steps to reproduce the bug are
In firefox, the alert is triggered again, but in IE7 and IE8 it is not. |
|||||
#6704 | FCK autocorrect incorrect/incomplete tags | Task | Normal | General | ||
Description |
Hi, i'm having the next problem in FCK: at HTML code, i insert <li>xxx</li> without <ul> tag and when i change to WYSIWYG mode, it 'paints' the code with the <ul> tag. If i change again to html code, it appears the <ul> tag. My question is that is there are any parameter to force FCK paint the code (incorrect, i know, but it's what i need) i wrote |
|||||
#6706 | IE Selected format not applied to typed text | Bug | Normal | Core : Styles | ||
Description |
To reproduce the defect
Expected Result: Typed text should have Bold,Italic,Underline & Strike Through formats applied and Bold,Italic,Underline & Strike Through icons selected in the Tool bar. Actual Result: Typed text has only last selected format applied (Strike Through) and only last selected format option(Strike Through) shown as selected in the Tool bar. Even when we look at Element path bar or HTML Source only tag for Strike Through format is shown. To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps |
|||||
#6707 | Paste over selected texts changes styling of pasted text | New Feature | Normal | Core : Pasting | ||
Description |
It seems as the when selecting text in the editor and pasting over that, the paste keeps the previous styling in some strange way. To reproduce: Select the text below and paste into a empty editor:
Start text: After the text has been pasted. Do ctrl+a to select all and then ctrl+v to paste the same text again. All text is now bold. Repeating this introduces a new nested bold tag each time.
I understand that this is a area where different people would argue that different behavior is right. My opinion is that MS word behavior makes sense to me. |
|||||
#6708 | [FF] Unable to remove empty paragraphs | Bug | Normal | UI : Enter Key | ||
Description |
The paragrpah is not removed. Works on demo. |
|||||
#6711 | Paste from Word: support for pasting Text Boxes | New Feature | Normal | Plugin : Paste from Word | ||
Description |
In 2010 there is a feature called "Text Box". Basically it is a box with some style. It would be nice to better reflect those elements in the editor, although it looks like a tough task. |
|||||
#6712 | Incorrect style set in wysiwygarea plugin.js | Bug | Normal | General | ||
Description |
ckeditor/_source/plugins/wysiwygarea/plugin.js Line 1,029 '<span tabindex="-1" style="position:absolute; left:-10000" role="presentation"></span>' ) ); Should be : '<span tabindex="-1" style="position:absolute; left:-10000px" role="presentation"></span>' ) ); No? (px missing from the "left" style attribute.) |
|||||
#6713 | Entity encoding in attributes | Bug | Normal | General | ||
Description |
Hi guys, If my form value is
When the wysiwyg loads and i hit the "source" button, you can easily see the " is messing up and you get this instead:
|