Custom Query
Results (1601 - 1700 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#5111 | JAWS not reading tool bar controls properperly while navigating with arrow keys | Confirmed Oracle IBM Review+ | Bug | closed | Normal | |
Description |
Press Alt+F10 to focus toolbar. Use Tab and Shift+Tab to navigate through tool bar. You will observe that JAWS is reading all controls properly. Now use arrow key to navigate through toolbar. You will observe that you are not able to navigate and JAWS is not reading the highlighted control properly i.e. if highlighted control is Preview then it is reading it like "P" "R" "E" "V" "I" "E" "W" and not as "Preview". This issue was reproducible in nightly build too with Internet Explorer 8 and Firefox 3.6. |
|||||
#5114 | IE: Stack overflow on table context menu | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Confirmed with IE8 Compatibility mode:
A stack overflow error is thrown. Works well with FF and IE8 no-compat mode. |
|||||
#5118 | Arrow keys navigation in RTL languages is incorrect | Confirmed Review+ | Bug | closed | Normal | |
Description |
It is expected that the left arrow key will go to the icon that is to the left of the current, but in RTL languages the left arrow is actually mobing to the icon that is to the right of the current. |
|||||
#5119 | disabled icons are not being marked when focused while navigation with the keyboard | Confirmed Review+ | Bug | closed | Normal | |
Description |
if you navigate with the keyboard to a disabled icon it seems that the focus is lost. this is not incorrect, yet it should be marked somehow. |
|||||
#5124 | Background colours cannot be set separately for spaces in a text string | Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
If the space is having one character space between two text strings, the space could not get background color. If the space is having two or more characters space, The space get background color. Please see the attached screenshot. |
|||||
#5125 | Make the wysiwyg mode editable by default with JAWS | Confirmed Review+ | Bug | closed | Normal | |
Description |
Currently when the editing block gains focus, JAWS stays in VPC mode, we could apply the proper ARIA role to make PC mode turned on automatically. |
|||||
#5127 | Problem with removing advanced tab in link and image dialogs | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Insert the following code after CKEDITOR.replace( 'editor1' ); in ckeditor/_samples/replacebycode.html CKEDITOR.on('dialogDefinition', function( ev ) { var dialogName = ev.data.name; var dialogDefinition = ev.data.definition; switch (dialogName) { case 'image': //Image Properties dialog dialogDefinition.removeContents('advanced'); break; case 'link': //image Properties dialog dialogDefinition.removeContents('advanced'); break; } });
This should remove the advanced tab from the image and link dialogs. Error in Firebug: this._.contents[pageId] is undefined [Break on this error] return this._.contents[pageId][elementId];\r\n |
|||||
#5128 | Text content of <pre> element with attributes is removed when changing the formatting | Confirmed Review+ | Bug | closed | Normal | |
Description |
When trying to alter the formatting of a <pre> block that has attributes (like "class", "style", etc.) the text is removed from the editor.
Steps to reproduce:
Result:
Expected:
Bug cause & solution:
file: _source/plugins/styles/plugin.js
problem:
solution: |
|||||
#5135 | Using Shift-Tab on Source mode doesn't work | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When the cursor is in the source mode, using shift-tab does not navigate to the previous item in the tabbing order. Using Tab works as expected. |
|||||
#5144 | Pasting in Chrome can leave <div id="cke_pastebin"> elements | Confirmed WebKit Review+ | Bug | closed | Normal | |
Description |
Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17447 Seems to work fine with Chrome 4.0.249.89 (38071) in Windows XP with the patches for #4988 and #5095. But previously I've seen it fail, so this case must be reviewed |
|||||
#5149 | Cursor dissapears after maximize in Firefox 3.6 | Firefox Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
Reported in http://cksource.com/forums/viewtopic.php?f=11&t=17610 In Firefox 3.5.7 the cursor disappears after switching to full screen, but clicking on the content or restoring size shows it again. In 3.6 on the other side it remains hidden until something else is focused (showing the context menu, open a dialog, focus the url bar...) |
|||||
#5150 | colorButton_colors doesn't allow to specify "name" and color | Confirmed Review+ | New Feature | closed | Normal | |
Description |
This is not related to showing a custom text for each color as that can be done including the proper entries in editor.lang.colors Instead, it's related to the functionality of FCKeditor to specify FCKConfig.FontColors = 'ff9900/FontColor1,0066cc/FontColor2,ff0000/FontColor3' ; FCKConfig.CoreStyles.Color = { Element : 'span', Attributes : { 'class' : '#("Color")' }, Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ] } ; Now the only option seems to be to use something like colorButton_colors : 'ff9900,0066cc,ff0000', colorButton_foreStyle : { element : 'span', attributes : { 'class' : 'Color(color)' } }, but that requires to use class names like Colorff9900, instead of being able to specify whatever they need. |
|||||
#5162 | Error in ajax sample | IBM Confirmed | Bug | closed | Normal | |
Description |
To reproduce:
the following error occurs in FF this.document.getWindow().$ is undefined [Break on this error] if(m)return;p.call(this);m=e.setTimeout(...urn s.type;var t=2,u=this.getNative();\r\n in IE the data on the editor is not set. |
|||||
#5163 | [FF] Error when using undo | IBM Confirmed Firefox | Bug | closed | Normal | |
Description |
Undo doesn't work on the horizontal line and the following error occurs: l is null [Break on this error] return h;},clone:function(h,i){var j=thi...h){var j=this;if(h.equals(j))return j;\r\n This only happens on the first load of the editor. |
|||||
#5170 | Problems with pasting (executing insertHtml) and formatted text | Confirmed Review+ | Bug | closed | Normal | |
Description |
When inserting content with insertHtml() inside of formatted text, editor breaks formatting and inserts content without formatting. Confirmed in FF 3.5. Works fine in IE8 and Safari 4. Steps to reproduce
This can be reproduced in many different ways in CKEditor, everywhere where insertHtml() is used, like also when pasting content or when inserting content in a custom plugin. Targetting to 3.3 as it might be a bit irritating. |
|||||
#5171 | Dialogs with lists do not have proper labels for lists | IBM Confirmed | Bug | closed | Normal | |
Description |
The following dialogs have lists but the list labels are not read correctly by JAWS:
|
|||||
#5181 | Use callFunction when loading the wysiwyg data | Confirmed Review+ | Task | closed | Normal | |
Description |
We're currently using an ugly and unclear solution to notify the data load in the wysiwyg plugin. While we still need the activation script, we could make it a bit clearer by using the CKEDITOR.tools.callFunction. |
|||||
#5182 | Context menu is not read as a context menu by JAWS | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When displaying context-menus and sub-menus JAWS does not read the menus as menus, just the general label "Options". When using a toolbar menu (scayt), JAWS reads "Menu Options" and when leaving the menu it says "Leaving menu". In earlier versions, JAWS would actually read "Context menu" |
|||||
#5188 | fixlineends not working corectly | Confirmed Review+ | New Feature | closed | Normal | |
Description |
It seems that fixlineends script (_dev\fixlineends\) is not fixing all files, for example the following file: _source\core\editor.js does not have a BOM character after running fixlineneds.bat. |
|||||
#5190 | Templates dialog: no automatic focus | Confirmed Review+ | Bug | closed | Normal | |
Description |
(3.2.x Branch) The templates dialog must not focus on the first item of the list. The current behavior disturbs the mouse navigation. The templates list should be focused on load, having the first item focused only when hitting the ARROW-DOWN key. |
|||||
#5191 | Ajax sample: undo behaves improperly | Confirmed Review- | Bug | closed | Normal | |
Description |
In step 3, the last undo should be from a few text to blank contents. In step 4, the last redo should restore the entire typed text. Currently, the user looses the text when performing the above steps. |
|||||
#5195 | The dialog content heights are a bit bigger | Confirmed | Bug | closed | Normal | |
Description |
Compared to the 3.1, the 3.2 dialogs contents are a bit bigger (like 10px). |
|||||
#5196 | IE: Click and drag to select is not working without first focus | Confirmed IE | Bug | closed | Normal | |
Description |
(3.2.x Branch)
The selection will not happen. |
|||||
#5197 | IE: page reload throws error | Confirmed IE | Bug | closed | Normal | |
Description |
(3.2.x Branch)
A js error is thrown. This also happens when refreshing the page. |
|||||
#5198 | IE: double history entries | Confirmed IE | Bug | closed | Normal | |
Description |
With IE:
The above step 3 should not happen. |
|||||
#5199 | IE: Single row toolbar has no bottom padding | Confirmed IE | Bug | closed | Normal | |
Description |
In IE8, with compatibility enabled, editor toolbars with a single row don't have the usual bottom padding. Confirmed with the api_dialog sample. Works well with IE8 mode. |
|||||
#5202 | IE: Some styles are not being applied to collapsed selections | Confirmed | Bug | closed | Normal | |
Description |
(3.2.x Branch) Some of the styles are not being applied to collapsed selections. This happens with the Styles combo, Font Face, Size and Colors. Strangely, its doesn't happen with the button styles, like Bold and Italic. |
|||||
#5203 | IE: Page scrolls when leaving the editor | Confirmed IE | Bug | closed | Normal | |
Description |
With IE:
The page will scroll up to put the selection in the editor before losing it to the clicked target. |
|||||
#5204 | IE: Tab-less dialogs have less space at the top of its contents block | Confirmed IE | Bug | closed | Normal | |
Description |
Compared to the 3.1, tabs-less dialogs have now less margin at the top of the contents box. This is IE only. |
|||||
#5205 | IE6: Toolbar has no bottom padding | Confirmed IE6 | Bug | closed | Normal | |
Description |
With IE6, the toolbar has no bottom padding in the kama skin. |
|||||
#5206 | IE6: In the v2 skin, the toolbar combos are not rendered properly | Confirmed | Bug | closed | Normal | |
Description |
With IE6, in the v2 skin, the toolbar combos are not rendered properly. |
|||||
#5207 | Safari: TAB between editors has no effect | Confirmed Safari | Bug | closed | Normal | |
Description |
(3.2.x) In Safari, when hitting TAB to move the focus between editors has no effect. This can be tested with the replacebycode sample. |
|||||
#5212 | Safari: SHIFT+ENTER must be done twice to work | Confirmed Safari Review+ | Bug | closed | Normal | |
Description |
This one looks like the old #223, but it happens only at the end of lines without the bogus <br> and with the release version only. SHIFT+ENTER must be done twice to work. Safari only. Works well with Chrome. |
|||||
#5216 | Provide CKEDITOR.appendTo(elementOrId, config, data) | Confirmed Review+ | New Feature | closed | Normal | |
Description |
I guess that almost all the uses of CKEDITOR.appendTo will try to call .setData after creating the instance, so it will save some lines of code and avoid the creation of an empty editor that later is filled with the new data (remembering also that .setData will recreate the iframe) if the initial data can be set at creation time. |
|||||
#5220 | Style tag in body element messes output in CKEditor fullpage edit | Confirmed Review+ | Bug | closed | Normal | |
Description |
Paste in fullpage edit source mode <html> <head> <title>CKEditor Sample</title> </head> <body> <style type="text/css"> p { border: 1px solid green; }</style> <p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> </body> </html> Switch to wysiwyg and back to source results... <html> <head> <title>CKEditor Sample</title> </head> <body> </body> </html> <style type="text/css"> p { border: 1px solid green; }</style> <body> <p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> </body> Tested on svn: 5171 |
|||||
#5221 | [[IE]] Have to click the Table dialog's OK button twice when there is no content. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Observe the javascript error: 'type' is null or not an object. This does not occur on the nightly 3.2 demo as the content area gets focus before the dialog appears. "body p" appears in the elements path. The error is occurring in core/dom/walker.js guardRTL function. I believe the error is occurring because the node to replace is null. The wysiwyg plugin's onInsertElement function thinks it is in an empty p element and attempts to replace it with the table element. See the if statement following the below comment in the onInsertFunction function: If we're in an empty block which indicate a new paragraph, simply replace it with the inserting block.(#3664) |
|||||
#5224 | The Toolbar has been Frozen, textarea uneditable | Confirmed IE? | Bug | closed | Normal | |
Description |
the code as follows: <B><FONT face=Tahoma size=2><SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">De:</SPAN></FONT></B><FONT size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Devz <BR><B><SPAN style="FONT-WEIGHT: bold">Enviado el:</SPAN></B> MartZ<BR><B><SPAN style="FONT-WEIGHT: bold">Para:</SPAN></B> Mary Lua<BR><B><SPAN style="FONT-WEIGHT: bold">Asunto:</SPAN></B> RV: Documents</SPAN></FONT><FONTFACE="MS PGothic?><BR>Dear Devito,</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><BR>ADSDF</SPAN></FONT> |
|||||
#5232 | [[IE]]—Bold Italic Underline Strikethrough Subscript and Superscript options are sticky even after we clicked on the options to undo them | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
1) open the Ajax sample Reproduced in IE6 & IE7 |
|||||
#5235 | IE is splitting global css definitions into 4 parts | Confirmed CantFix | Bug | closed | Normal | |
Description |
IE is splitting all "global" css definitions into 4 parts.
It might be a browser bug. |
|||||
#5238 | MenuItems in toolbar don't show a down arrow in HC mode | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
For any Menu Item, like SCAYT, the drop-down arrow does not have an alternative text-based arrow in HC mode. |
|||||
#5240 | Flash Alignment property is not working | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
I looked at the HTML source and the Alignment property for Flash is correctly set at all times. |
|||||
#5242 | Text and Background Colour applied to the text are removed together even though we removed only one of Text Colour or Background Colour | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Only the Text Colour should be removed and the Background colour should remain. Same behaviour appears when we remove Background Colour insted of Text Colour in step 5. |
|||||
#5243 | All dialogs in all skins in RTL mode are broken with IE | Oracle, Confirmed IE | Bug | closed | Normal | |
Description |
In version 3.2 all dialogs in all skins in language that is in RTL mode are broken in IE. |
|||||
#5250 | addExternal stopped working if the fileName parameter is not specified | Confirmed | Bug | closed | Normal | |
Description |
With the 3.2, the addExternal function stopped working if it's third parameter, the file name, is not specified. |
|||||
#5253 | CKEditor 3.2 + Firebug 1.5.2 = Problems | Confirmed | Bug | closed | Normal | |
Description |
This issue can be reproduced on the CKEditor.com demo page.
Using Firefox with Firebug 1.5.2 installed:
<p>
<div firebugversion="1.5.2" id="_firebugConsole" style="display: none;">
<br /> Every time you switch to source mode, switch back to WYSIWYG mode and click on the bottom of the whitespace, an extra <p> tag is inserted. I can confirm that this issue is not happening in a previous branch of my CMS that uses CKEditor 3.0.1. |
|||||
#5259 | FF 3.6 https/ssl Issue | Firefox Confirmed Review+ | Bug | closed | Normal | |
Description |
In Firefox 3.6 you receive the "Contains unauthenticated content" warning. I tracked the issue down and it looks like it is coming from the following on line 291 of 'ckeditor/_source/plugins/wysiwygarea/plugin.js' (version 3.2). ' src="javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())"' + Changing that line to the following resolves the error, but probably causes other problems in other browsers because it is no longer includes 'srcScript' ' src="javascript:false;"' + |
|||||
#5261 | scayt_autoStartup slow down editor loading | Firefox Confirmed Review+ | Bug | closed | Normal | |
Description |
Loading SCAYT on startup could somehow compromise all the efforts we've done to accelerate loading performance, where the SCAYT engine file (~100K) is blocking our theme file in execution order, which in turn made the editor loading significant slower (6x) than it should. |
|||||
#5266 | Table headers incorrectly displayed when SCAYT is enabled | Confirmed | Bug | closed | Normal | |
Description |
When SCAYT is disabled, two Steps to reproduce
|
|||||
#5268 | Port DragResizeTable to V3 | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Several people have requested the upgrade of this plugin |
|||||
#5274 | [[IE6]] Content Templates dialog is not displaying properly | IE IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
In FF the dialog looks proper with Templates Options. In IE 6 the dialog and the Options are not displayying properly. I have attached a screenshot to show the differenced between FF & IE6 |
|||||
#5278 | Link Dialog / Popup Name / Add validation to check for bad window names | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Add validation to check for bad window names. For example, if you type in a name with spaces it will not work in MSIE. To reproduce in MSIE: * Create a Link to "http://google.com" * In the link dialog. ** Go to the target tab and select <popup window> as a target ** Type in "one two" as the Popup Window Name without the quotes. * Press OK in the Link dialog. * Preview the content. * Click the google link in the preview. * The link is expected to open in a new window / window as named. Instead the link opens in the current window. |
|||||
#5285 | Cannot move cursor below page break | Confirmed | Bug | closed | Normal | |
Description |
Confirmed in IE8, didn't check all other browsers.
It is probably something similar to #4072 |
|||||
#5287 | additional configuration options for SCAYT | Confirmed Review+ | Task | closed | Normal | |
Description |
Completely address #4411 bug. |
|||||
#5290 | Create a editor.getStylesSet function | Confirmed Review+ | Task | closed | Normal | |
Description |
Currently both the styleCombo and the div dialog include code to check the config data and request the load of the styles data. In the future other dialogs should have also the same combo like the div, and also it should be possible to manually add extra styles to the data for example by parsing the css file. In order to do that the first step should be to simplify the loading of the styles data. Instead of doing // Reuse the 'stylescombo' plugin's styles definition. customStylesConfig = editor.config.stylesCombo_stylesSet, stylesSetName = customStylesConfig && customStylesConfig.split( ':' )[ 0 ]; if ( stylesSetName ) { CKEDITOR.stylesSet.load( stylesSetName, function( stylesSet ) { var stylesDefinitions = stylesSet[ stylesSetName ], we should provide a function that abstracts that code to editor.getStyles( function( stylesDefinitions ) { |
|||||
#5293 | Unwanted linebreak on Firefox | Confirmed Firefox Opera | Bug | closed | Normal | |
Description |
If I use empty textarea replaced with CKEditor and post form I've '<br />' in Firefox 3.6. In IE8 and Chrome 4 I have empty string. |
|||||
#5302 | enterMode=ENTER_P is not respected when inside a DIV | IBM Confirmed Review+ | New Feature | closed | Normal | |
Description |
To reproduce: Add the following source: <div>Test Value</div> Then attempt to add new lines to the content. <div>Test Value</div> <div>Test Value</div> New DIV elements are added instead of P elements as set in configuration. The expectation is that with enterMode=ENTER_P that a new paragraph be added after the DIV. <div>Test Value</div> <p>Test Value</p> This is more than an inconvenience to users now as we provide styled components in the editor content that are made up of DIV elements, that we don't want to be copied whenever a user uses the Enter key after the div. |
|||||
#5307 | Customizing multi-tab dialog to show only one tab doesn't work | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Take the Find dialog as an example. Customize it by hiding the Replace tab and leaving only the Replace tab visible: replaceTab.hidden=true; dialogDefinition.dialog.parts.dialog.addClass('cke_single_page'); This results in a single Find tab appearing in the dialog, but the tab can be accessed with keyboard and when navigating using arrows, an error occurs and the content of the dialog becomes blank. |
|||||
#5310 | Indented lists are not displaying correctly | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defcet
Problem: The indented list does not display with the correct formatting. Switching back to source mode , you can see that some <br> tags have been added to the html for the list items |
|||||
#5311 | Scroll bar is displaying on right hand side instead of left hand side for RTL pages. | Confirmed CantFix Oracle | Bug | closed | Normal | |
Description |
Scroll bar is displaying on right hand side instead of left hand side for RTL pages. Please refer to attached screen shot for details. The issue was reproducible in nightly build with IE8 and Firefox 3.6. |
|||||
#5313 | Style info within <li> disappear after press Enter twice | IBM Confirmed | Bug | closed | Normal | |
Description |
To reproduce the defect
Result: The list is not at the center of the Editor, and at the left in fact. Go to HTML Source, you will see that style definition info with each list item is lost. |
|||||
#5314 | aria-selected attribute is not removed when rich combo box list item is deselected. | IBM Confirmed | Bug | closed | Normal | |
Description |
The CKEDITOR.ui.listBlock.mark function marks a list item selected by adding the CSS class 'cke_selected' and a 'aria-selected' attribute. The CKEDITOR.ui.listBlock.unmark and CKEDITOR.ui.listBlock.unmarkAll remove the CSS class, but do not remove the aria-selected attribute. |
|||||
#5319 | Replace Option with Match Whole Word Option checked is not working properly | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Actual Result: Now see that the words are replaced as(find and replace, finder,replacer,finding,replacing) Expected Result:Now see that the words are replaced as(find and replace, finder,aar,finding,replacing) |
|||||
#5330 | Contextual menu not functionnal in safari, Google Chrome and Firefox 3.6 on Mac | Confirmed Review+ | Bug | closed | Normal | |
Description |
The contextuel menu dont work on FireFox 3.6 for Mac. Safari 4 and Google Chrome 5 for Mac work the first time. When I want to right click to an other item it's the browser contextuel menu appear. Mac OS X 10.5.8 |
|||||
#5337 | Major defect with enterMode = ENTER_BR | Confirmed | Bug | closed | Normal | |
Description |
For a HTML code like this: some_text_here<img src="xxx"/> With enterMode = ENTER_BR, hitting "Enter" between the text and img would show the line break being inserted in WYSIWYG mode correctly, but switching to SOURCE mode you'll see the BR tag was added after the IMG tag. As a result, the actual code being submitted to server side was incorrect. This is a major defect as users thought they had the text formatted correctly in the editor but shown up otherwise. |
|||||
#5338 | Paste from Open Office causes error | Confirmed HasPatch | Bug | closed | Normal | |
Description |
When pasting from Open Office into CKEditor in Firefox, an error is thrown when attempting to save or use the Source button. The error is in plugins/htmldataprocessor/plugin.js line 192: element.children[ 0 ].value = element.attributes[ '_cke_title' ];
It is possible that this error is a consequence of the empty title element which Open Office creates. Note that this error does not occur in Chromium 5.0.330.0, which is the only other browser I have tested in. To reproduce:
Using:
|
|||||
#5343 | Active list item ARIA role is wrongly placed | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Currently the 'aria-activedescendant' which marks the active list item is not applied on the correct element, we should move the attribute up to the element that has the role "listbox". |
|||||
#5345 | delete editor.config.elementsPath_filters on editor.distroy based on r5242 | Confirmed Review+ | Bug | closed | Normal | |
Description |
On destroy function, set items of editor.config.elementsPath_filters to null, but not reset length=0. So reopening a editor with CKEDITOR.replace, fire the event of "selectionChange" on elementspath/plugin.js, throw a exception. Repair this bug only needs a statement on 508 line "_source/core/editor.js" :
|
|||||
#5348 | [IE] Caret is moving to the next block when image/smiley is inserted at the end of the block | Confirmed IE | Bug | closed | Normal | |
Description |
To reproduce
The caret is going to the beginning of the second block. |
|||||
#5356 | Scayt options dialog doesn't work with prototype.js enabled environments | Confirmed HasPatch | Bug | closed | Normal | |
Description |
When using CKEditor in prototype.js enabled environments SCAYT plugin options dialog opening crashes. This is caused by plugins/scayt/dialogs/options.js:218 for ( i in buttons ) Normally this clause iterates over all items within a array but in prototype enabled environments this causes loop to iterate also over all extended methods thus causing following doc.getById( button) to fail This problem can be fixed by changing line 218 into: for ( i = 0; i < buttons.length; i++ ) The problem was discovered with Prototype 1.6.1 |
|||||
#5363 | Have the "title" atttribute on iframes | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
We should evaluate the impact about having the "title" attribute in all iframe elements we use in our interface. This is a requirement for accessibility standards:
http://www.w3.org/TR/WCAG20-TECHS/H64.html We can check the impact of it is by using INS+F9 in JAWS. Currently, it should list the editor iframes, which now have a kind of unusable name. |
|||||
#5364 | The a11y help dialog doesn't always get focus | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
Sometime, with a clean cache, the focus is not sent to the accessibility help when opening it with ALT+0. The caret stays in the editor, and it's even possible to type on it. I was able to reproduce it with Firefox in the nightly build, but not locally. I think it's related to the download delay of the online installation. It may be that the dialog focus procedure is execute before having the dialog ready, so no focus is set at all. |
|||||
#5366 | JAWS not reading Template Options on Content Templates dialog | IBM Confirmed | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected: JAWS should read the name of the Template Options. |
|||||
#5372 | Create sublist should not clone styles from parent | Confirmed Review+ | Bug | closed | Normal | |
Description |
<ul style="margin-left: 40px;"> <li>A</li> <li>B</li> <li>C</li> </ul>
|
|||||
#5373 | pathBlockElements contains a 'de' elements | confirmed Review+ | Bug | closed | Normal | |
Description |
http://dev.fckeditor.net/browser/CKEditor/trunk/_source/core/dom/elementpath.js#9 the pathBlockElements contains a 'de' element, while I think it should be a 'dd' element. |
|||||
#5375 | Cursor in the wrong position when you delete an Empty Paragraph | IBM Confirmed | Bug | closed | Normal | |
Description |
To reproduce the defect
This is a paragraph 1. <empty paragraph> This is a paragraph 2.
Expected Result: We believe the expected behavior is for the cursor to stay at the end of paragraph 1. if the paragraph is not an empty paragraph, the cursor behavior is correct. |
|||||
#5376 | if we apply heading formatting to a list item in an Ordered/Unordered list we can't come out of the list | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result: The cursor should come out of the Ordered list and a new empty Paragraph should open Actual Result: No Matter how many times we press the Enter, the list goes on increasing and every time we press enter it is adding a new empty list item in Ordered list. Same behaviour is also happening in the case of Bullets. |
|||||
#5381 | Cursor in wrong position after pasting content | Confirmed Review+ | Bug | closed | Normal | |
Description |
Confirmed in IE8. Looks like a IE issue and it looks like it didn't occur before CKEditor 3.1 and probably it has something to do with pasting mixed After pasting certain content, cursor is not positioned at the end of text but somewhere in the middle. Steps to reproduce
(Old steps to reproduce below, the example above is much simpler)
|
|||||
#5385 | When a link is added a new undo snapshot should be made | Confirmed | Bug | closed | Normal | |
Description |
It is expected that when a new link is added (via the lonk dialog) a new snapshot should be made. |
|||||
#5396 | Focus is going out of the Editor when we change the Option in Cell Type list box on Cell Properties dialog | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result Cursor should be back in the Table cell for which we have changed the Cell Properties. Actual Result Cursor is going out of the Editor and we have to use Tab and Shift + Tab to get the focus back in to the Editor. |
|||||
#5402 | if we apply Pre-Formatted formatting to a list item in an Ordered/Unordered list we can't create new list items & also we can't come out of the list | IBM Discussion Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result See that next number comes up in the ordered list and when we press the Enter for the second time,the cursor should come out of the Ordered list and a new empty Paragraph should open Actual Result The Next Number in the ordered list do not comes up and when we Press Enter any number of times we can't come out of the list. Same behaviour is also happening in the case of Bullets. |
|||||
#5411 | Anchors can be resized. | Confirmed Review+ | Bug | closed | Normal | |
Description |
An anchor can be resized, even though this is just a fake object to represent the anchor.
|
|||||
#5414 | [IE] Image can't be resized | Confirmed | Bug | closed | Normal | |
Description |
When selecting an image in IE by right click on it, the control type selection rapidly switched into text type, which cause the resize handler disappears thus it's not able to resize the image. |
|||||
#5415 | Undo not working when we change the Table Properties for the table on a saved page | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result Table is Aligned to Center and the Undo button should be enabled. Actual Result Table is Aligned to the Center but the Undo button is not enabled and it will not enable even if we change any number of Table Properties.It is only enabled when we type some text in the Editor. |
|||||
#5419 | JAWS not reading first option in Special Character list on Special Character dialog | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected: JAWS should read the name of the Special Character Option. JAWS reads the name of the option properly in FF3.5 but not in FF 3.6 This looks similar to the defect http://dev.fckeditor.net/ticket/5366 |
|||||
#5422 | [[IE]] we can't enter the text below Page break | IBM Confirmed IE | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result: We should be able to position the cursor after the page break using mouse or key board and we should be able to type the text after Page break. Actual Result: Cursor is still shown above the Page break and we can't position the cursor after page break.So we won't be able to type the text after page break. |
|||||
#5423 | Add config option for DefaultLinkTarget | Confirmed Doc | New Feature | closed | Normal | |
Description |
The DefaultLinkTarget option used to be in FCKEditor, but it's not in CKEditor. It'd be nice if this was added. |
|||||
#5424 | SCAYT takes a lot to activate | Confirmed | Bug | closed | Normal | |
Description |
At least on the current trunk, SCAYT is taking a lot of time to get enabled when activated. It just took me more than two minutes when enabling it with just a short phrase and two dispelled words. The Firebug Net pane shows precisely that some spellckecker.net calls are having a quite long response time. |
|||||
#5425 | SCAYT button must be disabled in Opera | Confirmed | Bug | closed | Normal | |
Description |
The SCAYT button must not be enabled when using the editor in Opera as it's not compatible with it. |
|||||
#5431 | CKEditor 3.1.1 and 3.2 have the exact same timestamp | Confirmed Review+ | Bug | closed | Normal | |
Description |
Since the timestamp is actually calculated using the release date, and version 3.1.1 and 3.2 have been released on the exact same date, the timestamp for both is the same. This however defeats the whole purpose of this timestamp: to prevent caching. Since this cannot be changed now, but might possibly happen again in the future, I would suggest to not only use the release date to calculate a unique timestamp, but also the CKEditor version. |
|||||
#5433 | Wrong orientation of Protocol list in Insert Link dialog in Hebrew | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
See that the Protocol drop down list box has right to left orientation. However this causes corruption in the order of characters as this should be in Left To Right orientation (because the protocols are in English). Please see attached screen shot |
|||||
#5435 | [[IE]] we can't start Numbered/Bulleted list in Tables by Clicking on Insert/Remove Numbers/Bullets Icon | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Actual Result: Nothing happens,even when we type the text in the Table Cell it just shows as a Normal Text but not as Numbered/Bulleted list item Expected Result: A new Numbered/Bulleted list should start depending up on the Insert/Remove Numbers/Bullets Icon that you click on. I have tested against IE 6,7 & 8 This is a regression issue. |
|||||
#5441 | Fix for #3812 breaks CKEditor in IE when editor instance is no longer in DOM | Confirmed Review+ | Bug | closed | Normal | |
Description |
The IE-specific fix for #3812 causes another bug if the CKEditor container isn't a descendant of document.body. This bug only occurs in IE (because we use the moveToElementText function). Attached is a test HTML file as well as a potential patch. The main shortcoming of the patch is that it does scroll to the top of the page. If someone has a better fix that would be great! |
|||||
#5444 | The Style combo is not context sensitive on editor recreation | Confirmed | Bug | closed | Normal | |
Description |
The style combo will not be context sensitive anymore. Even when applying other styles, it will still not detect the current selection style properly. To note that the styles list still shows the active styles properly. |
|||||
#5447 | Anchorname with a blank at the end | Confirmed, IBM | Bug | closed | Normal | |
Description |
A Link doesnt jump to an anchor which name ends with a blank. Only tested with the ckeditor vers. 3.2.5205 and firefox vers 3.6.3. |
|||||
#5452 | [IE+Quirks] Unscrollable combo dropdown list | Confirmed IE Review- | Bug | closed | Normal | |
Description |
In Quirks mode, the dropdown list of all combos don't have vertical scrollbar. |
|||||
#5454 | After replaced success, the popup window couldn't been closed and a js error occured | confirmed Review+ | Bug | closed | Normal | |
Description |
Load the replace by class sample page; 1.Open 'Replace' dialog and fill in 'are'; 2.click the 'Replace' buttton 2 times; 3.click the 'Cancel' bbutton or the 'x' button to close the popup window Expected Result: the popup window is closed. Actual Result: a js error throws and you couldn't close the popup window any more |
|||||
#5456 | Link Dialog in api_dialog sample doesn't have initial focus | Confirmed Review+ | Bug | closed | Normal | |
Description |
The initial focus of the customized Link dialog when open in api_dialog sample is neither inside the URL text filed or any other field. |
|||||
#5459 | ENTER on empty list item has no effect when re-creating editor | Confirmed | Bug | closed | Normal | |
Description |
Nothing happens. Confirmed with FF 3.6 at least. Works well with the 3.2. |
|||||
#5460 | Empty <ul></ul> remains on source | Confirmed Review+ | Bug | closed | Normal | |
Description |
<ul> <li> Item 1 <ul> <li> Item 1.1</li> </ul> </li> </ul>
Note that an empty <ul> <li> Item 1 <ul> </ul> <ul> <li> Item 1.1</li> </ul> </li> </ul> Confirmed with FF 3.6 at least. Works well with CKEditor 3.2. |
|||||
#5461 | IE: Paste from Word dialog doesn't accept imput | confirmed Review+ | Bug | closed | Normal | |
Description |
Confirmed with IE8 and CKEditor 3.2. Works well with the 3.1.1.
|