Custom Query
Results (1201 - 1300 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority | ||
---|---|---|---|---|---|---|---|---|
#3940 | list operation doesn't stop at table | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3946 | Unable to hide contextmenu | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3947 | Arabic Language issues | Oracle Confirmed | Bug | closed | Normal | |||
Description |
Issues in the Arabic Language:
|
|||||||
#3948 | [IE] Preformatted selection problem | IE IBM Confirmed | Bug | closed | Normal | |||
Description |
There is an issue when selecting or deleting text that is formatted (<pre>).
To reproduce:
Result: Runtime Error, line 83. Error: 'nodeValue' is null
|
|||||||
#3949 | [IE] Preformatted edit problem | IBM IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
This issue may be related to #3948.
<pre>Test line 1 Test line 2</pre>
Notice that a space is added instead of a new line.
Result: <pre>Test line 1 Test line 2</pre> The actual result should be a new line, the space and "1" should not be on the new line |
|||||||
#3950 | [Safari] Insert column before/after problematic | IBM Confirmed WebKit Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Result is that the column is added to the beginning of the table and not before the selected column |
|||||||
#3951 | Reset size and lock ratio options not accessible in Image dialog | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
The two options "reset size" and "lock ratio" are not keyboard accessible. |
|||||||
#3953 | Keystroke for close Paste dialog | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Steps to reproduce:
Actual result: nothing happened Expected result: dialog is closed |
|||||||
#3954 | Templates in Template dialog not accessible | Confirmed | Bug | closed | Normal | |||
Description |
Templates are not keyboard accessible. |
|||||||
#3956 | About dialog doesn't work in Source Mode | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
About dialog doesn't work in Source Mode in IE. Opening causes JS error. |
|||||||
#3959 | [FF] Pasting content from Word causes problems | Firefox Confirmed IBM Review+ | Bug | closed | Normal | |||
Description |
When pasting content from a Word document that happens to have a date field the content styles are displayed incorrectly. The height of the text is incorrect and results in excessive overlapping (see attached example). Also, the table in the provided word document is removed. The incorrect font styles and the removed table issue only occur in FF. IE is working well.
To reproduce:
Using the same document with the date field removed fixes the style issue (see Test_doc_without_date.doc), although the table is still removed. Pasting directly into the content area preserves the table. |
|||||||
#3968 | About dialog layout is broken with IE+Standards+RTL | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
The about dialog layout is broken in the IE+Standards+RTL combination. |
|||||||
#3969 | Dialogs are too wide in FF2 | Confirmed Firefox Review+ | Bug | closed | Normal | |||
Description |
This is a regression... in FF2, the dialogs are 100% wide. |
|||||||
#3972 | Unable to remove list with enterMode=BR | Confirmed Firefox Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3973 | Bulleted List Bug IE8 | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
In the nightly build you can cause this error by doing the following: Type some text on a new line. Then bold and underline the text. Press ENTER to move to the next line. Then press the bulleted List Item on the toolbar to create a bulleted list. This causes a javascript error. |
|||||||
#3976 | Delete the domwalker.js file | Confirmed | Task | closed | Normal | |||
Description |
In #3304 we've completely removed all references to the domWalker class, but we forgot removing the domwalker.js file. This should be done at this point. |
|||||||
#3977 | Style plugin uses not existing CKEDITOR.tools.replace() | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Line 804 in plugins/style/plugin.js: return CKEDITOR.tools.replace( ' ', match.length - 1 ) + ' '; The test case also should be updated (core/tools.html). |
|||||||
#3980 | Use <label> for all labels in dialogs | IBM Confirmed | Bug | closed | Normal | |||
Description |
There are some labels in the dialogs that are being defined with <span> or <div> tags. We should instead use the proper <label> element for them. |
|||||||
#3982 | Enterkey on empty list item result weird | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3983 | Extra comma in toolbar definition causes JavaScript error in IE | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
When calling CKEDITOR.replace on this sample page http://72.197.202.64:33112/entries/show/5 with ie8 on a vista machine, I get the following Javascript Error 'length' is null or not an object ckeditor.js, line 67 character 1800 I do not get this error using Chrome or Firefox 3.5 |
|||||||
#3988 | [FF] Can not second save | Confirmed Review+ | Bug | closed | Normal | |||
Description |
In firefox (tested 3.0, 3.5) if send data via ajax and recreate editor second send no change text area. I create test file with sam error.
Text is set correctly
Old text is set |
|||||||
#3989 | Scrolling problem with IE and RTL pages | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
when using the editor in a rtl page [in IE], the x-scroller is stretching and when the client scrolls it all the way left you see something as 'Rich text editor, editor1'. for example, if using this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl"> <head> <script type="text/javascript" src="ckeditor.js"></script> <title>CKEditor Test</title> </head> <body> <textarea class="ckeditor" id="editor1"></textarea> </body> </html>
The output is:
|
|||||||
#3990 | [IE7/8] Con not start edit | IE Confirmed | Bug | closed | Normal | |||
Description |
Can not star editing text clicking everiwhere in texteditor. Must click on existing text line. Its problem if texteditor is empty. You must click on first empty line. Test with 3936 |
|||||||
#3991 | [IE] In quirks, text not visible in v2 and office2003 skins | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
All IE versions. In quirks, text is not visible in v2 and office2003 skins. Refer to attached screenshot. |
|||||||
#3992 | Fix core/ckeditor2 test | Confirmed Review+ | Task | closed | Normal | |||
Description |
There is a run-time error: CKEDITOR.loadFullCore is not a function http://localhost/edytor/CKEditor/trunk/_source/tests/core/ckeditor2.html Line 15 My suggestion is to replace the following line <script type="text/javascript" src="../../../ckeditor_source.js"></script> <!-- %REMOVE_LINE% with: <script type="text/javascript" src="../../../ckeditor_basic_source.js"></script> <!-- %REMOVE_LINE% |
|||||||
#3994 | Horizontal line issue | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Steps to reproduce:
Result: Chrome - new line was added at the beginning of the content IE - new line was added at the end of the content FF3 - no line due to JS error: parentNode is null http://localhost/edytor/CKEditor/trunk/_source/core/dom/node.js Line 197 |
|||||||
#3996 | startupFocus doesn't work if editor starts in Source mode | Confirmed Review? | Bug | closed | Normal | |||
Description |
startupFocus doesn't work if editor starts in Source Mode. Test Case in attachment. |
|||||||
#4001 | Using the link button on an image produces incorrect HTML code, and it doesn't work | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Bug in CKEditor (Nightly Build Revision 3936) OS: Windows XP Browser: Mozilla Firefox 3.5.1 (also tested in Google Chrome - same problem) Here's what I did:
Instead of generating <a href="http://targeturl"> code, it generates something like this: <img href="http://targeturl" ... > This happened in both the downloaded version on our test server, as well as your online demo. |
|||||||
#4003 | Markup on the image dialog disrupted when removing the border input | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
When removing the border option, the whole dialog markup is disrupted (on IE).
It only happens if the language uses RTL direction.
|
|||||||
#4007 | [IE8] Source area overflow from editor chrome | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
As we can see from the screenshot, the source area is obviously overflowed. Reproducing Environment
|
|||||||
#4014 | [FF2] no dialog button backgrounds | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
[FF2] no dialog button backgrounds, as visible on the screenshot. |
|||||||
#4015 | [FF2] RTL mode broken | Firefox Confirmed | Bug | closed | Normal | |||
Description |
RTL mode broken in FF2. This concerns:
|
|||||||
#4018 | [FF2] No richcombo text visible | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
After a click on editors content inline combo labels disappears. Firefox 2. |
|||||||
#4026 | [IE7] Office2003 skin has no toolbar button borders in High Contrast | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
[IE7] Office2003 skin has no toolbar button borders in High Contrast |
|||||||
#4028 | Maximize control's tool tip is wrong once it is maximized | Oracle Confirmed Review+ | Bug | closed | Normal | |||
Description |
Once the editor is maximized using the maximize control, the maximize control's tooltip should show as 'Minimize' instead of that it still shows as 'Maximize' |
|||||||
#4031 | [IE] Cursor shape on combo incorret | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Currently three different shapes of cursor displayed when you hover a combo, they're respectively: text,pointer,default. |
|||||||
#4035 | [IE6] Paste dialog size too small | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
See attached screenshot. |
|||||||
#4036 | [IE] Insert select control is causing error | IE Confirmed | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4041 | [IE] Remove multiple rows doesn't work | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4046 | Text align should respect EnterMode=br | Confirmed Review+ | Bug | closed | Normal | |||
Description |
This's a bug migration of #390. Reproducing Procedures
|
|||||||
#4048 | Context submenu lacks uiColor | Kama Confirmed Review+ | Bug | closed | Normal | |||
Description |
Context submenu lacks uiColor in Kama skin. |
|||||||
#4049 | Kama skin too wide with config.width | Kama Review+ Confirmed reopen | Bug | closed | Normal | |||
Description |
Kama skin is too wide when config.width is used. Difference is 12px, which cames from padding (2x 5px) and borders (2x 1px). Kama skin should include those measures when setting it's width to desired size. |
|||||||
#4053 | context menu missing form properties entry | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4056 | Hidden field problem | Confirmed Review+ | Bug | closed | Normal | |||
Description |
There were many problems with hidden fields. Reproducing Procedures
|
|||||||
#4058 | [FF3,5] Sometimes WYSYWIG area is not editable | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
Sometimes WYSYWIG area is not editable. Please try the attached test case. The core is loaded from my server (nightly build). Test: occurs in about 60% of cases, Firefox 3.5, reloading with F5, disabled cache. Works fine in other browsers. |
|||||||
#4064 | Indent messes up in lists | Confirmed | Bug | closed | Normal | |||
Description |
Refer to attached video TC. Reproduced on Chrome, FF2, but possibly all other browsers are affected. |
|||||||
#4067 | Fullpage support | Confirmed Review+ | New Feature | closed | Normal | |||
Description |
The editor don't actually have full page support yet despite of the existence of fullPage config entry. |
|||||||
#4072 | Cannot enter text below the horizontal line using Webkit | IBM Confirmed Safari Review+ | Bug | closed | Normal | |||
Description |
CK Editor does not allow entering text below the horizontal line created by the "Insert Horizontal Line" toolbar icon. This appears to be for Safari, only.
Steps to reproduce:
Expected result:
Actual result: |
|||||||
#4073 | The Text and Table template will not copy to the editor text area | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
The Text and Table template will not be copied to the CKEditor text area. This is a problem for IE, only. Steps to reproduce:
Expected result:
Actual result: Note 1: This scenario works if the browser is FF3 and Safari. Note 2: If Replace actual contents option is unchecked, this problem does not occur. |
|||||||
#4074 | Indent with classes error | Confirmed Review+ | Bug | closed | Normal | |||
Description |
If the following custom style is assigned for indent, the editor will throw Javascript error. /** * Indentation. */ config.indentClasses = [ 'Indent1', 'Indent2', 'Indent3' ] ; |
|||||||
#4075 | [IE] Custom basic style not working when nested | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4077 | [IE7] office and v2 skin combo align problem | IE7 Confirmed Review+ | Bug | closed | Normal | |||
Description |
The combo text box and trigger button is a bit mis-positioned. |
|||||||
#4078 | [IE7] v2 skin has empty group | IE7 Confirmed Review+ | Bug | closed | Normal | |||
Description |
An empty group appear at the front of the second row in toolbar with full-buttons mode. |
|||||||
#4082 | [IE+Quirks] Preview text in the image dialog is not wrapping | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
The preview text displayed in the Image dialog is not wrapping with IE7+Quirks. |
|||||||
#4084 | [FF] Image dialog using Kama skin sticks to left viewport border | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
In Firefox (3, 3.5) using Kama skin, after opening image dialog it sticks to left viewport border. Drag&drop it to the right is impossible. Quirks mode only, on pages with 3 editors, each with different skin. |
|||||||
#4085 | Paste and Paste from Word dialogs are not well styled in IE+RTL | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
The paste dialogs, except Paste as Plain Text, are wrongly rendered in IE+RTL. |
|||||||
#4086 | Released ui_languages.html requires the _source folder | Confirmed Review+ | Bug | closed | Normal | |||
Description |
After the FCKReleaser run, the ui_languages.html sample should point to the "../lang/_languages.js" file instead of "../_source/lang/_languages.js". |
|||||||
#4087 | [FF] Create list result incorrect with Ctrl-A | Confirmed Firefox Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4089 | Translation updates for Ukrainian | Confirmed Review+ | Bug | closed | Normal | |||
#4092 | [IE6] Close button missing for dialog without multiple tabs | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
The close button was not visible when open a dialog which has only one tab. Reproducing Environment
|
|||||||
#4096 | Editor content area pushed down in RTL quirks | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Editor content area pushed down in RTL quirks. All IEs affected. Attaching screenshot. |
|||||||
#4097 | [IE6] No undo snapshots for fontColor and bgColor | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Currently there's no undo/redo support for font-color and background-color buttons. |
|||||||
#4098 | Unable to leave list problem | Confirmed | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4100 | [IE] Navigation keyset has no effect with panel | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4102 | Translation updates for Croatian | Confirmed Review+ | New Feature | closed | Normal | |||
Description |
updated version |
|||||||
#4105 | Translation updates for French | Confirmed Review+ | Task | closed | Normal | |||
#4107 | Font combo inconsistency | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4108 | [Translation] Chinese elementsPath.eleTitle not translated | IBM Confirmed | Bug | closed | Normal | |||
Description |
The following item is not translated in Chinese: elementsPath :
|
|||||||
#4111 | JS error while applying style | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
Steps to reproduce:
Result: node is null http://localhost/edytor/CKEditor/trunk/_source/core/dom/range.js Line 1369 anonymous()range.js (line 1369) anonymous()range.js (line 1574) anonymous()plugin.js (line 75) applyBlockStyle()plugin.js (line 680) anonymous()plugin.js (line 130) applyStyle()plugin.js (line 1200) anonymous()plugin.js (line 115) anonymous()plugin.js (line 58) anonymous()plugin.js (line 257) anonymous()plugin.js (line 65) anonymous()tools.js (line 505) anonymous()tools.js (line 512) It is not an regression. |
|||||||
#4112 | [FF] Paste dialog has scrollbars in quirks | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
[FF] Paste dialog has scrollbars in quirks. Only v2 and office2003 skins are affected. |
|||||||
#4114 | [IE] RTE + IE6/IE7 Quirks = dialog mispositoned | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
Reproducing Environment
|
|||||||
#4115 | Updated Simplified Chinese language files | Confirmed Review+ | Task | closed | Normal | |||
#4116 | Translation updates for Italian | Confirmed | Task | closed | Normal | |||
Description |
Here is the Italian translation |
|||||||
#4117 | [IE] Transform image into imagebutton problem | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4118 | The dialog drag behaves strange (sometimes) | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Sometimes when a dialog opens, the attempt to drag it behaves strnage. The dialogs sudenly moves to the border of the document and stays sliding there, not moving to the center again. This one is difficult to reproduce. It's random, and may depend on the browser performance and dialog download time. It happend with FF3.5. |
|||||||
#4119 | [IE] Unable to edit link around image with image dialog | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4121 | About dialog title is incorrectly written in RTL | Confirmed Review+ | Bug | closed | Normal | |||
Description |
In all browsers, execept IE, the editor name is writter incorrectly: rotidEKC. |
|||||||
#4122 | IE: Image dialog has scroolbars when editing image | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
In IE only, when open the image dialog for an existing image the scrollbars appear. Actually the position of the dialog elements is wrong. It doens't happen when opening the dialog for a new image. |
|||||||
#4123 | IE7 quirks buttons broken | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
IE7 quirks buttons broken. Refer to attached screenshot. Additionally button wrapping space changes on hover. |
|||||||
#4125 | Remove Format removes SCAYT spans | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Steps to reproduce:
Result: SCAYT underline was removed |
|||||||
#4128 | [IE] Image dialog has scrollbar in quirksmode | Confirmed Pending HasPatch | Bug | closed | Normal | |||
Description |
Reproducing Environment |
|||||||
#4129 | [FF] Unable to remove list with Ctrl-A | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4132 | forcePasteAsPlainText is not documented | Confirmed | Bug | closed | Normal | |||
Description |
Browser: Firefox 3.5 OS: Windows XP Version fo CKEditor: 3.0 RC It does not seem, that the config setting "forcePasteAsPlainText" is documented in the ckeditor docs but the setting works fine with the editor. |
|||||||
#4133 | Some TCs from core/ckeditor is broken | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Those TC which are testing 'replace all' functions are broken probably because of duplicate creation on the same <textarea>. |
|||||||
#4134 | Add documentation for all configuration options | Confirmed Review- | Task | closed | Normal | |||
Description |
All configuration options must have in-code documentation. |
|||||||
#4135 | Adding all available TCs to testall | Confirmed Review+ | Task | closed | Normal | |||
#4137 | Fixing core/dom/documentFragment TCs | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Several TCs are failing because of typos. |
|||||||
#4139 | TCs in plugins/list are broken | Confirmed Review+ | Bug | closed | Normal | |||
Description | ||||||||
#4142 | TCs in plugins/htmldataprocessor broken in all browsers | Confirmed Review+ | Bug | closed | Normal | |||
Description |
|
|||||||
#4143 | plugins/domiterator TCs is breaking | Confirmed | Bug | closed | Normal | |||
Description |
|
|||||||
#4145 | [IE] core/bootstrap is suspended in IE | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
When opening core/bootstrap.html TCs separately, IE throwing errors shows that the core scripts is not loaded or executed at the right order, which breaks the TCs. |
|||||||
#4146 | TC of core\dom\node failed | Confirmed Review+ | Bug | closed | Normal | |||
Description |
TC test_getNext of the above test suite is broken because of a typo. |
|||||||
#4147 | [Safari] test_checkElementRemovable8 of plugins/styles failed in Safari | Safari Confirmed Review+ | Bug | closed | Normal | |||
Description |
The TC is failed due to different habit of webkit when emitting style text. |
|||||||
#4150 | TCs in core/dom/range are broken | Confirmed Review+ | Bug | closed | Normal | |||
Description |
test_extractContents series TCs are broken in "CKEDITOR.dom.range" because of [4014]. |
|||||||
#4151 | [FF2] test_toDataFormat_3 test fails | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
In Firefox2, test_toDataFormat_3 test from plugins/htmldataprocessor fails. Expected: <x:x><p>Test</p></x:x> Actual: <x:x></x:x><p>Test</p> |
|||||||
#4154 | Real descriptions must be set into CKEDITOR.config.smiley_descriptions | IBM Confirmed | Bug | closed | Normal | |||
Description |
The smiley_descriptions setting currently has just a few descriptions, and all of them are textual smileys, instead of real descriptions. |
|||||||
#4155 | TC of plugs/link broken in IE | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
The TC is breaking due to incorrect url of link with the protocol part. |
|||||||
#4165 | rtrim and ltrim fails in various browsers | Confirmed Review+ | Bug | closed | Normal | |||
Description |
From CKEDITOR.tools, rtrim and ltrim fails in various browsers (FF3.5, Safari4, FF2, FF3, Safari3). Full trim in done instead of trimming only the desired side. |
|||||||
#4166 | Translation updates for Vietnamese | Confirmed | New Feature | closed | Normal | |||
Description |
Completely translated. |
|||||||
#4167 | Remove the API docs from the release | Confirmed Review+ | Task | closed | Normal | |||
Description |
The current API docs makes the release size much bigger. We're currently talking about 11MB+ uncompressed, and 1MB compressed. And it's still quite uncomplete. So, it would be better to remove it from the distribution, having it online somewhere and even downloadable. This change would also help having the docs updated, so we can improve them even after the release. At the same time, we need to have a script that updates the API docs daily, so all these changes must come together to be able to close this ticket. |