Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (901 - 1000 of 1835)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Summary Keywords Owner Type Status Priority
#3189 V3 : Padding block support Confirmed 3.0RC Review+ Garry Yao 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+ Garry Yao 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- Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make a selection which contains some content;
  3. Open Smiley dialog to insert a random icon;
    • Actual Result: JavaScript Error occurred.
#3199 Question mark "?" change to "shy" Confirmed 3.0RC Review+ Wiktor Walc Bug closed Normal
Description

If you type a question mark then submit, every "?" is transformed to "shy". In source mode, if you type &#063; 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+ Garry Yao Bug closed Normal
Description

If you paste some text that contains some HTML entities (like hardbreaks &nbsp;), 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+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Click on 'Image' dialog button to open dialog;
  3. Click on 'Cancel' button to close the dialog;
    • Actual Result: An JavaScript Error thrown;
#3210 Font size and type not reflected in combo when selecting text IBM Confirmed Bug closed Normal
Description

Steps to reproduce:

  1. Open a nightly build example
  2. Apply a font and size to some text, choosing options other than the first in the list
  3. Focus away from the selected text and then place the cursor on the text again

Expected behavior:
The font and size of the text should be reflected in the respective combos in the toolbar.

Actual behavior:
Combos default to first options in list, e.g. Arial and 8

#3219 Combos don't hide when clicking on color buttons Confirmed Artur Formella Bug closed Normal
Description
  1. Click on any of the combos to open it.
  2. With the combo opened, click a color selector button.

The combo will remain opened. The opposite also happens.

#3220 The releaser is adding xml:space="preserve" to the samples Confirmed Review+ Wiktor Walc 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 Martin Kou Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with selection:
    <p>
    	te^xt<br />text</p>
    
  3. Click on list command;
    • Expected Result:
      <ol>
      	<li>
      		text</li>
      </ol>
      <p>
      	<br />
      	text</p>
      
    • Actual Result:
      <ol>
      	<li>
      		text<br />
      		text</li>
      </ol>
      
#3229 Flash dialog is not clear up preview area Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by code example page;
  2. Open flash dialog and fill in url with : http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf, specify width with '100', height with '100', click Ok to insert the flash.
  3. Open flash dialog again to add another new flash;
  • Actual Result : The previous flash content is still in the preview area.
#3233 Corrections to Hebrew translation Confirmed Review+ Artur Formella 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+ Garry Yao Bug closed Normal
Description

When inline style is applied, it should always create at the possible outmost, with selection enlarged.

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the content along with selection as below by double click 'text':
    <b><i>^text^</i></b>
    
  3. Click on 'Font' to open combo and select 'Arial' option;
    • Expected Result:
      <p>
      	<span style="font-family: Arial,Helvetica,sans-serif;"><b><i>text</i></b></span></p>
      
    • Actual Result: An JavaScript Error thrown;
      <p>
      	<b><i><span style="font-family: Arial,Helvetica,sans-serif;">text</span></i></b></p>
      
#3244 Apply block style accross table problem Firefox Confirmed Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with the selection by click and drag the mouse over the two cells:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			^<td>
    				text<br />
    			</td>
    			<td>
    				text<br />
    			</td>^
    		</tr>
    	</tbody>
    </table>
    
  1. Open 'Styles' combo and select the first option 'Blue Title'.
    • Actual Result:
      <table cellspacing="1" cellpadding="1" border="1" style="width: 200px;">
          <tbody>
              <tr>
                  <td>
                  <h3 style="color: Blue;">text</h3>
                  </td>
                  <h3 style="color: Blue;"></h3>
                  <h3 style="color: Blue;"></h3>
                  <td>
                  <h3 style="color: Blue;">text</h3>
                  </td>
              </tr>
          </tbody>
      </table>
      
  • Expected Result :
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				<h3 style="color: Blue;">
    					text</h3>
    			</td>
    			<td>
    				<h3 style="color: Blue;">
    					text</h3>
    			</td>
    		</tr>
    	</tbody>
    </table>
    
#3250 Undo support for combo and panelbutton based command Confirmed Review+ Artur Formella Task closed Normal
Description

Undo/Redo support for RichCombo and PanelButton is to be implemented.

#3257 List doesn't preserve block style Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Open 'Format' combo and select 'Heading 1' style;
  3. Click on 'Numbered List' to apply list format;
    • Actual Result:
      <ol>
      	<li>
      		This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</li>
      </ol>
      
    • Expected Result:
      <ol>
      	<li>
      		<h1>
      				This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</h1></li>
      </ol>
      
#3259 Find/Replace is not undoable Oracle Confirmed Review+ Artur Formella 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+ Garry Yao 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- Garry Yao 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+ Frederico Caldeira Knabben 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 Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Open 'Flash' dialog to Insert a random flash;
  3. Switch to 'Source' mode.
    • Actual Result: Flash object doesn't show in source.
#3290 Implement collapse toolbar feature Oracle Review+ Confirmed Frederico Caldeira Knabben 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+ Martin Kou Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass.html in IE.
  2. Open the Paste from Word dialog.
  3. Copy some random text from MS Word.
  4. Paste into the Paste from Word dialog with Ctrl-V.
  5. Nothing happens.
#3293 Table properties 2nd level menus do not show up in IE8 on Vista Confirmed IE CantFix Martin Kou 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+ Frederico Caldeira Knabben 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+ Garry Yao 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+ Artur Formella New Feature closed Normal
Description

ko.js and FCKeditor.i18n.ko.php

#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+ Garry Yao 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+ Garry Yao Bug closed Normal
Description

Agile ticket for updating TCs for CKEDITOR.dom.range regard recent changes.

#3323 Update V3 Test Case Confirmed Review+ Garry Yao Task closed Normal
Description

Agile ticket for updating TCs for CKEDITOR.dom.document regard recent changes.

#3324 Update V3 Test Case Confirmed Review+ Garry Yao 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+ Garry Yao 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+ Martin Kou 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 Frederico Caldeira Knabben 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+ Frederico Caldeira Knabben 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+ Garry Yao Bug closed Normal
Description

Infected by [3353], apply inline style throw JavaScript Error when reaching the end of document.

Reproducing Procedures

  1. Open the replace by class example page in Firefox.
  2. Clear all content and insert text 'bold';
  3. Click 'SelectAll' then apply 'Bold' style;
  4. Double click the bold text 'bold', and Click on 'Italic' command.
    • Actual Result: JavaScript error occurred.
#3345 Edit anchor problem Confirmed Firefox Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with selection by double click on the anchor;
    ^<a name="name"></a>^
    
  1. Click on 'Link' to open dialog, switch to 'Advanced' tab;
    • Expected Result: 'Name' filed is updated with the value 'name';
    • Actual Result: Anchor properties is not updated.
#3347 In IE: CKEditor - Editor Area content is not word wrapped Oracle Confirmed IE Review+ Martin Kou Bug closed Normal
Description

Screen shot is attached

#3349 V3 : About dialog Confirmed Review+ Frederico Caldeira Knabben New Feature closed Normal
Description

Implement the About dialog on V3.

#3351 Combo list item marking not working Confirmed Review+ Garry Yao 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+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content along with selection:
    <ol>
    	<li>
    		^text</li>
    </ol>
    
  3. Click on 'Bullet List' command to change list type;
    • Expected Result:
      <ul>
      	<li>
      		^text</li>
      </ul>
      
    • Actual Result: Javascript error thrown.
#3356 Ident problem with nested block Confirmed Review+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content along with selection:
            ^<div>
                text
                <p>
                    paragraph
                </p>
            </div>^
    
  3. Click on 'Increase Indent' command;
    • Expected Result:
              <div style="margin-left: 40px;">
                  <p>
                      text
                  </p>
                  <p>
                      paragraph
                  </p>
              </div>
      
    • Actual Result: Javascript error thrown.
              <div>
                  <p>
                      text
                  </p>
                  <p>
                      paragraph
                  </p>
              </div>
      
#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.
Try the following selection in FF:

<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+ Martin Kou Bug closed Normal
Description

Replication steps:

  1. Select a paragraph of text from the editor area.
  2. Use the Size control to make the text larger (select 16 in the control). Notice that size 16 indicated in the control.
  3. Use the Size control and select size 16 again. The text size becomes smaller again. Notice that no size is indicated in the control.

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+ Frederico Caldeira Knabben 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:

  1. The collapsed range problem reported at #3292;
  2. It make code DUP at every plugin for the same logic;

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+ Tobiasz Cudnik 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+ Tobiasz Cudnik Bug closed Normal
Description

Steps to reproduce:

  1. Type in a line of text
  2. Press Enter
  3. Type another line of text.
  4. Select the second line of text.
  5. Press the "backspace" key and delete all of the highlighted text, or just simply press backspace to delete all of the text.
  6. Press Ctrl-Z or the Undo toolbar button

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+ Garry Yao 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? Garry Yao Bug closed Normal
Description
  • Open the replace by class example.
  • Make the following content by using the Source button:
    <ul>
    	<li>
    		Item 1
    		<ul>
    			<li>
    				Item 2</li>
    			<li>
    				Item 3</li>
    		</ul>
    	</li>
    	<li>
    		Item 4<br />
    	</li>
    </ul>
    
  • Place the cursor after the 3 in "Item 3".
  • Choose increase indent. Expected result:
    <ul>
    	<li>
    		Item 1
    		<ul>
    			<li>
    				Item 2
    				<ul>
    					<li>
    						Item 3</li>
    				</ul>
    			</li>
    		</ul>
    	</li>
    	<li>
    		Item 4<br />
    	</li>
    </ul>
    
  • Actual result:
    <ul>
    	<li>
    		Item 1
    		<ul>
    			<li>
    				Item 2</li>
    			<li>
    				Item 3</li>
    		</ul>
    	</li>
    </ul>
    

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+ Tobiasz Cudnik Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content along with selection:
    text
    <a href="#">context^ menu</a>
    
  3. Right click to open context menu, now click on the 'text' before the link;
    • Expected Result: The element path bar is refreshed.
    • Actual Result: The element path bar still indicate the old position.
#3378 [IE] Source code format incorrect with paragraph IE Confirmed Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Switch to 'Source' mode;
  • Actual Result: there's no visual line-break after <p>.
#3380 Keyboard shortcut for toolbar doesn't work in FF 2 IBM Confirmed Review+ Garry Yao 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 Garry Yao 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+ Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Insert a table, right click to open context menu which has sub-menu;
  3. Navigate to the menu item which would trigger sub-menu, press 'arrow-right' key.
    • Expected Result: Sub menu show up.
    • Actual Result: Javascript error thrown.
#3391 Table dialog layout review Confirmed IBM Review+ Frederico Caldeira Knabben 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+ Garry Yao 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? Martin Kou Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass.html in IE6.
  2. Switch to Source mode.
  3. The source text area is collapsed in height.
#3401 V3 - Implement baseHref functionality Confirmed Review+ Garry Yao New Feature closed Normal
Description

We have base tag config but it works in preview only.

#3403 Adding 'hasAttribute' method Confirmed Review+ Martin Kou 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+ Artur Formella 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 Frederico Caldeira Knabben 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+ Artur Formella 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+ Martin Kou 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:

  1. Open Ajax sample
  2. Go to Source mode and remove all content
  3. Go back to RTE
  4. Add new table with default values.
  5. Delete trailing <p> so that the table is the last element in the document
  6. Attempt to add further text after the table

Actual result:
It is not possible to focus outside the table at the end of the document.

This works well in IE 7.

#3422 [FF] DomIterator should preserve padding block BR Confirmed Review+ Martin Kou 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.
So the correct behavior should respect these special blocking padding elements.

#3430 Provide an easy way to add and remove plugins Confirmed Review+ Frederico Caldeira Knabben 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+ Martin Kou Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass.html in IE.
  2. Double click "You" in the editing area.
  3. Click the Bold button.
  4. "You are using " is bolded.

The bug can be reproduced across IE6, 7 and 8.

#3437 Show blocks command state is not correctly preserved across mode changes. Confirmed Review+ Garry Yao Bug closed Normal
Description

To reproduce:

  1. Open replacebyclass.html.
  2. Press "Show Blocks" button.
  3. Switch to Source mode.
  4. Switch back to WYSIWYG mode.
  5. The blocks are still shown, but the state of the show blocks button is wrong.

This bug can be reproduced on all browsers.

#3438 Floating panels are off by (-1px, 0px) in RTL mode. Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

To reproduce:

  1. Add config.language = 'ar'; in config.js to get an RTL UI.
  2. Open replacebyclass.html in Firefox, Safarai, Opera or IE.
  3. Open any floating panel - e.g. the font combo box.
  4. The floating panel is opened 1px off to the left from its intended position.
#3439 IgnoreEmptyParagraphValue has no effect if ProcessHTMLEntities is false Confirmed Review+ Frederico Caldeira Knabben Bug closed Normal
Description

If setting ProcessHTMLEntities to false, empty paragraphs are filled with the &#160; entity, instead of &nbsp;. Because of this, IgnoreEmptyParagraphValue is having no effect, and an empty editor outputs:

<p>&#160;</p>
#3441 CKEDITOR changes script tag content Confirmed Review+ Frederico Caldeira Knabben 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(&#39;sample text. You are using </script><a href="http://www.fckeditor.net/"><script>FCKeditor</script></a><script>&#39;);</script></p>

expected result: nothing changed

#3448 Images aren't selectable in Safari Confirmed Review+ Garry Yao 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 mosipov,th-schwarz Task closed Normal
Description

see summary

#3450 [IE] Find result highlighting problem IE IBM Confirmed Review+ Garry Yao Bug closed Normal
Description

Previous highlight marking style is not removed when search more than twice.

Reproducing Procedures

  1. Open the replace by class example page;
  2. Open 'Find' dialog, search for 'some';
  3. Keep the dialog open, another search for 'are'
  • Actual Result: Search results from both matching are marked.
#3462 The About button must remain enable in source mode Confirmed Review+ Frederico Caldeira Knabben 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 Garry Yao Bug closed Normal
Description

Reproducing Procedures

  1. Open the replace by class example page in FF without initial focus;
  2. Click on 'New Page' button
    • Actual Result: Javascript error thrown.
#3475 [FF] Multirange broken when command used several times Firefox Confirmed Garry Yao Bug closed Normal
Description

Multirange broken when command used several times.

Reproduction steps:

  1. Use bold on 2 separate chunks of text.
  2. Select part of 1st and part of 2nd chunk.
    <strong>^fo^o </strong>bar<strong> f^oo^2</strong>
    
  3. Click "bold" button several times.

Depending on first selection range start, there are 2 possible misbehaviors:

  1. Second selection will jump from proper selection to rest of previously bolded text (of 2nd chunk).
  2. Second (or both) selections will disappear after second or third use of bold command, but still they will make some DOM modifications.

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+ Garry Yao Bug closed Normal
Description

Steps to reproduce:

  1. Open nightly Replace text area by class name sample
  2. Place cursor on the bold sample text text
  3. Attempt to create a list or indent the paragraph


Actual result
The feature fails, leaving behind an _fck_bookmark span as below:

<p>
  This is some <strong>samp<span _fck_bookmark="1" id="cke_bm_81S" style="display: none;">&nbsp;</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).
Reproduced on FF2, FF3 and IE7

#3477 Enter prepends newline sometimes Confirmed Garry Yao Bug closed Normal
Description

Enter prepends newline sometimes, instead of splitting actual line.

  1. Using following source:
    <strong>a</strong>b^
    
  2. Move cursor to the left, between "a" and "b"
  3. Hit enter, empty newline will be prepended

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+ Martin Kou Bug closed Normal
Description
  1. use chrome(version:1.0.154.36) 2.create a table
  2. paste something into table
  3. the format of the table is error
#3487 getText() not always returns string Confirmed Review+ Tobiasz Cudnik Bug closed Normal
Description

For empty nodes, getText() will return undefined instead of empty string. According to jsdoc, this method returns string.

Sample testcase

  1. Using "Replace Textarea by code" example, fill editor with content:
    <h1></h1>
    
  2. Evaluate this code:
    var e = CKEDITOR.instances.editor1;
    var text = e.document.getBody().getChild( 0 ).getText();
    console.log(typeof text);
    CKEDITOR.tools.trim(text);
    
  3. Results in "TypeError: str is undefined" from CKEDITOR.tools.trim

Please correct me if my point of view is incorrect.

#3488 Safari: Cell context menu doesn't always work IBM Confirmed Review+ Martin Kou Bug closed Normal
Description

Steps to reproduce:

  1. Open ajax sample
  2. Create table with default values
  3. Right click in a cell to invoke context menu.
  4. Attempt access the cell sub-menu.


Actual result:
Cell sub-menu doesn't display.

#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.
Reproduced on FF3

#3490 Context menu does not display properly in IE6. IBM Confirmed IE6 Review+ Martin Kou Bug closed Normal
Description

Reproduced on latest nightly Ajax sample. Please refer to attached image.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy