Custom Query
Results (1801 - 1835 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#5828 | [ContentEditable] Infinite script loop can be easily fired | Confirmed Review? | Bug | closed | Normal | |
Description |
<p>Para 1</p> <p><span contenteditable="false">Non Editable</span></p> <p>Para 2</p>
Current results: The script will loop, blocking the browser. This happens when creating lists also. Expected results: All paragraphs (including the one with the read only content) should get indented. This one is related to the contenteditable feature branch. |
|||||
#5829 | Start Values for Roman & Alpha Numbered Types are not working | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Numbered list Type changes to Upper Alpha Type and the list Starts with D Actual Result: Numbered list Type changes to Upper Alpha Type but the list Starts with A and when you open the Numbered List Properties dialog again you will see the Start Value as D Same behaviour happens with Lower Alpha,Upper & Lower Roman Numbered list types. |
|||||
#5832 | Jquery adapter sample and SSL | Confirmed Review+ | Bug | closed | Normal | |
Description |
In Jquery adapter sample we have: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> so as a result in IE a warning is shown ("unsafe content"). Proposed fix: http -> https Simple bug, so targeting to 3.4. |
|||||
#5833 | [ContentEditable] Remove list is broken | Confirmed | Bug | closed | Normal | |
Description |
<ul> <li>Para 1</li> <li><span contenteditable="false">Non Editable</span></li> <li>Para 2</li> </ul>
Current results: Only two items get remove and a js error is thrown. This one is related to the contenteditable feature branch. |
|||||
#5836 | [ContentEditable] Wrong inline styles result when selection start with readonly element | Confirmed | Bug | closed | Normal | |
Description |
<p>Para [1</p> <p contenteditable="false">Non] Editable</p> <p>Para 2</p>
Current results: <p> Para <strong>1</strong></p> <p contenteditable="false"> <span>Non Editable</span></p> <p> <strong>Para 2</strong></p> Expected results: <p> Para <strong>1</strong></p> <p contenteditable="false"> <span>Non Editable</span></p> <p> Para 2</p> Reproduced on the contenteditable feature branch. |
|||||
#5838 | [ContentEditable] Context menu modify readonly elements | Confirmed | Bug | closed | Normal | |
Description |
Right now context menu could be opened on non-editable element which lead to unrestricted modification, e.g. images. This one is related to the contenteditable feature branch. |
|||||
#5840 | Clicking CTRL+A inside the URL input in the Image dialog moves to the next input | Confirmed Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce
Expected result: the whole text inside the field is selected. |
|||||
#5845 | Changing Number/Bullet List Style looses Cursor Positioning | IBM Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Cursor stays next to the new Roman Number inserted and when we start typing the text the new text appears as first list item. Actual Result: we could not see where the cursor is and when we start typing the text the new text replaces the new Roam Number that was inserted. If you are in the Starting line of a Nested numbered list,and when we start typing the text, the new text replaces the new roman number inserted and the new text concatenates with the text in the last list item at the previous level Same behaviour happens with Bullets |
|||||
#5846 | Undo not working properly with Numbered/Bullet list Styles | IBM Confirmed Review- | Bug | closed | Normal | |
Description |
To reproduce the defect:
Expected Result: Numbered list Type should change back to Upper Roman. Actual Result: Numbered List Type is changing back to default Type(Decimal). Same behaviour happens with Bullets |
|||||
#5860 | [IE] > in attribute values are incorrectly escaped | Confirmed Review+ | Bug | closed | Normal | |
#5863 | Alignment or formatting is not applied to selected cell text. | IBM IE Confirmed | Bug | closed | Normal | |
Description |
|
|||||
#5871 | Adding new line doesn't keep format in Safari and Chrome | Confirmed WebKit | Bug | closed | Normal | |
Description |
When new line is added, all formatting is lost. This bug happens only in Chrome and Safari. Works ok for IE6, IE7, Opera and FF.
|
|||||
#5887 | Make the smilies table's columns number configurable | Confirmed Review+ | Bug | closed | Normal | |
Description |
The number of columns displayed in the smilies matrix should be configurable. |
|||||
#5900 | [IE7] CKEditor looses content when Google toolbar spell check button used. | IBM Confirmed CantFix | Bug | closed | Normal | |
Description |
|
|||||
#5902 | paste and pastetext dialogs can not be skinned easily. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
The paste and pastetext dialogs are built using HTML UI elements. The HTML contains hard-coded style attribute values, as the following code from the pastetext dialog shows: { type : 'html', id : 'content', style : 'width:340px;height:170px', html : '<textarea style="' + 'width:346px;' + 'height:170px;' + 'resize: none;' + 'direction:' + editor.config.contentsLangDirection + ';' + 'border:1px solid black;' + 'background-color:white">' + '</textarea>', As with the image and flash dialogs, can the tags in the HTML content be given an id attribute, and the style moved out to the skin's dialog.css. Only dynamic styles should remain. |
|||||
#5906 | Editor is flickering when we click the Format/Font/Size control | Oracle Confirmed | Bug | closed | Normal | |
Description |
In Quirks and RTL mode, when we select the Format/Font/Size control there is a horizontal scroll displayed for a sec and that causes the editor flickering. Attached a sample file to reproduce. |
|||||
#5916 | Make the special character dialog extendable | Confirmed | New Feature | closed | Normal | |
Description |
Right now if someone wants to add special characters to the dialog (like alpha, beta, gamma, delta), he is forced to change the source code of the editor. In the simplest scenario we could at least have a configuration option, which would be used when constructing the chars array (a list of chars to be added to the end of the default array, alternatively the whole array could be a configuration option). Sample post where user is asking for this feature: http://cksource.com/forums/viewtopic.php?f=11&t=18519 |
|||||
#5918 | BIDI: [IE8] Paragraphs with dir="rtl" display with resize handles | IBM Confirmed CantFix | Bug | closed | Normal | |
Description |
When using IE8 in non-compatibility mode, any paragraph that has dir="rtl" will display with resize handles. Tested on nightly build. |
|||||
#5925 | Read-only regions modifiable via find/replace | IBM Confirmed | Bug | closed | Normal | |
Description |
3.4 Beta Run the code example which uses contentEditable=false. Open Find/Replace dialog. Try replacing a word in the read-only content. The action succeeds. |
|||||
#5929 | Cursor not move inside style elements | Chrome Confirmed | Bug | closed | Normal | |
Description |
I'm not sure if this is a bug (i.e. the code say A and does B), but for sure it seems an usability issue, so I report it. Looking at the source styles/plugin.js, inside applyInlineStyle() function, there is if (range.collapsed) { // ... // Place the selection right inside the empty element. range.moveToPosition( collapsedElement, CKEDITOR.POSITION_BEFORE_END ); // ... } Which, according to range's source code, shall move the caret inside the collapsedElement element, but when typing, text is written before that element. Tried on the current night build (5649) in Chrome on GNU/Linux. To reproduce:
|
|||||
#5933 | Text/Background Color panels have scrollbars | Confirmed Review+ | Bug | closed | Normal | |
Description |
Open Skins example. Note that Text/Background Color panels have scrollbars in Office2003 and v2 skins. |
|||||
#5959 | Dialog auto focus does not check for hidden tabs. | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When determining whether initial dialog focus should be on the first tab, dialog._.tabIdList.length is checked to see if the dialog has more then one tab. This will not take into consideration any tabs that are hidden. When a dialog has all but one tab hidden, and keyboard navigation is used, the dialog will not receive focus if CKEDITOR.config.dialog_startupFocusTab is set to true. Focus will remain on the toolbar. The if statement is located in the CKEDITOR.dialog constructor in a dialog 'show' event listener, which is used to setup focus: if ( editor.config.dialog_startupFocusTab && me._.tabIdList.length > 1 ) could be changed to: if ( editor.config.dialog_startupFocusTab && me._.pageCount > 1 ) pageCount only gets incremented if the tab is not hidden. |
|||||
#5969 | Table Background | Confirmed | New Feature | closed | Normal | |
Description |
Users cannot set or change a table's background, just each cell individually. Can you add in the table properties dialog an option to set/edit the table's background color? |
|||||
#5976 | "malformed" HTML being removed | Confirmed CantFix | Bug | closed | Normal | |
Description |
If the content being loaded in CKEditor includes malformed HTML, CKEditor corrects/removes it. CKEditor 3.3.1 (revision 5586) (verified back to 3.1.8 rev. 4891) Firefox 3.6.6/IE8 x64 Example content: </div> </div> <? $somephp="here"; ?> FireFox Output: <? $somephp="here"; ?><br /> IE8 x64 Output: <div> </div> <div> </div> <? $somephp="here"; ?> The content does not have to be saved. Switching between "normal" and "source" view triggers the behavior. Also see #5293 and #5606. |
|||||
#5979 | BIDI: Bidi buttons should be selected in toolbar to reflect the current direction | IBM Confirmed | New Feature | closed | Normal | |
Description |
There are a number of cases where it is difficult for a user to determine if the currently selected block has dir="RTL" or dir="LTR". E.g. we could have a paragraph that has dir="RTL" but aligned to the left. To make it clear to a user which language direction is active, the toolbar buttons should select the relevant style.
|
|||||
#6555 | Spell checker: unable to correct mistakes in large documents | Confirmed | Bug | confirmed | Normal | |
Description |
When using the "Check Spelling" feature, spell checker checks all the mistakes pretty quickly, however it has serious problems with applying changes that users is trying to make. Steps to reproduce
|
|||||
#917 | disable the cancel button from the dialogs | Confirmed | New Feature | closed | Low | |
Description |
Hi i know how to disable the ok button from the dialogs window.parent.SetOkButton( true ) ; but the cancel button how can i disable it for one dialog only regards Robert |
|||||
#972 | Rename fck_contextmenu.js and fck_othercommands | Confirmed | Task | closed | Low | |
Description |
Those two files are the only ones that start with fck + underscore + rest of filename, so they get misplaced if the folder is ordered alphabetically. Renaming them to match the rest of the files should avoid some little seconds while searching for contextmenu and it isn't between fckconfig.js and fckdebug.js. Only "problem", there's a fckcontextmenu.js already in classes. |
|||||
#1011 | Button for signature | Confirmed Review+ | New Feature | closed | Low | |
Description |
It would be nice to get a button for signature, like in MW standard toolbar. |
|||||
#1899 | Change the WIKI site links to DOCS site links | Confirmed | Task | closed | Low | |
Description |
The file fckeditor _upgrade.html provides a link to http://wiki.fckeditor.net/Developer%27s_Guide/Upgrade, which, unfortunately, died some time ago. |
|||||
#2266 | FCKeditor extension for MediaWiki doesn't follow MW's coding conventions | Confirmed HasPatch | Task | closed | Low | |
Description |
FCKeditor extension for MediaWiki doesn't seem to be following MediaWiki's coding conventions as described in http://www.mediawiki.org/wiki/Manual:Coding_conventions. For example, FCKeditorEditPage.body.php had this in two separate lines:
class FCKeditorEditPage extends EditPage when it should've been just one line as per MW's coding conventions: class FCKeditorEditPage extends EditPage { The extension credits ($wgExtensionCredits) in FCKeditor.php seem to be out-of-date and using "double quoting" (i.e. "name" => "FCKeditor", and so on) when 'single quoting' would be OK. I've created a patch against the current SVN version to fix these minor issues, let's see if I can attach it here... ;-) |
|||||
#2275 | Firefox 2 crashes with multiple editor instances | Confirmed | Bug | closed | Low | |
Description |
The attached page has 30 editor instances. When viewed in IE7 it's fairly heavy on CPU and memory but is functional. When viewed in Firefox 2, it crashes the browser; the browser eventually disappears leaving the option to report to Microsoft. We advise our customers to use less than 6 editor instances on a single form. However, there is no imposed limit and we know of instances where up to 60 editor instances have been used successfully on a single page. They were using IE6 which doesn't have the performance problems of IE7 and doesn't crash like Firefox 2. |
|||||
#2592 | Add more logging statements | Confirmed | New Feature | closed | Low | |
Description |
Our vital implementations should have more reasonable debug log statements. |
|||||
#3578 | Compatibility message in samples states that Firefox 1.5 is supported | Confirmed Review+ | Bug | closed | Low | |
Description |
The message incorrectly states that the user needs 1.5 or higher but it should be 2.0 or higher. Trivial fix following |
|||||
#5574 | SCAYT doesn't get refreshed after command | Confirmed | Bug | closed | Low | |
Description |
Reproducing Procedures
|