Custom Query
Results (1601 - 1700 of 2646)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#5280 | Vertical scroll bounces up when clicking in-between the vertical scroll bar and the bottom arrow | IE | Bug | closed | Normal | |
Description |
XP + IE6 It happens at http://ckeditor.com/demo When I click in-between the vertical scroll bar and the bottom arrow, the page scrolls down but bounces back. The same goes when I click in-between the vertical scroll bar and the top arrow. Additional reproduction scenario moved from #5581: In ie7, I go to http://ckeditor.com/demo Click on the word Red in little red riding hood, just put the cursor somewhere there by clicking on the text. Use the scrollbar to scroll down (down button on scrollbar, not the scrollbar itself, use down button). Cannot scroll down, the focus jumps back to the cursor at the top of the page, so the whole page jumps back upwards. This is a serious problem for my customer as they can only use IE7. |
|||||
#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 ) { |
|||||
#5292 | Preview in font-size and font-family doesn't work with custom styles | Review+ | Bug | closed | Normal | |
Description |
Using the XHTML sample in #5024, the previews of font-size and font-family doesn't reflect the current values. |
|||||
#5296 | [IE] In a pre tag, after hitting enter, the caret does not show up in a new line | IE | Bug | closed | Normal | |
Description |
To reproduce[IE]
Notice that the caret is going back to the stat of the line.
Notice that the text is written in a new line. |
|||||
#5298 | Up/Down Arrow Key in IE8 stops on certain paragraphs | IE | Bug | confirmed | Normal | |
Description |
Browser: IE8, OS: WinXP Occurs in demo page ( 'Little Red Riding Hood' ) When you use the up/down arrow keys to navigate through the Text, the caret will stop at the end of the first <p>-Paragraph. The next step would be to jump into the table on the right. Same happens at the end of the positioned table back to the second Paragraph, and also on your way back up. |
|||||
#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 |
|||||
#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 |
|||||
#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. |
|||||
#5350 | Problems inserting new lines with IE8 inside pre | IE | Bug | confirmed | Normal | |
Description |
Related to #4711 but this is weirder: Using IE8 set this source: <pre>Hello world! Bla, bla, bla </pre> Go to the end of the first line and press enter several times, this is what it generates: <pre> Hello world! B l a , b l a , bla </pre> IE6 and IE7 seem to work correctly. |
|||||
#5352 | CKEDITOR.stylesSet.add can't be used inline with _source files | Review+ | Bug | closed | Normal | |
Description |
Trying to use the CKEDITOR.stylesSet.add in the page to define a stylesSet without using an external file doesn't work while using the _source files. |
|||||
#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. |
|||||
#5365 | Undocumented options for the link dialog | Discussion Review- | Task | closed | Normal | |
Description |
In link\plugin.js there are two options that aren't documented CKEDITOR.tools.extend( CKEDITOR.config, { linkShowAdvancedTab : true, linkShowTargetTab : true } ); As the new architecture of the dialogs allow to easily customize the tabs of each dialog, I wonder if we should add the documentation for these or just remove them (and the little code in the dialog.js file) Personally, I vote for removing them. Note also that the image plugin lacks the corresponding options. |
|||||
#5368 | Memory leak in setData function | Review+ | Bug | closed | Normal | |
Description |
Hi I think there is a memory leak in the function CKEDITOR.editor.setData(). OS : WIndow 7 Firefox 3.6 I create an editor and a button. When I click the button I put 10 time 1 million 'a' in the editor using the function setData. At the beginning my brower took 69MO , after 10 click on the button it goes 330MO. (I have waiting for the GC to collect). It is a problem for me because I'm using the ckeditor in an ajax application and so never reloaded the page moreover my customer does big Word paste into the editor. I join my simple html witch illustate that. Thanks. |
|||||
#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. |
|||||
#5374 | [[IE]] Selecting a linefeed at start of text in CK Editor causes styling issues | IBM Review+ | Bug | closed | Normal | |
Description |
'To reproduce the defect'
a b c
Problem: The text remains in bold - the styling is not restored. Expected: The text should restore to it's original format.This only occurs in IE and only occurs when the linefeed is selected at the start of the highlighted text. |
|||||
#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)
|
|||||
#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. |
|||||
#5401 | On IE quirks mode, the context menu break layout with Office2003 and V2 skin. | IE Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#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.
|
|||||
#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. |
|||||
#5416 | [[IE]] we can't delete the Table on a Saved Page | confirm Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect
Expected Result: See that the Table is deleted and you are able to save the page. Actual Result: Table is deleted but we are getting an Error & i have attached a Screen shot of the Error and when we click on Remove Editor button to save the Page we get the same Error again. When i click on Remove Editor button for the Second Time it saves the page but i could still see the Table that i have deleted before. Tested on IE 6&7 |
|||||
#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. |
|||||
#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 |
|||||
#5434 | Access Denied error on IE7 and IPv6 | IE7 IBM Review+ | Bug | closed | Normal | |
Description |
We are testing the editor in an IPv6 environment on IE7. Script debugger reports the error at: return i&&new g(i.contentWindow.document); in ckditor.js. This looks to be in issue in element.js. I suspect it is the call to contentWindow.document that is causing the "Access Denied" error. The editor loads, but is not usable. |
|||||
#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. |
|||||
#5438 | Correct editor destruction in SCAYT | Review+ | Bug | closed | Normal | |
Description |
When an editor is destroyed the SCAYT fails. The patch fixes that issues as well as several coding style adjustments. |
|||||
#5440 | Mark mobile browsers as incompatible | Review+ | Task | closed | Normal | |
Description |
Currently the browser and version detection allows to use CKEditor with mobile browsers, but the fact is that they don't support editing the contents, so they can't edit anything at all if the source button has been removed. I've tried to test for feature detection (as they might add it someday) but it reported the same results than a supporting browser for contentEditable and designMode. |
|||||
#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! |
|||||
#5442 | Server side API for classic Asp | Review+ | New Feature | closed | Normal | |
Description |
The patch is a port of the ckeditor.php4 to asp. I haven't found a way to do the automatic detection of the location of the current script, so that part is hardcoded to /ckeditor/ the rest of the behavior should match and the samples pages seem to work ;-) |
|||||
#5450 | Press enter on 'replace' button result wrong | Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#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. |
|||||
#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.
|
|||||
#5462 | Color is removed improperly from partial selections | Confirmed Review+ | Bug | closed | Normal | |
Description |
The yellow background from the " text" bold text will be removed, remaining transparent. Confirmed with FF 3.6 at least. Works well with the 3.2. |
|||||
#5477 | [IE] Tab key incorrect result when document contains control type element | IE Confirmed | Bug | review_failed | Normal | |
Description |
EnvironmentAll IE versions Reproducing Procedures
|
|||||
#5478 | [IE] Impossible to place the caret after images at the end of the contents | IE | Bug | closed | Normal | |
Description |
EnvironmentAll IE versions Reproducing Procedures
|
|||||
#5479 | [IE] Cursor after table at the end of document in enterMode=BR | IE | Bug | review | Normal | |
Description |
EnvironmentIE8 standards, with enterMode = BR. Reproducing Procedures
|
|||||
#5482 | Smiley icons preload | IE | Bug | confirmed | Normal | |
Description |
This screencast in IE demonstrates that Smiley icons are displaying in a fly-in way on slow connection thus break the layout of dialog. |
|||||
#5483 | Fullpage problem when missing title | Confirmed Review+ | Bug | closed | Normal | |
Description |
EnvironmentFirefox and Safari Reproducing Procedures
|
|||||
#5485 | Missing accessibility attributes in the editing area DOM | Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
Once the editor is displayed, editor area's iframe is not having the Title attribute and inside the iframe, <html> element doesn't have the lang attribute. |
|||||
#5488 | Normal Paste affected by paste from word | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#5490 | [IE] Can't move the cursor after an anchor | IE8 | Bug | closed | Normal | |
Description |
There are two different cases affected by this bug: Steps to reproduce (1)
Notice that the cursor is to the left of the anchor and can not be moved to the right. Steps to reproduce (2)
Notice that the cursor is to the right of the anchor.
Notice that the cursor can not be moved to the right. |
|||||
#5498 | [IE] Inline quotation problem | IE8 | Bug | confirmed | Normal | |
Description |
EnvironmentAll IE versions. Reproducing Procedures
|
|||||
#5500 | Missing attributes of Text Field | IE | Bug | closed | Normal | |
Description |
EnvironmentAll IE versions Reproducing Procedures
|
|||||
#5501 | Missing attributes of Text Area | IE | Bug | confirmed | Normal | |
Description |
EnvironmentIE6/7 Reproducing Procedures
|
|||||
#5504 | [IE] Paste button problem | Confirmed Review+ | Bug | closed | Normal | |
Description |
EnvironmentIE6/7 Reproducing Procedures
|
|||||
#5505 | IE: Insert image throws error | Confirmed Review+ | Bug | closed | Normal | |
Description |
first make sure you are in https environment, and then choose replace by class sample. reproduce:
confirmed in Firefox3.5 and IE8,win7 |
|||||
#5512 | [IE] Can not navigate to the Cell sub menu in the context menu with the keyboard | Review+ | Bug | closed | Normal | |
Description |
I was able to reproduce this bug on IE8. I couldn't reproduce it on FF 3.6.5. didn't check other browsers. Tested with the demo and the trunk. Steps to reproduce
a JS error is thrown. |
|||||
#5513 | Tab navigation in dialogs incompatible with RTL | Review+ | Bug | closed | Normal | |
Description |
The arrows in RTL should be the opposite of LTR. Attaching a patch. |
|||||
#5514 | Elements path navigation incompatible with RTL | Review+ | Bug | closed | Normal | |
Description |
The arrows in RTL should be the opposite of LTR. Attaching a patch. |
|||||
#5516 | IE8: Toolbar buttons have higher bottom padding | IE8 Confirmed Review+ | Bug | closed | Normal | |
Description |
This cannot be reproduced with the sample files, but in the online demo of CKEditor, the buttons have an extra padding in the bottom with IE8 in IE8 mode. This is easy to notice in the last row, when compared with the combos. |
|||||
#5530 | page break for printing can not be removed using Undo | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: See that the Page break for Printing that we have inserted in Step 2 is removed Actual Result: Page break for printing is not removed no matter how many number of times we press Undo. Tested against IE 6&7, FF3.6 |
|||||
#5535 | Stack overlow in IE6 when pasting strange HTML | IE HasPatch | Bug | confirmed | Normal | |
Description |
When pasting HTML that contains lots of nested tags, IE6 throws an error: "stack overflow at line: 27". Steps to reproduce
|
|||||
#5538 | IE 8/9 erratic context menu behavior | IE | Bug | closed | Normal | |
Description |
In the latest nightly build: using IE 8 - if I first copy something, then go to: http://nightly.ckeditor.com/5378/_samples/replacebyclass.html then right-click, the context menu appears, but "Paste" is greyed out. if I right-click again, the context menu appears, and "Paste" is now an active option If I delete the text that's currently in CKEditor (Ctrl-A to select all, then delete) and then right-click, the menu appears (all greyed out, then immediately disappears) |
|||||
#5553 | Cursor location in Paste from Word and Paste dialogs is incorrect for BIDI languages | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Paste from Word or Paste dialog is opened and the Cursor is on the right-side of the text area Actual Result: Paste from Word or Paste dialog is opened and the Cursor is on the left-side of the text area. The Cursor Position is shown properly in Paste as Plain Text dialog. |
|||||
#5555 | [IE] Can not focus the 'Pasting Area' after it loses focus | IE | Bug | closed | Normal | |
Description |
Steps to reproduce
The pasting area does not gain focus, the caret is not shown and we can not paste inside it. |
|||||
#5559 | setData affected by iframe loading | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
EnvironmentIE with browser cache enabled. Reproducing Procedures
|
|||||
#5562 | [IE] Unable to have 'contentEditable=false" in effect | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
EnvironmentIE8 Reproducing Procedures
|
|||||
#5565 | Erratic scrollbar behavior when opening a rich combo with RTL | Confirmed Review+ Oracle | Bug | closed | Normal | |
Description |
Open a rich combo in an RTL page. Notice that an horizontal scrollbar appears for a short time. |
|||||
#5567 | Remove inline style not joining siblings | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
EnvironmentIE8 Reproducing Procedures
|
|||||
#5568 | [[IE]] First Char in the selected line in a Table is removed from selection after we applied and removed the Formatting | IBM IE Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Bold Formatting applied to the line is removed and whole line of text remains selected. Actual Result: Bold Formatting applied to the line is removed but the First Character(k) in the line is omitted from the selection. Same behaviour happens with Italic,Underline,Strike Through,Subscript and Superscript formatting options. Tested against IE 6& 7 |
|||||
#5570 | [IE] SCAYT load blind cursor in document | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
EnvironmentAll IE versions. Reproducing Procedures
|
|||||
#5571 | SCAYT throws error | Review+ | Bug | closed | Normal | |
Description |
EnvironmentIE and FF Reproducing Procedures
|
|||||
#5572 | [IE] SCAYT move cursor on misspelled word | Confirmed IE | Bug | closed | Normal | |
Description |
EnvironmentIE Reproducing Procedures
|
|||||
#5573 | SCAYT breaks cursor position after insert image | Confirmed Review- | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#5575 | CKEDITOR.replaceAll should consider all white spaces in classes | Review+ | Bug | closed | Normal | |
Description |
Currently, the Regex in the CKEDITOR.replaceAll functions considers only spaces in the class attribute. It should consider all white spaces. |
|||||
#5577 | delete table column throws error | Confirmed Review+ | Bug | closed | Normal | |
Description |
reproduce steps:
2. selected multiple cell in the same column
|
|||||
#5578 | Flash with Alignment is not shown properly in Editor body | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Flash will be shown on the right hand side of Editor since it's Alignment was set to Right Actual Result: Flash is shown with out any Alignment and it is shown in the middle of the text when i check the Flash Alignment in Flash Properties it is showing Alignment correctly as Right |
|||||
#5580 | Maximize does not work properly in the Office 2003 and V2 skins | Confirmed HasPatch Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce
Notice that there is a space at the bottom and you can see other editor's toolbar buttons. |
|||||
#5582 | Closing dialog boxes causes warning in IE | confirm Review+ | Bug | closed | Normal | |
Description |
When clicking the top right close link (the red "X") in any dialog box (insert image, spell-checker, etc), Internet Explorer interprets the action as navigating to another page due to the presence of the href attribute in the link element. This does not happen if the user closes the popup using the bottom right "Cancel" button. Because we monitor changes made to the content, warning the user about the potential loss of data should the user choose to navigate away from the current page, this warning is triggered when the user closes a dialog box using the top right close link. A fairly easy fix for this problem is to add an onclick="return false;" to the link element. |
|||||
#5583 | Problem with CKReleaser source version | Confirmed Review+ | Bug | closed | Normal | |
Description |
EnvironmentWindows Reproducing Procedures
|
|||||
#5584 | forceEnterMode affects Indendation and Outdentation | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When using config.forceEnterMode=true it affects how Indendation and Outdentation is applied. T reproduce the defect:
Expected Result: Cursor should begin at the current indent level as set by the Indent Paragraph control Actual Result: The cursor position of the new line begins at the left edge of the edit area. The same behavior is exhibited by the Outdent link. |
|||||
#5586 | Multiple editor instances ruins full-screen mode | Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
By running two or more instances of the editor on the same page, swithing to full-screen mode in any of the instances, except the first instance, will ruin the full-screen mode (see attached screenshot). The bug can easily be reproduced by adding another instance in the "replacebyclass.html" example, focusing the editor field of that instance and hitting its full-screen button. |
|||||
#5591 | [Firefox] StylesCombo problem block-level element selection | Confirmed Review+ | Bug | closed | Normal | |
Description |
EnvironmentFirefox Reproducing Procedures
|
|||||
#5593 | hit enter key in a cell throws a error | Confirmed Review+ | Bug | closed | Normal | |
Description |
steps to reproduce:
confirmed in firefox3.5,chrome in win7 |
|||||
#5596 | Vietnamese language update | Review+ | Bug | closed | Normal | |
Description |
Correct grammar and translater missing words. |
|||||
#5615 | IE6 IE7: CKEditor scrolls up when clicked outside editor and config.docType is set | IE6 IE7 | Bug | closed | Normal | |
Description |
CKeditor 3.2 : setting any value in config.docType makes vertical scrollbar flicker and you can't see the cursor.
|
|||||
#5617 | Filter does not allow two 'text' filters | Confirmed Review+ | Bug | closed | Normal | |
Description |
By adding another 'text' type filter to htmldataprocessor breaks the editor output, e.g. htmlFilter.addRules( { text : function( text ) { return text; } }); |
|||||
#5618 | Dialog error when remove editor instance | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#5622 | [FF] Cursor not blinking on editor::focus | Confirmed Safari Firefox Opera Review+ | Bug | closed | Normal | |
Description |
On 3.3.x branch, when using Tab key to focus the editor, notice that the cursor is not blinking. |
|||||
#5623 | Apply two styles problematic | Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
EnvironmentFirefox Reproducing Procedures
|
|||||
#5627 | textarea/textfield contents are editable | IE | Bug | closed | Normal | |
Description |
On 3.3.x branch the following bug is noticed. EnvironmentFirefox, IE Reproducing Procedures
|
|||||
#5628 | Incorrect <pre> merging | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#5629 | delete table column should consider about the nested table case | Review+ | Bug | closed | Normal | |
Description |
where,this is a update for 5577 5577,Garry said: |
|||||
#5632 | SCAYT decoration | Confirmed Review+ | Bug | closed | Normal | |
Description |
patch resolves problem with SCAYT decoration found during review of #5466 (SCAYT markup is overriden by color markup) This patch should be manually merged with #5572_2, but may be applied standalone. |
|||||
#5634 | In IE 8 Compatibility Mode need to click twice to edit | Confirmed IE | Bug | closed | Normal | |
Description |
IE 8 Compatibility Mode (and possibly IE 7) have to click twice inside the editor to be able to edit. On first click the blinking cursor appears, but contents are not editable. Have to click the second time. How to replicate: Open http://nightly.ckeditor.com/5430/_samples/replacebyclass.html in IE8 and enable Compatibility View. Click once inside the editor and try editing. |