Custom Query
Results (1401 - 1500 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#4542 | Cannot access Ok/Cancel buttons using tab key | Confirmed Review+ | Bug | closed | Normal | |
Description |
Confirmed on:Safari 4.0/Vista, Opera 10.0/Vista, Opera 9.64/XP Procedures
|
|||||
#4543 | Unable to move cursor between hr and table | Confirmed Review+ | Bug | closed | Normal | |
Description |
|
|||||
#4546 | uiColor creates wrong css-code when editor-id contains colons | Confirmed Review+ | Bug | closed | Normal | |
Description |
if you replace your textarea with an editor using uiColor and the textarea id contains an colon (famous in jsf-applications), the generated css-code doesn't work.
Patch for setUiColor:
replace
s='#cke_'+m.replace('.',' |
|||||
#4547 | Load the skin CSS in parallel | Confirmed | New Feature | closed | Normal | |
Description |
We're currently loading the skin CSS files only after the plugins files get loaded. This is not really necessary, and these files could be loaded in parallel, while the rest of the editor scripts get loaded. |
|||||
#4548 | Fake comment plugin | Confirmed Review- | New Feature | closed | Normal | |
Description |
A fake comment plugin that displays HTML comments with specified pattern as placeholders. |
|||||
#4549 | Make the querystring "anti-cache" feature configurable | Confirmed Review+ | New Feature | closed | Normal | |
Description |
The anti-cache feature we have in the editor is generally useful, but may also be an issue on certain cases (as commented in our blog). To give the proper level of flexibility, we could make this feature configurable, so one could decide to not use it. We'll probably need a global variable for that, like "CKEDITOR_NO_ANTI_CACHE". |
|||||
#4552 | Float panel menu will not respond after the editor instance is re-created. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
check '_samples/ajax.html' (this is from your current distribution)
Firefox 3.5.3 |
|||||
#4553 | checkDirty() returns 'true' when there is no change in context | Confirmed Review+ | Bug | closed | Normal | |
Description |
please find the enclosed. Once an editor is created, just click the editing area, then the checkDirty() returns 'true' even though no change was made. In other words, the context is empty with code <textarea></textarea>, but checkDirty() returns 'true' nonetheless. FireFox 3.5.3 Windows XP |
|||||
#4555 | Memory Leak | Confirmed Review+ | Bug | closed | Normal | |
Description |
Check '_samples/ajax.html' from your current distribution Repeat creating and destroying editor instances, then the browser takes more and more memory. Even after some time, the browsers still does not free the memory. IE 8 takes roughly 5MB of memory for each editor instance even after the instance has been destroyed. FireFox 3.5 takes about 1.2MB of memory for each instance. Windows XP |
|||||
#4567 | IE8 In source view pres backspace throw error on page | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
After update to ckeditor 3.0.1 when i delete text in source view in IE error on page is throw but editor work. It is see on demo page |
|||||
#4568 | right click menus width in other langs | Confirmed Discussion | Bug | closed | Normal | |
Description |
Hi Right click menus width is fixed, and in other languages it's a problem. See the attached file. Best regards Jean-mat |
|||||
#4573 | Ignore empty paragraph doesn't work with config.enties = false; | Confirmed Review+ | Bug | closed | Normal | |
Description |
If config.entities = false; config.ignoreEmptyParagraph = true; Click editor area. > Empty paragraph gets created. > Change to source view. > Paragraph exists > change back to wysiwyg. Submit form in wysiwyg mode and the empty paragraph exists in submitted data (since paragraph ends with character not html entity). |
|||||
#4574 | V3: Table merging tools | Confirmed Review+ | New Feature | closed | Normal | |
Description |
CKEditor misses the merging tools for table cells that are present on V2. |
|||||
#4577 | link dialog breaks relative urls like href="foo" | Confirmed Review+ | Bug | closed | Normal | |
Description |
when you use the link dialog on a link like href="foo" then click OK (without changing anything) the link changes to: href="http://foo" This corrupts the page. I solved this by changing the default protocol to "other". If you want to keep http:// as the default, you'll need to update the code that populates the link dialog, so if there's a href with a value, but no protocol, it sets the "protocol" dropdown to "other". You can reproduce this bug by: 1) go to http://ckeditor.com/demo 2) select a word, click the link icon 3) set the protocol to "other" and the url to "foo" 4) click OK. 5) hit "source" and see that the href="foo" 6) click source again to go back to the normal view 7) click your link, and hit the "link" button again. 8) See that the "protocol" dropdown is now set to "http://" (which is incorrect) 9) without changing anything, click "OK" 10) click the "source" button, and see that your link now has: href="http://foo" (which is incorrect) |
|||||
#4583 | Popup Window Name field is populated with Target Frame Name value. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Expected result: The Popup Window Name field should be empty. As _self specifies that the current window be replaced with the URL it does not cause a popup window. |
|||||
#4584 | Updated link Target field is not updating when updating to certian values. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Expected result:
Actual result: This only occurs for specific combinations of original and updated values. See the attached file for test cases. |
|||||
#4587 | Implement fullpage support in preview plugin | Confirmed Review+ | New Feature | closed | Normal | |
Description |
As we've introduced full page support at #4067, preview plugin should be affected. |
|||||
#4588 | Implement document properties plugin | Confirmed | New Feature | closed | Normal | |
Description |
Port of 'DocProps' dialog to v3. |
|||||
#4593 | Paste from Word dialog does not create an undo snapshot. | IBM Confirmed | Bug | closed | Normal | |
Description |
Create a new instance of the editor. Opend the Paste from Word dialog. Enter some text into the dialog and click OK. The content is inserted into the editor but the Undo button is inactive. No undo snapshot gets saved. |
|||||
#4594 | Context menu goes off-screen when mouse is at right had side of screen. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Create an editor instance that spans the with of the screen. Move the mouse to the right hand side of the editor and right click. Observe the context menu is partially rendered off screen. See attached screen shot. The context menu should be rendered to the left of the mouse. Scroll bars are rendered so it can be accessed if the user moves to the right. |
|||||
#4595 | Template options on the Template dialog are not keyboard accessible. | IBM Oracle Confirmed | Bug | closed | Normal | |
Description |
In a instance of the editor access the toolbar by pressing Alt + F10. Navigate to the template dialog button by using the right arrow key. Press enter to open the templates dialog. Try to access the template options using the keyboard, for example, by pressing the arrow keys or tab. |
|||||
#4596 | Image Reset Size and Lock Ratio icons not visible in high contrast mode. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Turn on High Contrast: [XP] Open Control Panel and click on Accessibility Options. Click on the Display tab and select the "Use High Contrast". In an editor instance open the Image dialog. The Lock Ratio and Reset Size icons are not visible. |
|||||
#4599 | [Webkit] Drag-and-drop images into the tables | Safari Chrome Confirmed | Bug | closed | Normal | |
Description |
Note that the table structure became broken. Bug occurs only if cell has any data. The same bug: http://dev.fckeditor.net/ticket/3481 |
|||||
#4602 | IE8 XP SP3 - maximize on long pages cuts off toolbar | Confirmed | Bug | closed | Normal | |
Description |
using the example code for "complete sample" from this page: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Integration if you place enough <br> tags just above the form tag to push the editor instance down on the page so that the scroll bar appears on the browser, and then as the first action after the page loads - press the maximize button, the toolbars are partially or completely gone and the editor cannot be used. If, before clicking on the maximize button, you give the editor focus by clicking on anything in the editor (text or toolbar), then the maximize button works correctly. Note that the number of BR tags needed to cause the bug seems to vary, and the more BR tags, the more the toolbar is off-screen - you can see all the toolbar, some of the toolbar, or none of it depending on how many BR tags there are. |
|||||
#4603 | Unable to disable sub menu items | Confirmed Review+ | Bug | closed | Normal | |
Description |
The following form of menu item status definition doesn't work at all in submenu of contextmenu: getItems : function() { return { tablecell_insertBefore : CKEDITOR.TRISTATE_OFF, tablecell_insertAfter : CKEDITOR.TRISTATE_OFF, tablecell_delete : CKEDITOR.TRISTATE_OFF ... }; } |
|||||
#4606 | AutoGrow plugin | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Port AutoGrow plugin to v3. |
|||||
#4608 | Text next to Flash object is missing after save. | IBM Confirmed Firefox | Bug | closed | Normal | |
Description |
Using ajax sample.
The text next to the flash object is now missing. Click the Create Editor button. The text does not appear within the editor. |
|||||
#4609 | [FF2 FF3] Flash object is missing | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Using the ajax sample in either Firefox 2 or 3.
The flash object is missing. Click the Create Editor button and observe the flash object within the editor. |
|||||
#4611 | Bug when insert SELECT in a form | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
When i insert a HTML/Form/Select in page i have an javascript error Message "nodeValue.length is null or isn't an object." This message appear after insert the select (Click ok on the dialog Select Popup) and the popup dialog not close I have the same bug in your site with the demo page "Editor with all features" IE 6 & 7 |
|||||
#4614 | Attribute protection fails because of line-break | Confirmed Review+ | Bug | closed | Normal | |
Description |
It's quite a serious bug that our "href" protection logic leaks when we have the following form of input: <!-- line break after tag name --> <a href="http://ckeditor.com" ></a> |
|||||
#4618 | [IE] the onbeforeunload event of the parent document is being triggered when inserting icon | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
attaching an example for it. just insert an icon and watch. |
|||||
#4619 | firefox doesn't show googlemaps iframes | Confirmed | New Feature | closed | Normal | |
Description |
as in subject, if i put a googlemaps iframe in source code firefox (both in windows and linux) stops on "Loading..." other iframes (winthout the parameter "output=embed") work properly |
|||||
#4621 | Clicking table sometimes generates anothor empty table | Confirmed Webkit IE Review+ | Bug | closed | Normal | |
Description |
|
|||||
#4622 | Pasting table twice will corrupt undo buffer | Confirmed Review+ | Bug | closed | Normal | |
Description |
|
|||||
#4625 | CK Editor stays visible when parent DIV is hidden | Confirmed Review+ | Bug | closed | Normal | |
Description |
Place a CK Editor inside of a DIV. Change the visibility style of the enclosing DIV to "hidden". Enclosing DIV hides itself, but the CK Editor stays visible. Tested in FireFox 3.5. If you change the "display" CSS property of the enclosing DIV to "none", the CK Editor does properly go away. Hiding the editor in some way is very useful, for example, when dragging and dropping an area of the screen that may contain an editor instance. You may want to hide the editor during the drag or hide the entire source area. |
|||||
#4630 | [FF] Unable to open context menu on flash | Firefox Confirmed | Bug | closed | Normal | |
Description |
Open the ajax sample with Firefox.
|
|||||
#4632 | Page break does not work in IE8 | Confirmed Review+ | Bug | closed | Normal | |
Description |
On the demo web page, http://ckeditor.com/demo, insert a page break anywhere and print the page. The page break does not cause a page break when printed. The same issue occurs in FCK 2.6.5. Did not try in other browsers. |
|||||
#4642 | Invalid HTML causes infinite loop in IE | Confirmed Review+ | Bug | closed | Normal | |
Description |
This bug was introduced here: http://dev.fckeditor.net/ticket/2156 In IE, paste the following content in the source mode: <p id="1"><strong></span></p> <p id="2"><strong></span></p> <p id="3"><strong></span></p> <p id="4"><strong></span></p> <p id="5"><strong></span></p> <p id="6"><strong></span></p> <p id="7"><strong></span></p> <p id="8"><strong></span></p> <p id="9"><strong></span></p> <p id="10"><strong></span></p> <p id="11"><strong></span></p> <p id="12"><strong></span></p> <p id="13"><strong></span></p> <p id="14"><strong></span></p> <p id="15"><strong></span></p> <p id="16"><strong></span></p> <p id="17"><strong></span></p> <p id="18"><strong></span></p> <p id="19"><strong></span></p> <p id="20"><strong></span></p> <p id="21"><strong></span></p> <p id="22"><strong></span></p> then switch back to wysiwyg, press source button again - IE hangs and enters an infinite loop, after a while it asks whether script execution should be stopped. The problem is caused by FCKXHtml._RemoveXHtmlJobProperties() function in fckxhtml_ie.js. |
|||||
#4649 | The new color picker is not keyboard accessible | Confirmed IBM Review+ | New Feature | closed | Normal | |
Description |
The color picker dialog that allows the user to set the table cell background and border color is not keyboard accessible. |
|||||
#4650 | Can not select image when navigating text with arrow keys. | IBM Confirmed Review? | Bug | closed | Normal | |
Description |
Observe that the cursor by-passes the image an moves to the text before the image. This prevents the user from opening the image context menu using the keyboard. |
|||||
#4651 | [FF] Deleted and Inserted text styles being rendered | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Using the Ajax sample.
Observe that the text does not change. When you remove the editor from the page the text remains the same. The text does get surrounded by del elements. It may be due to the fact that del and ins elements are not allowed to contain block elements when they are used like inline elements. |
|||||
#4654 | Default label for rich combo doesn't work | Confirmed Review+ | Bug | closed | Normal | |
Description |
Specifically, CKEDITOR.config.font_defaultLabel and fontSize_defaultLabel is not working at all. |
|||||
#4660 | Translation updates for Norwegian | Confirmed | Task | closed | Normal | |
Description |
Complete norwegian translation for ckeditor |
|||||
#4661 | Translation missing in link dialog | Confirmed Review+ | Bug | closed | Normal | |
Description |
On line 302 in _source/plugins/link/dialogs/link.js there is missing av translation key. (The text "other" should be possible to translate) id : 'protocol', type : 'select', label : editor.lang.common.protocol, 'default' : 'http://', style : 'width : 100%;', items : [ 'http://' ], [ 'https://' ], [ 'ftp://' ], [ 'news://' ], [ '<other>', '' ] ], |
|||||
#4665 | [IE] Behavior for pasting from Excel is changed in 'pasting' branch | Confirmed Review? | Bug | closed | Normal | |
Description |
I tried the new pasting feature listed in #4379, and I found that the behavior is changed when I copy & paste from Excel. Before, the borders of Excel cell was reflected in the CKEditor, but in the pasting branch, borders are no more copied. |
|||||
#4672 | Undo not removing added horizontal line | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Observe that the horizontal line is not removed. Continuously clicking the Undo button will eventually remove the horizontal line. |
|||||
#4673 | Undo not available straight away if shift key is used to enter first character. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When entering some text into the editor use the shift key to capitalize the first character. Observe that the Undo button is not active until about 15 characters have been entered. |
|||||
#4674 | Undo not working for Smileys, Page break and Anchor after HTML source mode. | IBM Confirmed | Bug | closed | Normal | |
Description |
|
|||||
#4676 | Editing tables using table properties dialog overwrites table's style values | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When a table is edited using the table properties dialog, its style attribute is overwritten with values from the dialog, including those style values that the table dialog does not manage, e.g. float, background-color etc. E.g.
Notice that the table's styles have been reset. |
|||||
#4677 | Keyboard navigation problem with tabs in image dialog | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
To Reproduce the Issue on the Link Tab.
Open the CK Editor. Actual result: Focus is going no where..The User has to Press Tab twice in order for the Focus to go back in to the First Field.which is URL Text Field.so JAWS is not Reading any thing until the User Press the Tab Key Twice..This will confuse the User whether he is on the Light Box..or the Focus has gone out of the Window. This will also happen when you Reach the Cancel Link and then we have to Press Tab Twice in order for the Focus to go back to URL Text Field.. Expected result: Focus should go to the URL Text Field and JAWS should Read URL Edit Type and Text..so the User can Understand that there is an Input Text box. |
|||||
#4682 | Content of any tag with width or height property is not editable in IE7 and IE8 | Confirmed Review+ | Bug | closed | Normal | |
Description |
When creating a div with width (in source mode), the content of the div is not editable in the WYSIWYG mode. Code for example: <div style="width: 300px"> <p> 1234<br /> 5678</p> </div> Also checked on the Nightly build (current ver: 4483) Firefox doesn't seem to have this bug. |
|||||
#4685 | Text color not set to Automatic when Automatic is selected. | Confirmed IE8 | Bug | closed | Normal | |
Description |
The color is not changed to black. Also sometimes it happens as follows: Enter text on different lines by changing Text colors as specified in the text.
Red When we select Automatic, it takes the color as Blue.(i.e the color which is there two lines above). On click of automatic, I want to set the text color as black. Please provide the solution. |
|||||
#4688 | SCAYT affecting IsDirty and ResetIsDirty. | Confirmed, HasPatch | Bug | closed | Normal | |
Description |
Using 2.6.5. Windows NT. FireFox 3.0.15. There seems to be some kind of timing/race condition that causes ResetIsDirty to fail (or causes something else to come along later, after ResetIsDirty has been called, and flags the editor as "dirty") if 1) SCAYT is enabled and 2) there is at least one misspelled word somewhere within the editor text (highlighted with a red underline). The specific scenario involves retrieving the editor contents (HTML) from a database and setting it into the editor via SetText. Obviously, I don't want this newly retrieved text to be considered "changed/dirty" (from the user's perspective) so within the OnAfterSetHTML handler I invoke ResetIsDirty. This works perfectly and reliably...UNLESS the conditions mentioned above are present. In the SCAYT scenario, the invocation of ResetIsDirty that occurs within OnAfterSetHTML seems to be ignored or something else comes along after it's invoked and marks the editor as dirty, perhaps as a result of the slight delay introduced by the spell check operation that eventually marks the incorrect word with the red underline. The end result is that the editor says it is Dirty even though no editing of the text has occurred. Thank you. |
|||||
#4690 | htmlParser goes wrong with empty inline elements | Confirmed Review+ | Bug | closed | Normal | |
Description |
Having htmlParser deal with the following input: <span><span></span>text</span> With incorrectly yield: text |
|||||
#4692 | CKPackager remove mandatory parenthsis | Confirmed Review+ | Bug | closed | Normal | |
Description |
For the following codes array.splice( ( length--, i-- ), 1 ); CKPackager will output into: array.splice( length--, i--, 1 ); |
|||||
#4702 | Removing text colour and background color in high contrast mode prevents focus to toolbar buttons after them. | Confirmed IBM | Bug | closed | Normal | |
Description |
Observe that focus is now on the source button, not the maximize button as expected. |
|||||
#4707 | CKEditor image Toolbar resubmits on click in IE 7 and FireFox 3.0.x | Confirmed Review+ | Bug | closed | Normal | |
Description |
Hi,
is displayed. The issue noted is: 1)The page url gets resubmitted in Firefox/3.0.15 2)An empty url gets submitted in IE7 On close of Image Properties an empty url gets submitted in IE7 and gets aborted. This cause lot of issue as duplicate records get created and empty mails sent to the user. I have searched google for the last two days but could not find any solution. Any help in this regard is appreciated. |
|||||
#4708 | Missing configuration from pre-3.0: HtmlEncodeOutput | Confirmed Review+ | New Feature | closed | Normal | |
Description |
It would appear that the 3.0.1 build does not contain a very important configuration for ASP.NET (and ASP.NET MVC) - the ability to encode the HTML prior to the form submission. ASP.NET balks at any content being submitted that contains a < and a > with the message "A potentially dangerous Request.Form value was detected from the client" This functionality was added in #1266 in a prior release. It is possible to circumvent the issue with setting a "ValidateInput=false" setting however this is set either at the page level or the method level. Ideally this would be as granular as the field in question but those facilities do not exist at this time. The ideal situation would be to have CKeditor pre-encode the content before submission to the server. Workarounds available: |
|||||
#4709 | [IE6] Inconsistent scrollbar behavior | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
This issue does not occur if you don't click on the editing area before clicking on the scrollbar (e.g. switch from source to wysiwyg mode and click on a scrollbar). Steps to reproduce:
|
|||||
#4711 | entering text after a newline within pre-tags | Confirmed Review+ | Bug | closed | Normal | |
Description |
<pre>Hello world! Bla, bla, bla </pre>
The cursor jumps to the next row and the text is to be printed. |
|||||
#4714 | JavaScript error when we edit Flash Property | Confirmed Review+ | Bug | closed | Normal | |
Description |
When we edit Flash property with Internet Explore, we get JavaScript error.
The attached is the patch to fix this propblem. |
|||||
#4715 | Image dialog requests HTML page | Confirmed Review? | Bug | closed | Normal | |
Description |
Steps to reproduce:
Requested files:
Confirmed at least on IE8. |
|||||
#4716 | [IE7] Cursor remains in editor when you tab to following form button. | IBM Confirmed IE Review+ | Bug | closed | Normal | |
Description |
If the editor is the last component in a form and you tab out to apply focus to a button the cursor remains visible. If you enter text it will go into the editor at the cursor. If you press Enter the button, which has focus, will be pressed. Insert an input field after the editor and before the button. Tab from the editor to the input field. The cursor is moved from the editor to the input field as normal. |
|||||
#4717 | Remove Link and Outdent buttons should be disabled before editor gets focus | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When an editor instance gets created the Remove Link and Outdent buttons are enabled. When the editor first gets focus these buttons are disabled if they do not apply to the current text. The buttons should be initially disabled by default, and then, when the editor gets focus, only enabled if they apply to the current text. |
|||||
#4719 | IE does not escape attribute values properly | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
reproduce: (in WYSIWYG mode) editorObj.setData('<a href="#" x="<a b="c"/>">a</a>')
In IE you will see:
" _cke_saved_href="#">a source code: <a href="http://localhost/t/backend/#" x="<a b=">" _cke_saved_href="#">a</a>
instead of:
a source code: <a href="#" x="<a b="c"/>">a</a> |
|||||
#4721 | Checkbox "value" cannot be removed | Confirmed Review+ | Bug | closed | Normal | |
Description |
<p><input type="checkbox" value="My Value" /></p>
The "value" attribute should disappear, but it's still there, with the original value. It works well when changing the value instead. |
|||||
#4724 | [IE8] Create link hypertext | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
(sorry for my english level) Using IE8 ,in the window for create link, if i paste "http://www.google.com" with right click mouse, and i valid with mouse. The link src contain two "http://" |
|||||
#4725 | hitting return after html comment produces an error "t.getName is not a function" | Confirmed Review+ | Bug | closed | Normal | |
Description |
hi, when a paragraph ends in an html comment, hitting the enter key with the cursor positioned at the end of this paragraph (to create a new paragraph) throws an error "t.getName is not a function" (line 29 ckeditor.js). <p>Any old para.<!-- any old comment --></p> Windows Vista SP2 FF 3.5.5 |
|||||
#4729 | Support fakeobjects for comments | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Currently, it's not possible to replace HTML comments with fake elements. We should provide support for it. |
|||||
#4734 | [IE8] Font size resets when font name is changed in an empty numbered list. | Confirmed IE8 IBM Review+ | Bug | closed | Normal | |
Description |
Use IE8 with compatibility mode off.
Observe that the font size field resets to "Size" |
|||||
#4736 | Page Up/Down keys in wysiwyg not working well | Confirmed Review+ | Bug | closed | Normal | |
Description |
EnvironmentWinXP, affected all IE versions, with the following config: config.docType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'; Reproducing Procedures
|
|||||
#4738 | Inserting table inside bold/italic/underline generates error on ENTER_BR mode | Confirmed Review+ | Bug | closed | Normal | |
Description |
It happens on IE and FF. Chrome seems to work fine. It seems to happen when the breadcrumb points 'body strong', and NOT happen when 'body p strong'. steps to reproduce
|
|||||
#4740 | CKLangTool does not recognize entries in single quotes | Confirmed Review+ | Bug | closed | Normal | |
Description |
As the title says. CKLangTool does not recognize properly entries in single quotes, like for example: colors : { '000' : 'Schwarz', '800000' : 'Kastanienbraun', '8B4513' : 'Braun', '2F4F4F' : 'Dunkles Schiefergrau', '008080' : 'Blaugrün', ... such entries are replaced with english words. This issue will be fixed in #3698, because a new way of loading/parsing files will be introduced there. |
|||||
#4743 | Dialog plugin contains a call to console.log | HasPatch Confirmed | Bug | closed | Normal | |
Description |
The dialog plugin currently logs to the console if a dialog cannot be loaded. |
|||||
#4746 | insertHtml left trim text | Confirmed | Bug | closed | Normal | |
Description |
Reproducing Procedures
Note that the left side whitespace has been trimmed, which is wrong. |
|||||
#4748 | webkit: buttons inside the dialogs are right aligned | WebKit Confirmed Review+ | Bug | closed | Normal | |
Description |
Load for example the upload tab in the image dialog, the "send to server" button is at the right side in Safari and Chrome. This is due to the float:right rule added in #3639 |
|||||
#4761 | IE8 scrollbar position is reset on unfocus in code view | Confirmed IE | Bug | closed | Normal | |
Description |
Hi, When looking at code view in an editor instance in IE8, the scrollbar will be reset to the top of the text when clicking outside of the editor. (You'll have scroll a bit down to reproduce the problem.) |
|||||
#4762 | Buggy scrollbar in source view IE8 | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
This is the weirdest bug i've seen in a while: In an editor instance in Internet Explorer 8, with compatibility mode disabled, when looking at 'code view' and with some :hover declaration declaren anyware in the page (that contains the editor), the scrollbar of the editor starts 'blinking' and scrolling up when hovering over and out the textarea. The :hover declaration is the containing page could be something like <style type="text/css"> somethingthatisnotA:hover { color: #ABC; } </style> and that declaration has nothing to do with the editor at all! To reproduce this problem, please try the following
|
|||||
#4763 | Invalid behavior when pressing enter on selected text | Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
I managed to confirm this on FF 3.5.5. I cannot reproduce it on IE8.
It happens only when Steps to reproducePaste the following text in soruce mode: TEST1 TESTESTTEST T1<br /> TEST2 TESTESTTEST T2<br /> TEST3 TESTESTTEST T3<br />
TEST1 TESTESTTEST T1 TEST2 TESTESTTEST T2 TEST3 TESTESTTEST T3 Where you would expect it to be something like : TEST1 TESTESTTEST T1 TEST2 TEST3 TESTESTTEST T3 |
|||||
#4765 | FCKeditor + ColdFusion - potential function name clash | Confirmed Review+ | New Feature | closed | Normal | |
Description |
In ColdFusion there are already functions like:
it is a matter of time when another FileXYZ functions will be added. In FCKeditor built-in file manager we're using "FileUpload" as a name for one function. It should be renamed to something that will definitely not interfere with other existing names. |
|||||
#4767 | CKEditor does not work when ckeditor_source.js is loaded in the <body> tag | Confirmed Review+ | Bug | closed | Normal | |
Description |
When <script type="text/javascript" src="ckeditor_source.js"></script> is placed inside of the <body> tag, CKEditor doesn't load (tested on FF 3.5.5, IE8, Opera 10.. probably doesn't work in every browser). Error in Firefox: CKEDITOR.env is undefined http://example.com/ckeditor_31/_source/core/loader.js Line 165 |
|||||
#4768 | IE: Context menu throws js error | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
When loading the editor sample and right-clicking directly in the editor are without putting the editor focus first, a js error is thrown. It happens also when right-clicking the white area after the editor contents, even after placing the cursor inside the text. |
|||||
#4773 | fileBrowser plugin overwrites any onClick function for a fileButton element | Confirmed Review+ | Bug | closed | Normal | |
Description |
The fileBrowser plugin applies its own "fileUpload" function to the onClick handler of the fileButtons, without any regards to any such handler specified in the definition of the object. Unfortunately, the big anonymous function makes quite hard to workaround this or other improvements from a plugin. The solution here is to change if ( url ) { element.onClick = uploadFile ; element.filebrowser.url = url; ... to a wrapper that includes the previous handler: if ( url ) { var onClick = element.onClick; element.onClick = function( evt ) { // "element" here means the definition object, so we need to find the correct // button to scope the event call var sender = evt.sender if ( onClick && onClick.call( sender, evt ) === false ) return false; return uploadFile.call( sender, evt ); }; element.filebrowser.url = url; ... |
|||||
#4776 | Preview page fails to open with relative URL on link in IE | Confirmed IE Review+ 3.0.2 | Bug | closed | Normal | |
Description |
EnvironmentWinXP, IE8 Standards Mode. Reproducing Procedures
|
|||||
#4777 | Toolbar layout incorrect in IE7 | Confirmed IE7 | Bug | closed | Normal | |
Description |
Toolbar bottom height is eaten up on 3.1.x branch as in the attached screenshot. |
|||||
#4778 | Undo icon does not get enabled on click of Paste | Confirmed | Bug | closed | Normal | |
Description |
I am using FCKeditor version 2.4.2. On pasting data in editable area using Paste icon, the Undo icon does not gets enabled. Undo is getting enabled on all other actions except paste. Please guide me what and where the code needs to be changes for enabling Undo on click of Paste. Regards Babita |
|||||
#4779 | Setting CKEditor width should automatically adjust resize_minWidth | Confirmed Review+ | New Feature | closed | Normal | |
Description |
same applies for editor height. Consider the following scenario: page with a column having fixed width 540px and padding 20px. Developer sets CKEditor width to 500px. Now user entering text in CKEditor wants to change editor's height. What will happen? CKEditor will automatically resize to 750px (default resize_minWidth is 750px).
Instead of forcing developers to look for |
|||||
#4781 | Insert any template content start with html table result in empty paragraph | Confirmed 3.0.2 Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#4786 | Changing paragraph format doesn't work in some situations | Confirmed Review+ 3.0.2 | Bug | closed | Normal | |
Description |
This is a regression bug, works in CKEditor 3.0.1. Steps to reproduce:
|
|||||
#4789 | [Safari] Changing image properties produces lots of duplicated styles | Confirmed Safari 3.0.2 Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce:
This bug probably has been introduced in #4246. |
|||||
#4791 | Problem with moving focus to a form element | Confirmed Review+ | Bug | closed | Normal | |
Description |
Problem exists at least in FF 3.5.5. Steps to reproduce
Problem doesn't exist until we switch to source mode (if we add the checkbox element in wysiwyg mode, it is possible to move focus using a mouse, using arrow keys always doesn't work). |
|||||
#4793 | SCAYT causing lots of duplicate tags | IE Confirmed | Bug | closed | Normal | |
Description |
Confirmed in IE8. Steps to reproduce:
|
|||||
#4795 | [IE] Deleting focused horizontal line/table by DEL key generates javascript error | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
To Reproduce
|
|||||
#4798 | Opera: using tab key makes input fields undeitable | Confirmed Opera 3.0.2 Review+ | Bug | closed | Normal | |
Description |
This is a regression bug. Steps to reproduce
|
|||||
#4800 | Opera: when SCAYT is enabled, it is impossible to create new paragraph | Confirmed Opera | Bug | closed | Normal | |
Description |
Steps to reproduce
|
|||||
#4807 | Setting background/text color doesn't work | Confirmed | Bug | closed | Normal | |
Description |
Confirmed in Safari 4.0.4 and Opera 10.10 @ Win XP. Steps to reproduce
|
|||||
#4810 | Text change request for image properties dialog preview label | IBM Confirmed Review+ | New Feature | closed | Normal | |
Description |
Image Properties Dialog / Image Info tab We've received requests from users to change the label "Preview" to something else. The users are confused by the "Lorem Ipsum" text. They think the text is going to be inserted when they click OK. One suggestion for a different label is "Image Preview and Placeholder Text". |
|||||
#4812 | 'Esc' key is not working for dialog on Opera | Confirmed 3.0.2 Opera Review+ | Bug | closed | Normal | |
Description |
Press 'Esc' doesn't close the dialog in all dialogs on Opera. |
|||||
#4817 | FCK Editor Jump IE8 BUG | IE Confirmed | Bug | closed | Normal | |
Description |
When i have a font tag that wrap alot of text and i like to edit the text in the middle it is put the pointer all the time on the start of the font tag. If i have a scroller it is jump me up and i cannot edit the text. I test it on the newest version of CKEditor and it has not been fixed. Example:
<font> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <br> </font>
|
|||||
#4822 | [IE] Applying 'Headers' to existing table does not work | Confirmed Review+ | Bug | closed | Normal | |
Description |
To Reproduce
|