Custom Query
Results (901 - 1000 of 1835)
Ticket | Summary | Keywords | Owner | Type | Status | Priority |
---|---|---|---|---|---|---|
#3189 | V3 : Padding block support | Confirmed 3.0RC Review+ | Bug | closed | Normal | |
Description |
In V2, we implemented some checks to ensure that there is always a way to escape from special blocks, like <table> and <pre>. For that we guarantee that there is always an element where to move at the very end of the document. We need it in V3. |
|||||
#3190 | Auto-fix block-less paragraphs | Confirmed 3.0RC Review+ | Bug | closed | Normal | |
Description |
When moving the caret inside the editor (on selectionChange), the editor could automatically fix paragraphs with no blocks, resulting in a more accurate WYSIWYG experience, as after all the paragraphs will be fixed on output. |
|||||
#3193 | Lists not properly indented on RTL setups | Confirmed | Bug | closed | Normal | |
Description |
I have FCKeditor 2.6.4 set up on a Hebrew MediaWiki 1.12 (also tested on 1.13). When ContentLangDirection is set to 'rtl', lists aren't indented correctly. On Firefox 3 and IE6 the bullets and numbers are off the editor area, to the right. On IE7 and IE8 they are visible, but not where they should be. I'm not sure whether this is a MediaWiki+FCKeditor specific bug or a general FCKeditor bug, so I listed the Component as General. |
|||||
#3194 | PHP error on Hebrew MediaWiki 1,13 | Confirmed | Bug | closed | Normal | |
Description |
On MediaWiki 1.13, with wgLanguageCode set to "he", the Edit page shows the following error: Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\wamp\www\mediawiki-1.13.2\includes\SkinTemplate.php on line 994. Browsers tested: Firefox 3.1 and IE 8. |
|||||
#3197 | Magic words stripped on next edit | Confirmed | Bug | closed | Normal | |
Description |
Hi, I've seen some previous tickets relating to issues with MediaWiki magic tags, but they all seem resolved. We're having a problem that whenever we put a NOTOC at the top of a page. It seems to get saved and recognised when the page is rendered, but when edit is next loaded, the magic tag is gone again (switching into wikitext mode sometimes shows it as a <br> and sometimes it's just plain gone). Upon saving the edit, the NOTOC is lost and a TOC is rendered. If I put NORICHEDITOR at the top along with NOTOC, it persists, but of course there's not FCKEditor. If I click the "disable rich editor" link, once again it's fine putting NOTOC into the box, but curiously if I push the "enable rich editor" link, the NOTOC seems to get stripped right there. When editing in normal rich mode, I can confirm the tag is missing from the HTML source as well (so it's not even being fed to the RTE), so something pre-page-load is stripping it. I'm running Mediawiki trunk and MediaWiki+FCKEditor trunk hot off SVN. Thanks |
|||||
#3198 | Insertion with content deleted not working | Confirmed Review- | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3199 | Question mark "?" change to "shy" | Confirmed 3.0RC Review+ | Bug | closed | Normal | |
Description |
If you type a question mark then submit, every "?" is transformed to "shy". In source mode, if you type ? same problem again. Tested in FF3.0.6 and Opera9.63 |
|||||
#3201 | [Opera] Discards entities when switchng to source view and back | Confirmed Opera Review+ | Bug | closed | Normal | |
Description |
If you paste some text that contains some HTML entities (like hardbreaks ), switch to source code view and then switch back again, you can see all the hardbreaks being replaced with nbsp text. |
|||||
#3202 | Hebrew Translation | HasPatch Confirmed | New Feature | closed | Normal | |
#3205 | Image dialog problem after close | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3210 | Font size and type not reflected in combo when selecting text | IBM Confirmed | Bug | closed | Normal | |
Description |
Steps to reproduce:
Expected behavior:
Actual behavior: |
|||||
#3219 | Combos don't hide when clicking on color buttons | Confirmed | Bug | closed | Normal | |
Description |
The combo will remain opened. The opposite also happens. |
|||||
#3220 | The releaser is adding xml:space="preserve" to the samples | Confirmed Review+ | Bug | closed | Normal | |
Description |
The releaser is adding the xml:space="preserve" attribute at one of the tags in the sample pages. |
|||||
#3228 | List plugin not right on pseudo block | Confirmed | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3229 | Flash dialog is not clear up preview area | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3233 | Corrections to Hebrew translation | Confirmed Review+ | Bug | closed | Normal | |
Description |
Made some mistakes on my original Hebrew translation files (sorry). These correct them. |
|||||
#3240 | Font style not correct with existed style | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
When inline style is applied, it should always create at the possible outmost, with selection enlarged. Reproducing Procedures
|
|||||
#3244 | Apply block style accross table problem | Firefox Confirmed | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3250 | Undo support for combo and panelbutton based command | Confirmed Review+ | Task | closed | Normal | |
Description |
Undo/Redo support for RichCombo and PanelButton is to be implemented. |
|||||
#3257 | List doesn't preserve block style | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3259 | Find/Replace is not undoable | Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
Undo control is not working when the changes are made by the Find/Replace. |
|||||
#3267 | Exception in selection plugin when loading hidden editor | Confirmed Review+ | Bug | closed | Normal | |
Description |
If CKEditor is loaded in a hidden element, getRanges() in the selection plugin throws a JavaScript exception, since getNative returns null, and the return value isn't checked. Adding if (sel === null) return []; on line 447 of selection/plugin.js fixes the problem for me. This problem can be duplicated in replace-by-class by adding "display: none" to the containing <p> element's style. |
|||||
#3268 | New icon for "Image Button" | Confirmed | Bug | closed | Normal | |
Description |
The "Image Button" icon is exactly the same as the "Image" icon. We should have instead a well distinguishable icon, which should also help on avoid confusion with the "Image" button. |
|||||
#3282 | Skin files are not being loaded with timestamp | Confirmed Review+ | Bug | closed | Normal | |
Description |
Looking at file requests in nightly build (skins) sample, it's possible to note that the skin.js file and the main CSS files don't have the timestamp ("t") parameter in the URL. We must ensure this parameter is properly sent to the server. |
|||||
#3283 | 'CKEDITOR.dom.node.getPreviousSourceNode/getNextSourceNode' bug | Confirmed Review- | Bug | closed | Normal | |
Description |
I've detected the 'previous source node' is incorrect with the attache d TC. |
|||||
#3286 | IE : Smileys always have full URLs | Confirmed IE IBM Review+ | Bug | closed | Normal | |
Description |
In IE, if setting the "smiley_path" configuration to a relative URL, the final <img> tags contain the full resolved URL instead. IT works as expected with Firefox. |
|||||
#3287 | Flash object get lost | IBM IE Confirmed | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3290 | Implement collapse toolbar feature | Oracle Review+ Confirmed | New Feature | closed | Normal | |
Description |
The collapse toolbar button is missing in CKEditor trunk. |
|||||
#3291 | Ctrl-V does not work in Paste from Word dialog | Oracle Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
|
|||||
#3293 | Table properties 2nd level menus do not show up in IE8 on Vista | Confirmed IE CantFix | Bug | closed | Normal | |
Description |
Second level context menus for table properties (such as Row, Cell, and Column sub-menus) do not show up in FCKEditor 2.6.4 when viewed with IE8 on Vista (both x64 and x86). This is discussed here: http://www.fckeditor.net/forums/viewtopic.php?f=6&t=13532 |
|||||
#3294 | Safari : Announce the editor in VoiceOver | Confirmed Safari Oracle Review+ | Bug | closed | Normal | |
Description |
Currently VoiceOver announces the editor as, for example, "frame1". It should be instead announced using the correct accessibility string. |
|||||
#3304 | Remove the domWalker class | Confirmed Review+ | Task | closed | Normal | |
Description |
The CKEDITOR.dom.walker class has been introduced to replace the CKEDITOR.dom.domWalker class. Now, any part of the code using the domWalker must be changed to use walker instead, and domWalker is to be delete. |
|||||
#3307 | Korean language support for mediawiki | Confirmed Review+ | New Feature | closed | Normal | |
Description | ||||||
#3310 | Styles are not being applied to multiple selections | Confirmed WorksForMe | Bug | closed | Normal | |
Description |
When making multiple text selections (with CTRL in Firefox) and applying a style (like Bold), just one of the selections get styles, and the other selections get lost. This is used to work previously. |
|||||
#3312 | It's not possible to remove list on empty <li> ENTER | Confirmed Review+ | Bug | closed | Normal | |
Description |
When hitting ENTER in in the last <li> of a list, if empty, the <li> must be removed, and the a new paragraph with the selection must be placed after the list. |
|||||
#3322 | Update V3 Test Case | Confirmed Review+ | Bug | closed | Normal | |
Description |
Agile ticket for updating TCs for CKEDITOR.dom.range regard recent changes. |
|||||
#3323 | Update V3 Test Case | Confirmed Review+ | Task | closed | Normal | |
Description |
Agile ticket for updating TCs for CKEDITOR.dom.document regard recent changes. |
|||||
#3324 | Update V3 Test Case | Confirmed Review+ | Task | closed | Normal | |
Description |
Agile ticket for updating TCs for CKEDITOR.dom.documentFragment regard recent changes. |
|||||
#3328 | ASCIIMathML plugin | Confirmed | New Feature | closed | Normal | |
Description |
For viewing and editing formula I like an integration with ASCIIMathML.js . Formula can be written in easy way (ex. x(n+1); int_01 x2 dx for an integral) and rendered in MathML W3C Standard. Reference:
|
|||||
#3332 | Update V3 Test Case | Confirmed Review+ | Bug | closed | Normal | |
Description |
Agile ticket for updating TCs for CKEDITOR.dom.element regard recent changes. |
|||||
#3338 | mouse cursor over input field shows as arrow instead of beam | Confirmed Review+ | Bug | closed | Normal | |
Description |
Tested Firefox 3.1 and IE8, open any dialog and move the mouse over an <input type="text"> The cursor remains as an arrow, it isn't clear that the user can type there. The cursor should have changed to the "beam" indicating that it's an active text input. The problem is due to the reset.css file. |
|||||
#3339 | Flash Plugin: The flashicon.gif file may be copyrighted | Confirmed IBM | Bug | closed | Normal | |
Description |
The flash plugin includes the flashplugin.gif file, with a Flash logo. We're not able to ensure the proper rights on that image, so it would be better to have it replaced with something different. |
|||||
#3341 | [IE] getOuterHtml incorrect for namespaced element name | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
IE is returning the namespace definition as the following along with the 'outerHtml' when creating an element with tag name 'cke:custom', which is unexpected. <?xml:namespace prefix="cke" /> |
|||||
#3342 | FCKEditor corrupting/truncating text when changing between source and wysiwyg modes | Confirmed | Bug | closed | Normal | |
Description |
When i paste the contents of the attached file into fckeditor's source mode and click on source button 3-4 times to toggle between source and wysiwyg mode the data gets misaligned/corrupted in IE and gets truncated in Firefox. |
|||||
#3344 | Inline style incorrect when reaching document end | Confirmed Review+ | Bug | closed | Normal | |
Description |
Infected by [3353], apply inline style throw JavaScript Error when reaching the end of document. Reproducing Procedures
|
|||||
#3345 | Edit anchor problem | Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3347 | In IE: CKEditor - Editor Area content is not word wrapped | Oracle Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Screen shot is attached |
|||||
#3349 | V3 : About dialog | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Implement the About dialog on V3. |
|||||
#3351 | Combo list item marking not working | Confirmed Review+ | Bug | closed | Normal | |
Description |
The panel list inside combo is not correctly marking those selected items. |
|||||
#3354 | [IE] Unable to change list type | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3356 | Ident problem with nested block | Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3361 | [FF] createBookmark problem with multi-ranges | Firefox Confirmed | Bug | closed | Normal | |
Description |
If a selection contains multiple ranges, now invoke selection.createBookmarks(), if the ranges were overlapped with each other, then the bookmarked range will right correct. <table> <tbody> [ <tr> <td> cell1 </td> <td> cell2 </td> </tr>] </tbody> </table> FF will translate it into multi-ranges as: <table> <tbody> <tr> ^<td> cell1 </td>^ ^<td> cell2 </td>^ </tr> </tbody> </table> Now the bookmark nodes creation on every range will interfere with each other, resulting in incorrect bookmark positions. |
|||||
#3363 | Font and Size controls are not working correctly | Oracle Confirmed IE Review+ | Bug | closed | Normal | |
Description |
Replication steps:
Same thing is happening with Font control also. |
|||||
#3365 | Font name dropdown called font style | Confirmed Review+ | Bug | closed | Normal | |
Description |
The dropdown title displayed when dropping down the font name droplist says "Font Style". It would seem that it should be called "Font Name". This issue exists in the nightly samples. |
|||||
#3367 | Introduce range iterator API | Confirmed Review+ | New Feature | closed | Normal | |
Description |
There're many cases when we need to traverse the range from the start boundary node to the end boundary node, it's archiveable by the following codes: var boundaryNodes = range.getBoundaryNodes(); var firstNode = boundaryNodes.startNode; var lastNode = boundaryNodes.endNode.getNextSourceNode( true ); var node = firstNode.getNextSourceNode(); while( node ) { if ( node.getName() == 'span' && currentNode.getAttribute( '_fck_bookmark' ) ) { node = node.getNextSourceNode(); continue; } // Processing logic... node = node.getNextSourceNode(); } It's cumbersome due to at least two reasons:
It's necessary to introduce an API for this feature with dom iterator, which already holds a method for iterating over paragraphs. So after the API, other plugins should walking through the range as easy as using the iterator. |
|||||
#3370 | Use CKEDITOR.env.isCustomDomain() | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Right now we have many times: var isCustomDomain = CKEDITOR.env.ie && document.domain != window.location.hostname; It should be replaced with just var isCustomDomain = CKEDITOR.env.isCustomDomain(); |
|||||
#3372 | Undo / Redo Text Selection Bug | Confirmed Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce:
Observation: Only some of the deleted text is restored after pressing undo, and in some cases the entire second line of text is deleted. The behavior is sporadic, but reproducible. I've also noticed that if you have a lot of content in the editor, after calling the undo command the very last line of text will vanish. Expected: The highlighted / deleted text should be restored as it was prior to deletion and the remainder of the content remains unchanged. Notes: Redo performs in the same odd fashion. First noticed this behavior in the 2.6.3 version, but it's also reproducible in the nightly build: http://www.fckeditor.net/nightly/fckeditor/_samples/default.html |
|||||
#3373 | Don't show context menu if there are no items | HasPatch Confirmed Review+ | Bug | closed | Normal | |
Description |
If the clipboard plugin is disabled, there are usually no menu items to display in the context menu (there are still items for tables, etc). In this case, it would be nice to simply display the browser's default context menu, rather than showing an (ugly) empty menu. Attached is a patch that implements this. |
|||||
#3374 | Indenting list item remove subsequent item | Confirmed Review? | Bug | closed | Normal | |
Description |
This can be reproduced with any of the nightly samples. |
|||||
#3376 | Language resource for About plugin | Confirmed | Bug | closed | Normal | |
Description |
About plugin related language text should be updated. |
|||||
#3377 | [IE]Element path not updated after context menu | IE Confirmed Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3378 | [IE] Source code format incorrect with paragraph | IE Confirmed | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3380 | Keyboard shortcut for toolbar doesn't work in FF 2 | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
The keyboard shortcuts ALT+F10 and ALT+F11 do not work in FF2 |
|||||
#3388 | [IE] Submenu navigation key problem | IE Confirmed | Bug | closed | Normal | |
Description |
Navigation key on sub menu items is not working within IE. |
|||||
#3389 | Keystroke for open/close submenu | IBM Confirmed | Bug | closed | Normal | |
Description |
There' no key assigned to help collapse submenu and go back to the first-level menu. |
|||||
#3390 | [FF] Open submenu | Confirmed Firefox Review+ | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3391 | Table dialog layout review | Confirmed IBM Review+ | Bug | closed | Normal | |
Description |
The table dialog is the only one that goes out of our design standards, having all labels at the left of the fields instead of above them. We need uniformity here. |
|||||
#3395 | [IE] Edit area height incorrect | Confirmed IE Review+ | Bug | closed | Normal | |
Description |
The initial textarea height is incorrect after the DOM structure adjustment at #3387. |
|||||
#3398 | Indent problem with outermost element | Confirmed Review+ | Bug | closed | Normal | |
Description |
Start with a completely blank editor in wysiwyg mode. Type a few characters, then press the indent button. A JavaScript error will result. Attached is a patch which fixes the problem. |
|||||
#3400 | Size of source text area is wrong in IE | Confirmed IE Review? | Bug | closed | Normal | |
Description |
To reproduce:
|
|||||
#3401 | V3 - Implement baseHref functionality | Confirmed Review+ | New Feature | closed | Normal | |
Description |
We have base tag config but it works in preview only. |
|||||
#3403 | Adding 'hasAttribute' method | Confirmed Review+ | Task | closed | Normal | |
Description |
There's some cases where it's necessary to check whether a attributed is intrinsic OR assigned dynamically on an element. |
|||||
#3406 | [Webkit] Undo not working for 'Font Size' | Confirmed Review+ | Bug | closed | Normal | |
Description |
It's not able to undo changes made by 'Font Size' change. |
|||||
#3407 | scripts aren't protected while loading content | Confirmed Review+ 3.0RC | Bug | closed | Normal | |
Description |
Load this in source mode: <script>alert(0)</script> when you switch to design view the alert will show, so any script will be executed instead of being protected. |
|||||
#3408 | event handlers are executed in IE and Safari | Confirmed Review+ | Bug | closed | Normal | |
Description |
load this in source mode: <a href="#" onclick="alert(1)">click me</a> IE and Safari will show the alert when you click the link, meaning that any event handler is being executed while in design view. |
|||||
#3409 | Empty LI's don't render at full height | Confirmed HasPatch | Bug | closed | Normal | |
Description |
To duplicate, start with a completely empty editor, then press the bullet button. The bullet will be scrunched up against the top of the editor until a key is typed, which causes the UL/LI to render at full height, shifting the bullet down. The solution, I believe, is to call appendBogus() on the LI. Attached is a patch that implements this. This can be reproduced with any of the nightly samples. |
|||||
#3415 | Cannot tab back into text area on all Paste dialogs | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
When a paste dialog is opened, e.g. Paste from Word, the cursor will initially be focused inside the text area. After tabbing out of the text area, it is not possible to tab back into it. |
|||||
#3416 | Close button not accessible via keyboard in dialogs | IBM Confirmed | Bug | closed | Normal | |
Description |
The dialog close icon 'X' in the upper right of the dialogs is not accessible via keyboard. |
|||||
#3420 | Editing area keyboard navigation problem with table in FF3 | Confirmed IBM Firefox | Bug | closed | Normal | |
Description |
Steps to reproduce:
Actual result: |
|||||
#3422 | [FF] DomIterator should preserve padding block BR | Confirmed Review+ | Bug | closed | Normal | |
Description |
When iterating over the following document content, the original BR nodes on boundary of the newly established paragraphs should be removed, but during the process, padding block element like: <br _moz_dirty="" /> will be removed also, which result in a collapsed block. |
|||||
#3430 | Provide an easy way to add and remove plugins | Confirmed Review+ | New Feature | closed | Normal | |
Description |
Currently, it's a bit cumbersome to add and remove plugins in the editor setting. To do that, we need to manipulate the plugins setting string in the custom configuration file. For example: // Add a new plugin. config.plugins += ',myplugin'; // Remove the elementspath plugin. config.plugins = config.plugins.replace( /(?:^|,)elementspath(?=,|$)/, '' ); This situation, other than being counterintuitive, makes it impossible to set these configurations at editor creation time. We should instead have ways to make it with easy, as this is a common task. |
|||||
#3436 | Inline styles are being applied to outside of selected area in IE. | IE8 Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
The bug can be reproduced across IE6, 7 and 8. |
|||||
#3437 | Show blocks command state is not correctly preserved across mode changes. | Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
This bug can be reproduced on all browsers. |
|||||
#3438 | Floating panels are off by (-1px, 0px) in RTL mode. | Confirmed Review+ | Bug | closed | Normal | |
Description |
To reproduce:
|
|||||
#3439 | IgnoreEmptyParagraphValue has no effect if ProcessHTMLEntities is false | Confirmed Review+ | Bug | closed | Normal | |
Description |
If setting ProcessHTMLEntities to false, empty paragraphs are filled with the   entity, instead of . Because of this, IgnoreEmptyParagraphValue is having no effect, and an empty editor outputs: <p> </p> |
|||||
#3441 | CKEDITOR changes script tag content | Confirmed Review+ | Bug | closed | Normal | |
Description |
Paste in source mode <p> <script>alert('sample text. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>');</script></p> switch to WYSIWYG and back to Source. Result: <p> <script>alert('sample text. You are using </script><a href="http://www.fckeditor.net/"><script>FCKeditor</script></a><script>');</script></p> expected result: nothing changed |
|||||
#3448 | Images aren't selectable in Safari | Confirmed Review+ | Bug | closed | Normal | |
Description |
There's some specific code in V2 to handle this in fck_gecko.js (can't find right now the original ticket) this.EditorDocument.addEventListener( 'mousedown', function( ev ) { var element = ev.srcElement ; if ( element.nodeName.IEquals( 'IMG', 'HR', 'INPUT', 'TEXTAREA', 'SELECT' ) ) { FCKSelection.SelectNode( element ) ; } }, true ) ; this.EditorDocument.addEventListener( 'mouseup', function( ev ) { if ( ev.srcElement.nodeName.IEquals( 'INPUT', 'TEXTAREA', 'SELECT' ) ) ev.preventDefault() }, true ) ; this.EditorDocument.addEventListener( 'click', function( ev ) { if ( ev.srcElement.nodeName.IEquals( 'INPUT', 'TEXTAREA', 'SELECT' ) ) ev.preventDefault() }, true ) ; Also the last functions take care of disabling the default behavior of those elements. |
|||||
#3449 | Remove all deprecated code | Confirmed | Task | closed | Normal | |
Description |
see summary |
|||||
#3450 | [IE] Find result highlighting problem | IE IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Previous highlight marking style is not removed when search more than twice. Reproducing Procedures
|
|||||
#3462 | The About button must remain enable in source mode | Confirmed Review+ | Bug | closed | Normal | |
Description |
The About button must remain enable in source mode. It's currently disabled. |
|||||
#3463 | Dropdowns incorrectly positioned | Confirmed | Bug | closed | Normal | |
Description |
This is the same issue as #2551, but it still appears in V3. To duplicate, save the the attached repro case into the _samples directory of a source tree, scroll the editor into view, and click the font color dropdown. This issue occurs with any dropdown, and can be reproduced with the latest SVN. |
|||||
#3474 | [FF] newpage error when document unfocused | Confirmed Firefox | Bug | closed | Normal | |
Description |
Reproducing Procedures
|
|||||
#3475 | [FF] Multirange broken when command used several times | Firefox Confirmed | Bug | closed | Normal | |
Description |
Multirange broken when command used several times. Reproduction steps:
Depending on first selection range start, there are 2 possible misbehaviors:
35sec screencast presenting this issue: http://pub.meta20.net/fck-multirange.ogg Env: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.9) Gecko/2009042219 Iceweasel/3.0.9 (Debian-3.0.9-1) |
|||||
#3476 | Indentation and list features don't work in specific cases | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce:
<p> This is some <strong>samp<span _fck_bookmark="1" id="cke_bm_81S" style="display: none;"> </span>le text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
This can also be reproduced by selecting the entire line of text using the mouse (not CTRL+A). |
|||||
#3477 | Enter prepends newline sometimes | Confirmed | Bug | closed | Normal | |
Description |
Enter prepends newline sometimes, instead of splitting actual line.
Issue doesn't exist when moving from left to right. Reproduced in r3461. Works fine in public demo. Env: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.9) Gecko/2009042219 Iceweasel/3.0.9 (Debian-3.0.9-1) |
|||||
#3481 | paste error IN Chrome | Confirmed WebKit Review+ | Bug | closed | Normal | |
Description |
|
|||||
#3487 | getText() not always returns string | Confirmed Review+ | Bug | closed | Normal | |
Description |
For empty nodes, getText() will return undefined instead of empty string. According to jsdoc, this method returns string. Sample testcase
Please correct me if my point of view is incorrect. |
|||||
#3488 | Safari: Cell context menu doesn't always work | IBM Confirmed Review+ | Bug | closed | Normal | |
Description |
Steps to reproduce:
|
|||||
#3489 | Not able to place cursor at end of document when table is the last element | IBM Confirmed | Bug | closed | Normal | |
Description |
When a table is the last element in the document, it is not possible to place the cursor after the table in RT mode. |
|||||
#3490 | Context menu does not display properly in IE6. | IBM Confirmed IE6 Review+ | Bug | closed | Normal | |
Description |
Reproduced on latest nightly Ajax sample. Please refer to attached image. |