Custom Query
Results (6401 - 6500 of 11754)
Ticket | Summary | Owner | Type | Priority | Milestone | Component |
---|---|---|---|---|---|---|
#6944 | User created plugin buttons not showing in Internet Explorer (IE8) | Bug | Normal | General | ||
Description |
Please look at the attached image. This happens to all user created plugin buttons including default placeholder plugin. In explorer, buttons will not show. Strangely, if I click on Source button, washed out versions of buttons will show. This happens to ALL explorers. Image was captured in CkEditor's own sample site. |
|||||
#6945 | Pasted blocks doesn't split inline element | Bug | Normal | Core : Pasting | ||
Description |
This bug can be reproduced even in the online demo website of ckeditor 1) write the three line of text for example: a b c 2) underline the first row (you can use the ctrl+u) 3)select the three line of text and paste it over immediately (you can do ctrl+c ctrl+v as a result of the copy paste as a result of the above operations the text will be shiffted down couple of lines and all the line will become underlined... here are the screen shots http://img543.imageshack.us/img543/7017/ckeditorbug1.jpg http://img529.imageshack.us/img529/6911/ckeditorbug2.jpg from this moment the underline/bold (maybe other functions as well) wont work anymore on the text and most of the time if you will try to play with the styles(underline/bold) a js will be thrown. Regards, Daniel. |
|||||
#6946 | [IE] copy and paste lists from own document leads into invalid lists | Bug | Normal | CKEditor 3.5.3 | Core : Parser | |
Description |
When copying and pasting lists in the CKEditor lists end up malformed in Internet Explorer (7 and 8). Test setup:
Now the bullets are gone. Visually it looks like one paragraph with between the two items a <br />
When pasting a subset of a list, the new pasted data should be wrapped in a <ul> tag in order to create valid code. |
|||||
#6947 | CKEditor maximize firefox bug | Bug | Normal | General | ||
Description |
I am using Firefox 3.6.13. When I hit the "Maximize" button, it does not maximize properly. There is no edit area visible, but if I hit the "Collapse Toolbar" button there is a TINY edit are I can see. I'm talking one line's worth. This is not occurring in IE8, Safari, or Chrome. See pics. |
|||||
#6949 | [[[Safari/chrome]]]: Cut & Copy options are not available in the context menu when we select some text | Bug | Normal | UI : Context Menu | ||
Description |
To reproduce the defect: 1) Open a CK Editor sample and type some text and select the text. 2) open the context menu Expected Result: Cut & Copy options should be enabled Actual Result: Cut & Copy options are always disabled. |
|||||
#6950 | Dialog for page-break-inside:avoid; in Tables | New Feature | Normal | UI : Dialogs | ||
Description |
We use to prepare CKEditor to prepare printable HTML documents. When we include longer tables with different table row size, it's very often our users want to make sure that one row or the full table are not split between two pages. It would be great to have an option in the table properties to prevent page break, e.g. a checkbox that sets the CSS page-break-inside:avoid. Similarly, a dialog in the table row is required. |
|||||
#6951 | Floating div element | New Feature | Normal | UI : Dialogs | ||
Description |
In some cases we define a table with multiple rows, but we want to float the rows into columns, e.g. we have a label printing challenge. The user defines one or many labels in a row, an we want to print them in a 2-column page. In HTML we would have the user to create a table with one column, many rows. And then put a <div style="width:50%;float: left"></div> around the table. Of course, the user may already align all rows in 2 columns, but in our scenario the user effectively creates only one cell. And using a mail merge functionality, the rows are generated. |
|||||
#6952 | Change font size / color in firefox 4.0b8 | Bug | Normal | Core : Selection | ||
Description |
In the latest Beta stable release of Firefox , ( also tested on Minefield) when trying to change font size , nothing happens. |
|||||
#6953 | Relative links turn to absolute after copy & paste on IE7 | Bug | Normal | CKEditor 3.5.1 | Core : Pasting | |
Description |
Relative links turn to absolute after copy & paste on IE7 Steps to reproduce:
Result: <p> This is <a href="http://nightly.ckeditor.com/6300/_samples/aaa">some </a><strong>sample text</strong>.</p> Expected: <p> This is <a href="aaa">some </a><strong>sample text</strong>.</p> Tested against nightly revision 6300 |
|||||
#6954 | FF4: content is always inserted at the beginning | Bug | Normal | General | ||
Description |
Insert the cursor somewhere in the middle of the text and use the Smiley dialog to insert a smiley. Result: the element is inserted at the very beginning, regardless of the cursor position. Confirmed in Firefox 4 Beta 8. It worked fine in CKEditor 3.3. |
|||||
#6955 | Attributes duplicated from current tag to new tag when inserting a new line | Bug | Normal | Core : Styles | ||
Description |
In any browser:
Expected: A new line should appear without content and without styling Actual: A new line without content is created, but the styling is copied from the previous line |
|||||
#6956 | Pasting Word text in FF3.6 does not maintain formatting, even though it works fine in FF3.5 and IE. | Bug | Normal | Plugin : Paste from Word | ||
Description |
Consider the attached MS Word document. On pasting the text into CKEditor, the formatting is maintained in Internet Explorer and earlier versions of FireFox. However pasting this text in FireFox3.6, leads to loss of formatting. in particular the heading text. This is a concern since FF3.6 is the latest version that many of our users are using. |
|||||
#6957 | Find is not highlighting the word in read-only blocks | Bug | Normal | Core : Styles | ||
Description |
To reproduce the defect:
Expected Result: non word in the first non editable paragraph should be highlighted. Expected Result: Find is not highlighting the non word in the first non editable but when we close the Find and Replace dialog you will see the word getting highlighted. |
|||||
#6958 | FF : we can't navigate up the read-only blocks using UP arrow key | Bug | Normal | General | ||
Description |
To reproduce the defect
Expected Result: we should be able to navigate to the other paragraph using UP arrow key. Actual Result: No matter how many no of times we press the arrow key cursor still remains at the beginning of last paragraph. |
|||||
#6959 | Opera/safari : we can't copy content when the first paragraph/div in the content is read only. | Bug | Normal | General | ||
Description |
To reproduce the defect:
<p contenteditable="false"> first non editable paragraph.</p> <p> first editable paragraph.</p> <p contenteditable="false"> second non editable paragraph.</p> <p> second editable paragraph.</p>
Expected Result: All the paragraphs that we have copied in step 2 should be pasted. Actual Result: Nothing is pasted. same bahaviur happens when we have div's instead of paragraphs. |
|||||
#6960 | Opera we can't copy the read only paragraphs [CORE-35866] | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: content that we have copied in step 2 should be pasted. Actual Result: Nothing is pasted. same behaviour happens when we have div's instead of paragraphs. |
|||||
#6961 | Creating a table with no borders creates table with top border line | Bug | Normal | General | ||
Description |
I tried creating several tables or various sizes with various types of content in each. In every case, even with border set to 0, I get a top border line. See attached image. I have the latest version (4 days ago) that came off the drupal org website. What are my work arounds? Thanks |
|||||
#6962 | Opera: problems with "small hard sign" in russian: ъ | Bug | Normal | CKEditor 3.6.1 | General | |
Description |
Decription in Russian and suggested solution for v.2 is here: http://lusever.livejournal.com/50932.html and it's not working for 3.5 Problem is when user press "ъ" key, it's interpreted as CTRL+B (bold) combination so user could not input "ъ" in editor. |
|||||
#6963 | The Cell Properties dialog definition sets the width of the Width and Height fields to 100 pixels | Bug | Normal | UI : Dialogs | ||
Description |
The Cell Properties dialog definition specifies a width of 100 pixels for the cell width and height fields. This overrides any affect the skin has of the fields width which causes the two fields to have a different width compared to the other fields. |
|||||
#6964 | Custom icon disappeared in IE | Bug | Normal | UI : Toolbar | ||
Description |
Custom icons for buttons are missing since 3.5 in IE. I'm having this problem with gif images. Removing in Developer Tools the following CSS rule "solves" the problem: cke_skin_kama .cke_browser_ie .cke_button .cke_icon { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale') } check the attached sample to reproduce the issue. |
|||||
#6966 | <p> Tag Gets Added in Editor Text | Bug | Normal | CKEditor 3.5.3 | Core : Keystrokes | |
Description |
I have set the configuration file to not show <p> tag at the beginning and end of the editor text using the property "config.enterMode = CKEDITOR.ENTER_BR;". It works fine at initial load of editor control, however when I write something in the control and the use backspace key to remove it and then write something else then it adds the <p> tag at the beginning and end of the editor text. |
|||||
#6967 | IE: autogrow plug in is not working properly | Bug | Normal | General | ||
Description |
To reproduce the defect:
Expected Result: Editor body size should increase automatically with out any scrollbars no matter how many paragraphs we created in editor body. Actual Result: In IE6 & IE7 we are getting scrollbars in editor body after 5 empty paragraphs or after 11 lines of text in a paragraph. In IE8 we are getting scrollbars after 15 empty paragraphs. |
|||||
#6968 | Problem with edit objects [FF] | Bug | Normal | Core : Selection | ||
Description |
Summary: With Firefox, there are no ways to edit select, radio and checkbox objects, not being able to select them by double clicking, it is not possible to edit by context menu. Environment: Tested on version 3.5 and on the website nigdly biuld 6317. FF3: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Ant.com Toolbar 1.4 Firefox/3.0.10, Ant.com Toolbar 1.3 Edit doesn't works Chrome: it works Opera: it works |
|||||
#6969 | Safari on Mac : Cursor goes out of editor body when auto grow kicks in | Bug | Normal | General | ||
Description |
To reproduce the defect;
Expected Result: Editor body size should increase automatically with out any scrollbars no matter how many paragraphs we created in editor body. Actual Result: we will see a scrollbar for few seconds and cursor goes out of editor body
Expected Result: Empty paragraph is deleted & cursor goes to previous empty paragraph Actual Result: Empty paragraph is deleted and cursor goes out of editor body. |
|||||
#6970 | IE: Dialog borders broken in v2 and office2003 skins | Bug | Normal | CKEditor 3.5.1 | UI : Dialogs | |
Description |
In IE, when using the v2 or office2003 skins, dialog boxes have a gap in their borders. For most dialog boxes this is a 1px gap near the bottom of the dialog, but for the image dialog it's larger. This can be seen in the CKEditor Sample by just changing the skin to v2 or office2003 in the config and then opening a dialog box. Have found this problem in IE6, IE7, IE8 and IE9 Beta 1. The only difference is that in IE6 the gap is near the top of the dialog instead of the bottom. |
|||||
#6971 | string "important" in content crash ckeditor loading interface | Bug | Normal | General | ||
Description |
Hi, We discover a strange problem. When you wrote an article containing the string "important" and trying to reload the ckeditor interface (for example), the XHR process crash width status "aborted" (firebug network tab information) and the interface cannot loading the content. After delete all words or string which contained the "important" string of the current article, the problem disappear. For the time, we recommand to our clients to found synonyms '... So...maybe "important" is a reserved word for the interface or xhr process ? Thx for help ! PS : and sorry for my english speaking...i am french :) |
|||||
#6972 | htmlparser about li/dt/dd | Bug | Normal | Core : Parser | ||
Description |
steps: 1.open http://ckeditor.com/demo 2.switch to source code mode 3.input malformed html : <li>1</li> <dt>2</dt> <dd>3</dd> (of course the above html are input by somebody who is not so smart :( ) expected : hope to see the list ,the html after parsed should be : <ul> <li> 1</li> </ul> <dl> <dt> 2</dt> <dd> 3</dd> </dl> actually : error,see pic ps1: at the svn trunk code ,things are better ,but html generated do not conform to xhtml dtd (same with input): <li>1</li> <dt>2</dt> <dd>3</dd> ps2: i provide a patch to trunk ,but i am not sure ,it is not tested extensively . |
|||||
#6973 | Opera: Paste from Word functionality is not working | Bug | Normal | Plugin : Paste from Word | ||
Description |
To reproduce the defect: Copy the content from any of the attached doc's with this ticket and paste in to the editor using Ctrl + V or Paste dialog Expected Result: Document text should paste properly. Actual Result: Document is not pasted properly for some doc's it's not pasting any content. if you want i can provide you with some more doc's |
|||||
#6975 | Edit definition lists crashes IE 7,8,9 | Bug | Normal | CKEditor 3.6.1 | Core : DTD | |
Description |
Steps to reproduce: Go to: http://nightly.ckeditor.com/6325/_samples/output_xhtml.html Or: http://ckeditor.com/demo
Notice: It works with only <dt>'s inside <dl>: <dl> <dt>Coffee</dt> <dt>Milk</dt> </dl> Browser name and OS: IE 7.0.5730.11 - MS Windows Server 2003 |
|||||
#6976 | about override in styles | Bug | Normal | Core : Styles | ||
Description |
steps: 1.open www.ckeditor.com/demo 2.switch to source mode,input html: <p> 12345678<font style="background-color: rgb(130, 130, 130);">xyzabcd</font>9012345678</p> 3.switch to wysiwyg mode and place cursor between 'y' and 'z', then click background button , select '自动'
'xyzabcd' does not have background-color.
unchanged 5.select '8xyzabcd9' ,then click background button ,select red color
generate code : <p> 1234567<span style="background-color: rgb(255, 0, 0);">8xyzabcd9</span>012345678</p> actual code (too bloated): <p> 1234567<span style="background-color: rgb(255, 0, 0);">8</span><font style="background-color: rgb(130, 130, 130);"><span style="background-color: rgb(255, 0, 0);">xyzabcd</span></font><span style="background-color: rgb(255, 0, 0);">9</span>012345678</p> ps:in trunk ,result is error : <p> 1234567<span style="background-color: rgb(255, 0, 0);">8<font style="background-color: rgb(130, 130, 130);">xyzabcd</font>9</span>012345678</p> ps2: i provide a patch for trunk, add consideration about override element's style |
|||||
#6978 | Opera: flash preview doesn't work on Windows XP | Bug | Normal | UI : Dialogs | ||
Description |
Steps to reproduce the defect:
Expected: A preview of the flash content can be seen in the preview pane of the dialog. Actual: The flash preview does not appear in the preview pane. (Tested on Opera 11.00 and Windows XP) |
|||||
#6979 | Applying style throws error when the selection ends inside a readonly element | Bug | Normal | Core : Styles | ||
Description |
Apply a block style or a color/bg color. JS error is thrown. |
|||||
#6980 | Enable Flash Menu and Allow Fullscreen variables for Flash not working | Bug | Normal | General | ||
Description |
To reproduce the defect: Scenario 1:
Expected Result: Enable Full Screen option should not be shown for the flash video. Actual Result: FF & Safari it is showing Full Screen option for the flash video. Scenario 2:
Expected Result: Enable Full Screen option should be shown for the flash video and When we open context menu on the flash video it should not show flash menu options(Quality, Zoom, Print & Show all). Actual Result: IE & Opera it is not showing the Enable Full Screen option for the flash video. IE When we open context menu on the flash video it is showing flash menu options(Quality, Zoom, Print & Show all). |
|||||
#6981 | New translation for en-gb | Bug | Normal | CKEditor 3.5.1 | UI : Language | |
Description |
Hi, I've attached a new en-gb.js translation based on the trunk version in subversion. |
|||||
#6982 | Full page mode: moving image creates another body element | Bug | Normal | General | ||
Description |
Confirmed on Chrome @ Mac using the full page sample. Steps to reproduce
|
|||||
#6983 | Issue with CKEditor in IE - HTML table structure not displayed properly | Bug | Normal | General | ||
Description |
Hi, I was looking WYSIWYG editor and I started using CKEditor. My requirement is to manage some email templates. The template will contain lot of tables nested in it. User must be able to edit the contents in table cells. But when the content is displayed in the textarea, the HTML tables are not displayed correctly in IE. Various rows and columns are misplaced. But it was working fine in FF. Has anyone faced this issue before. Could anyone help me please?? Thanks Ajith |
|||||
#6984 | Line breaks are lost when enter mode is br | Bug | Normal | CKEditor 3.5.3 | Core : Output Data | |
Description |
Confirmed in Firefox 3.6.13, Safari and Opera. Steps to reproduce
Regression introduced with [5750]. Note that the real problem in #5293 was unwanted line break in a "supposed to be empty" document so that developers could detect whether user typed something to create a page or not. It was not a problem with an extra line break at the end of the document with some real content. |
|||||
#6985 | Whitespace lost on paste in FF | Bug | Normal | Core : Pasting | ||
Description |
When you copy and paste some text, leading whitespace is removed on FF only. This is easy to reproduce just copy some text with a space as the first character, when you paste it the space is not preserved. Seems to work on IE and WebKit so not sure whether this is something that can be controlled or not. This can be replicated on the demo http://ckeditor.com/demo |
|||||
#6986 | insertElement with partial list selection | Bug | Normal | General | ||
Description |
|
|||||
#6987 | IE: insertHtml inserts content at the beginning and ignores the selection | Bug | Normal | CKEditor 3.5.3 | General | |
Description |
Regression, probably caused by [5962]. To reproduce, use the attached api_dialog sample. When calling insertHtml from a dialog, content is inserted always at the beginning, the initial selection is ignored. Confirmed in IE8. |
|||||
#6988 | Combo box should be reset on mode switch | Bug | Normal | UI : Toolbar | ||
Description |
Combo box should get reset on mode switch, as it seems incorrect when you go back to wysiwyg mode and you still have the old values there of the selection you've made before going to source. |
|||||
#6989 | Update copyrights | Task | Normal | CKEditor 3.5.1 | General | |
#6990 | Couldn't display plugins icons in IE7/IE8 | Bug | Normal | UI : Toolbar | ||
Description |
The icons of my custom plugins could not display in IE7,8.It could display very well in IE 6 and Firefox and Chrome,this bug bothered me for a very long time until I changed my Ckeditor to version 34.3. I hope you can fix it in the next version. |
|||||
#6991 | Updated the Finnish translation | Bug | Normal | CKEditor 3.5.1 | UI : Language | |
Description |
Updated the Finnish translation |
|||||
#6992 | [IE7] Selection error when typing text after table | Bug | Normal | CKEditor 3.5.1 | Core : Selection | |
Description |
The bug is only reproducible in and below IE7:
|
|||||
#6993 | Table borders are not displayed when the editor is saved | Bug | Normal | Core : Tables | ||
Description |
Steps to reproduce the defect:
Expected: A table is displayed and the table borders are visible. Actual: The table borders are not visible. (even if you set the borders manually) |
|||||
#6994 | Sample page global css leak | Bug | Normal | CKEditor 3.5.1 | UI : Dialogs | |
Description |
Note that [6336] has introduced certain css change to the page, which affects editors styles, e.g. the "Find" dialog checkboxes and labels are now layout in two rows. |
|||||
#6996 | destroy() behaves incorrectly if called too soon after instance created | Bug | Normal | General | ||
Description |
Example code: <html> <head> <script type="text/javascript" src="ckeditor.js"></script> </head> <body> <textarea name="test" rows="20" id="test"></textarea> <script type="text/javascript">//<![CDATA[ CKEDITOR.on('instanceReady', function(evt) { test_editor.destroy(); }); var test_editor = CKEDITOR.replace('test'); //]]></script> </body> </html> Expected behavior: After the editor instance is destroyed, the original textarea should be restored. Actual behavior: The editor instance is destroyed, but the original textarea is not restored. It still exists, but is hidden via a 'display:none' CSS attribute. If the destroy() call is delayed at least a second after instanceReady is fired, the textarea is properly restored. |
|||||
#6997 | [IE8] <dt> tag breaks CKEDITOR, Stack Overflow 26 | Bug | Normal | General | ||
Description |
The user has entered incorrect HTML data: <p>
<p>
</p> As you can see here, all of the HTML are closed but <dt> here standing alone and the lable has a for but no element for it. I am getting an error stating: Stack Overflow 26, in IE 8. there is no errors in FF or Chrome. Using version 3.5. jQuery 1.4.2 jQuery UI 1.8.6 |
|||||
#6999 | IE: cursor jumps above horizontal line after clicking below it | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Enter mode = P (default). Confirmed in IE6 and IE7. Steps to reproduce
Looks like a regression introduced with [6337]. |
|||||
#7001 | Cannot delete a line (paragraph) below the table | Bug | Normal | General | ||
Description |
It is impossible to end a document with a table. CKEditor is adding an extra paragraph at the end. Caused by #5766. |
|||||
#7002 | [IE] Undo when table is selected results in an error | Bug | Normal | Core : Undo & Redo | ||
Description |
JS error is thrown in the selection plugin. |
|||||
#7004 | Allow to load plugin translations even if they aren't included in the plugin definition | New Feature | Normal | CKEditor 3.5.3 | General | |
Description |
Currently only translations that are defined in the lang property of a plugin are used. With a little fix and adjustment it's possible to use the translations that are already defined. |
|||||
#7007 | IE : Bulleted/Numbered lists created with Paragraph formatting can not be deleted using backspace | Bug | Normal | Core : Lists | ||
Description |
To reproducible the defect:
Expected: The Bullet is deleted. Actual: The Bullet is not deleted. |
|||||
#7008 | Clipboard toolbar status wrong | Bug | Normal | CKEditor 3.5.1 | UI : Toolbar | |
Description |
|
|||||
#7009 | [IE] Incorrect copy button state | Bug | Normal | UI : Toolbar | ||
Description |
|
|||||
#7011 | Nested list with different direction | Bug | Normal | Core : BiDi | ||
Description |
|
|||||
#7013 | DIV is not used for BIDI in enterBR | Bug | Normal | CKEditor 3.5.1 | Core : BiDi | |
Description |
Text direction is still using P as the container when in enter br mode. |
|||||
#7014 | Samples - Ajax - error on page, when Create/Remove button is pressed one by one | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Test case
Expected result Actual result Error is thrown line 141 char 237 error: 'element' is null or not an object code: 0
Error does not occur in previous versions of samples. Probably IE6 is much slower in refreshing new ajax sample. |
|||||
#7016 | [enterBr] apply text direction to fully list selection | Bug | Normal | CKEditor 3.5.1 | Core : BiDi | |
Description |
|
|||||
#7018 | [IE] Combo boxes have no border in office2003/v2 | Bug | Normal | CKEditor 3.5.3 | UI : Skins | |
Description |
Note that starting with v3.5, combo boxes in IE don't have border around them. Regression of [5911]. |
|||||
#7019 | Webkit: Selection stops before input elements | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Using the following: Te[xt<input type="text" />Te]xt Select a color. Note that the selection now only contains the part before the input. |
|||||
#7020 | Webkit: Applying direction to certian table selection ruins the table | Bug | Normal | CKEditor 3.5.1 | Core : BiDi | |
Description |
Note that the table is corrupted. |
|||||
#7021 | insertElement fails with a few cells selected | Bug | Normal | General | ||
Description |
Similar to #6432 and #6986. Behaviour of insertElement should be revised to handle a few cells selected. |
|||||
#7023 | IE: JS error when Selection field inserted on page | Bug | Normal | CKEditor 3.5.3 | General | |
Description |
TC
Expected result:
Actual result Selection field is added to edit area, but JS error is thrown Line 14 char 1708 error 'parentNode' is null or not an object
Error was not shown in CKE v3.5, under IE |
|||||
#7024 | Firefox: incorrect button state | Bug | Normal | General | ||
Description |
In some situations the "Bold" button is not working as expected.
Note: it is enough to click somewhere outside of the strong element in the editing area to fix the problem (e.g. after clicking on "You" and then on "sample text", the button started working). Regression since 3.4. |
|||||
#7025 | Safari, Mac: Placeholder - "Edit Placeholder" is missing in the context menu | Bug | Normal | General | ||
Description |
Right-click on the "sample placeholder" element. Result: "Edit Placeholder" is not there. |
|||||
#7026 | Image with setting float:left, covering numbers/bullets in list | Bug | Normal | Core : Lists | ||
Description |
TC:
Code example: <p> <img alt="" src="http://dev.ckeditor.com/logo_ck_editor.png" style="float: left; width: 32px; height: 120px" />paragraph with image</p> <ol> <li> list1</li> <li> list2</li> <li> list3</li> </ol>
Expected result:
Actual result Also applies BIDI |
|||||
#7027 | Safari, Mac: Placeholder - initial values are not loaded in the dialog | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Double click on "sample placeholder" in the placeholder sample (_samples/placeholder.html). "Placeholder Properties" dialog is opened, but initial values are not loaded. Regression caused by [6303]. |
|||||
#7028 | Replace doesn't work and JavaScript error occurs | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Regression caused by [6334]. steps to reproduce
Safari: INDEX_SIZE_ERR: DOM Exception 1: Index or size was negative, or greater than the allowed value. Firefox: Index or size is negative or greater than the allowed amount" code: "1 |
|||||
#7029 | fck_editorarea.css doesn't work in IE | Bug | Normal | General | ||
Description |
Please Help, I'm trying to make new Headings created in the Format box of the FCKEditor ver 2.6.4, reflect the CSS. I have updated fck_editorarea.css and can see the correspoding CSS in Firefox but not in IE. Please help i can't find a solution anywhere. Thanks |
|||||
#7030 | creating custom heading in Format box | Bug | Normal | General | ||
Description |
I'm trying to create new Headings in the Format combo box. They now appear in the list of drop down options and when initialy applied to a word they reflect the correspoding css file. However if i click Source and then back to the editor, it loses the CSS and returns to Normal. I have put Show Blocks on and it appears as if the new heading tags aren't being added to the DIV block. See image below. Please Help, have been trying to update these Headings with no success. |
|||||
#7031 | Webkit: It is possible to write inside a textarea | Bug | Normal | General | ||
Description |
In WebKit, create a textarea and click on it. Writing is possible. |
|||||
#7032 | List item still selected after remove style | Bug | Normal | UI : Floating Panel | ||
Description |
The following behavior is notified on webkit and FF.
|
|||||
#7034 | Insert special char into styled text | Bug | Normal | CKEditor 3.5.3 | General | |
Description |
For unknown reason one important change (special char should use insertText) in 3.5 is not merged to trunk when integrating 3.5.x. |
|||||
#7035 | Inserting element when all contents of list is selected removes the list | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Use the following: <ul> <li> [a]</li> </ul> Insert a smiley. The list is removed. |
|||||
#7036 | Webkit: Autogrow scrolls the host page | Bug | Normal | General | ||
Description |
Note that the host page scrolls up. |
|||||
#7037 | Incorrect remove preformatted block | Bug | Normal | CKEditor 3.5.1 | Core : Styles | |
Description |
|
|||||
#7039 | <UL> but no <LI>'s | Bug | Normal | General | ||
Description |
If I enter an unordered list OR an ordered list I get no <li> items within the list just <ul> content content content </ul> so no bullet points and no list. Am I not doing something I should be or is this a bug? |
|||||
#7040 | FF3: office2003 skin toolbar buttons and pulldowns selection area shown half height | Bug | Normal | UI : Toolbar | ||
Description |
A picture is worth a 1000 words, see the attached file (jpg) I adjusted the height of the following in ckeditor/skins/office2003/editor.css to correct this for us. However, it would be nice if it showed correctly out of the box instead of having to fix it with every new version of ckeditor. IE7 and IE8 show the heights correctly. |
|||||
#7041 | Firefox: Unable to escape from the link | Bug | Normal | CKEditor 3.5.1 | Core : Styles | |
Description |
Regression caused by [6272]. Confirmed in Firefox @ Win 7 and Firefox @ Mac.
|
|||||
#7043 | Cursor jumps at the beginning of the editing area after inserting a link | Bug | Normal | CKEditor 3.5.1 | General | |
Description |
Connected with #7041. Regression caused by [6272]. Confirmed in Firefox @ Win 7. Steps to reproduce
|
|||||
#7044 | Create a BBCode sample | New Feature | Normal | CKEditor 3.6 | Core : Parser | |
Description |
It would be nice to have a sample BBCode plugin, just to show that CKEditor is capable to produce other markup than HTML. As a sample set of bbcodes to support we could take the following list from phpBB forum: BBCode guide. Note that the color tag may require #1653 to be fixed. Things we could show on the sample page:
|
|||||
#7045 | Full set of special symbols, esp. Greek | New Feature | Normal | General | ||
Description |
Ticket 6942 describes a suggested change that would be *highly* desirable. It even purports to have a working implementation. Please include it in the development stream. Not having the full set of HTML entities available in CKEditor will mean that we will be using a different editor for our current project. |
|||||
#7048 | [enterBr] undesired paragraph appears when content is deleted | Bug | Normal | Core : Styles | ||
Description |
Confirmed in IE8. When enterMode = CKEDITOR.ENTER_BR in some situations IE wraps the content with a paragraph.
|
|||||
#7049 | Find highlight not available on readonly elements. | Bug | Normal | General | ||
Description |
|
|||||
#7050 | Remove format doesn't exit from link | Bug | Normal | Core : Styles | ||
Description |
|
|||||
#7052 | ckeditor 3.4 manage utf-8 on FF | Bug | Normal | General | ||
Description |
Hello sir, there is a diffrent behavious beetween IE and others navigator ex: FF when i retrieve this text (attachment file) that contain a russian text, it seem that it work well in IE contratry to others navigator. in the case which i try to put a simple phrase in russian or other unicode characters, the retrieve is right. i think there is a bug in CKEditor when the text unicode is inside a table, the manage of utf-8 in our application work very good because we use an other framework (extjs) and we have not a problem. Can you help me please and excuse me for my poor english expression. |
|||||
#7054 | Special Character dialog window has all-caps tooltips which are unreadable | Bug | Normal | CKEditor 3.5.3 | UI : Dialogs | |
Description |
The Select Special Character dialog window contains mouse-over tooltips that are written in uppercase (all capitalized). This makes the descriptions difficult to read, decreasing the usability of this feature. The proposed patch modifies the _source/plugins/specialchar/lang/en.js file, replacing the uppercase words with "as in sentence" notation. |
|||||
#7055 | Update Polish language file | Task | Normal | CKEditor 3.5.1 | UI : Language | |
Description |
Updated Polish language file with 100% completeness attached. |
|||||
#7056 | Integration in a VS user control with WebBrowser | Bug | Normal | General | ||
Description |
Hello,
|
|||||
#7057 | [FF] Mixed dir list displayed wrong | Bug | Normal | General | ||
Description |
Mixed dir list displayed wrong on FF 3.6 windows using a following content. <ul dir="rtl"> <li> LI</li> <li dir="ltr"> LI</li> <li> LI</li> </ul> |
|||||
#7058 | [Opera] Selection enlarges wrongly | Bug | Normal | General | ||
Description |
[Opera] Selection enlarges wrongly.
|
|||||
#7059 | [FF] Toolbar state freezes | Bug | Normal | General | ||
Description |
Toolbar state freezes in FF 3.6 windows after following operation:
Result: New text is bold, but a toolbar Bold button is not turned on. |
|||||
#7060 | [Opera] Input field invisible | Bug | Normal | General | ||
Description |
In Opera, input field is invisible |
|||||
#7061 | [Opera] Keyboard navigation not working in dialogs | Bug | Normal | General | ||
Description |
Opera keyboard navigation not working in dialogs, for ex in a Special char dialog. |
|||||
#7062 | [Opera] Dialog dragging only on a left edge | Bug | Normal | General | ||
Description |
Dialog dragging is possible only only on a left edge of a viewport. |
|||||
#7063 | [Opera] When opening dialog, a page is scrolled to the top | Bug | Normal | General | ||
Description |
When opening dialog, a page is scrolled to the top. Opera. |
|||||
#7064 | [Opera] Dialog borders are broken for Office and V2 skins | Bug | Normal | General | ||
Description |
Dialog borders are broken for Office and V2 skins. Opera. |
|||||
#7065 | BR in pre-formatted doesn't create paragraphs | Bug | Normal | Core : Styles | ||
Description |
In Firefox,
|