Custom Query
Results (1101 - 1200 of 2646)
Ticket | Summary | Keywords | Owner | Type | Status | Priority | ||
---|---|---|---|---|---|---|---|---|
#3875 | [Safari] Context menu for cells not complete | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Result: Context menu contains the following options
Missing: Cell, Row, Column menus This also occurs for cells that have content but where the user right clicks outside of the text in the cell. Safari 3.2.2 on WinXP |
|||||||
#3876 | Dialog elements should use explicit labels instead of implicit labels. | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
Most dialogs elements in CKEditor 3 are using implicit labels at the moment. e.g. <label id="68_uiElement" class="cke_dialog_ui_checkbox"> <input class="cke_dialog_ui_checkbox_input" id="67_uiElement" type="checkbox" /> Match whole word </label> Checkpoint 12.4 of the WCAG 1.0 standard recommends explicit labels to be used instead. |
|||||||
#3877 | iframe in dialogs are missing titles. | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
The HTML source of file input iframes in link, image and flash dialogs read like this: <iframe allowtransparency="0" class="cke_dialog_ui_input_file" id="241_fileInput" src="javascript:void(0)" frameborder="0"></iframe> Checkpoint 12.1 of the WCAG 1.0 standard recommends that iframes should have titles. |
|||||||
#3878 | Image pop-up have scrollbars | Confirmed Review+ | New Feature | closed | Normal | |||
Description |
Not all content fits to window of image pop-up. It happens in russian language. I think, you must dynamically determine window desired size after all content are rendered. |
|||||||
#3879 | [webkit] Color button panel incorrect size on first open | Webkit Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3880 | Typo in fckdomrange_ie.js | Review+ | Bug | closed | Normal | |||
Description |
Line 114 of fckdomrange_ie.js says bIsStartMakerAlone = ( forceExpand || !eStartMarker.previousSibling || eStartMarker.previousSibling.nodeName.toLowerCase() == 'br' ) && !eStartMarker.nextSibing ; Take note of the last property name, "nextSibing" - it's a very subtle error but this property does not exist. It is actually causing the statement after the "&&" sign to be redundant because it always returns true. This is actually the reason why we have this comment in CKEditor 3's selection plugin: // The isStartMarkerAlone logic comes from V2. It guarantees that the lines // will expand and that the cursor will be blinking on the right place. // Actually, we are using this flag just to avoid using this hack in all // situations, but just on those needed. // But, in V3, somehow it is not interested on working whe hitting SHIFT+ENTER // inside text. So, let's jsut leave the hack happen always. // I'm still leaving the code here just in case. We may find some other IE // weirdness and uncommenting this stuff may be useful. The isStartMarkerAlone flag doesn't work in v3 because the ported logic doesn't have that typo. The solution to this is to fix remove the wrong "nextSibing" condition from the line and also fix the "bIsStartMakerAlone" name typo - this one doesn't have any effect on logical correctness but is still spelled wrong. |
|||||||
#3881 | More Colors | Confirmed Review+ | New Feature | closed | Normal | |||
Description |
Hi there! By setting config.colorButton_enableMore = true; in color and background-color tools appears the button to choose more colors but anything happens. |
|||||||
#3882 | pasteFromWordRemoveStyle config key ignored | Confirmed Review+ | Bug | closed | Normal | |||
Description |
A default value of false is set _source/plugins/pastefromword/plugin.js for CKEDITOR.config.pasteFromWordRemoveStyle, but this config key is not used anywhere. I am attaching a simple patch to cause this key to set the default value for the "Remove Styles" checkbox in the Paste from Word dialog. Keep up the great work! |
|||||||
#3883 | [FF2] Styles do not break at cursor when toggled | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Result: The style is undone for the whole text added in (3). Expected: The style should break where the cursor is. Reproduced on FF2. Seems to work in FF3. |
|||||||
#3884 | Empty href attribute values are created twice | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Result: <a href="" href="" name="myLink">The link</a> |
|||||||
#3887 | Create list command leaking into the rest of the document. | IBM Review+ | Bug | closed | Normal | |||
Description |
The symptom of this bug seems similar to #3780, but so far I've found it to be caused by the domiterator and thus it is a actually very different beast. To reproduce:
This bug was discovered while working on #3782. |
|||||||
#3891 | [IE7] Font color selector not working after using automatic option | IBM Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Result: the automatic option is not applied. From this point onwards, using the font colour will produce unexpected results. |
|||||||
#3893 | Unable to indent a list | IBM Confirmed Review+ | New Feature | closed | Normal | |||
Description |
The indent feature does not allow indenting whole lists. |
|||||||
#3896 | The editing area flashes on gray when loading | Confirmed Kama Review+ | Bug | closed | Normal | |||
Description |
If you switch to source and back to wysiwyg, it's noticeable a "rendering flash" in the editing area. Sometimes it's even possible to see the loaded contents in the gray (skin color) background that suddenly turns on white. |
|||||||
#3897 | There should be no image previews when the URL is empty in image dialog | Oracle Confirmed Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Or, alternatively
|
|||||||
#3898 | Add validation checks to image properties dialog. | Oracle Confirmed Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
An image with no src is created. This is not really a critical issue, but it's reasonable to have some validation there. |
|||||||
#3899 | Navigating problem in IE8 after image added | IE8 IBM VendorFix | Bug | closed | Normal | |||
Description |
Browser name and OS: Windows XP, in IE 8 only. Steps to reproduce: Go to the end of the lest line (pay attention there is no text after your cursor). Add picture. go to the text before the picture. try to move your cursor to write text after the picture. You'll find out it's not possible. |
|||||||
#3903 | Unable to override font colors | HasPatch Review+ | Bug | closed | Normal | |||
Description |
The config.colorButton_colors setting allows overriding the colors that are shown in the font and background color dropdowns. However, because of a bug in _source/plugins/colorbutton/plugin.js, this setting is not respected. The solution is to check config.colorButton_colors instead of CKEDITOR.config.colorButton_colors. This is similar to how other plugins work. Attached is a patch. |
|||||||
#3905 | Editor causes unauthenticated content warnings over SSL in FF 3.5 | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Firefox 3.5 is showing an unauthenticated content warning icon on https pages with editors. Such warnings look unprofessional and tend to scare users away. The offending code is in ckeditor.js:
|
|||||||
#3909 | Clicking another input field takes 2 clicks in IE | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Using IE8, if the editor is on a page that contains other input controls (text ones) and the CKEditor has focus it takes 2 mouse clicks to get focus into another text input control on the page instead on one. Tabbing seems to work fine however and FF does not seem to have this click problem. |
|||||||
#3912 | UI color plugin fails in IE with 3+ editors | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
With three or more editors in the same page in IE, trying to change the UI color for all editors causes a JS exception when changing the color for the third editor. The specific problem is in skins/kama/skin.js, line 153: uiStyle.$.styleSheet is null. |
|||||||
#3916 | Maximize does not enlarge editor width when width is set. | Oracle Review+ Confirmed | Bug | closed | Normal | |||
Description |
To reproduce:
|
|||||||
#3918 | It is possible to edit fakeObject using Image plugin | Confirmed Review+ | Bug | closed | Normal | |||
Description |
2.Back to WYSIWYG 3.Select the anchor 4.Open the Image Button dialog. Fake image is loaded what is wrong. 5.Click OK (convert to image button) Result: <p> <input alt="Anchor" src="http://localhost/edytor/CKEditor/trunk/images/spacer.gif" type="image" /></p> |
|||||||
#3920 | Special Character dialog cursor | Review+ | Bug | closed | Normal | |||
Description |
Mouse cursor over characters shows as text instead of arrow or hand. |
|||||||
#3921 | [IE] Container scroll issue on IE7 | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Moved from forum thread. <div style="overflow:scroll;height:200px;"> <p> <label for="editor1"> Editor 1:</label><br/> <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> </div> If top container has scroll, only menu scroll but iframe imitate position fixed in ie7. |
|||||||
#3925 | FCKDialog.OpenDialog() - wrong variable mapping (parentWindow) | Confirmed Review+ | Bug | closed | Normal | |||
Description |
FCKEditor 2.6.4 This is not a "theoretical" note, I found this bug during development of something. See .../_source/internals/fckdialog.js The parameter *parentWindow* in the function OpenDialog() declaration and and the variable *topWindow* that sets a property of the dialogInfo object are the same thing actually. Only one should stay - parentWindow or topWindow. Here is an example for a correction: var FCKDialog = ( function() { ... return { /** * Opens a dialog window using the standard dialog template. */ OpenDialog : function( dialogName, dialogTitle, dialogPage, width, height, customValue, parentWindow, resizable ) { ... // Setup the dialog info to be passed to the dialog. var dialogInfo = { Title : dialogTitle, Page : dialogPage, Editor : window, CustomValue : customValue, // Optional // -------------- A correction starts here --------------------- //TopWindow : topWindow // Wrong TopWindow : parentWindow // Correct // ------------------------------------------------------------- } ... }, ... |
|||||||
#3926 | [IE] SCAYT require two clicks to initialize | IE Confirmed | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3929 | [IE] Paste text from dialog is broken | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3933 | Extra line at the end of document in enterMode=BR | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3936 | SCAYT customer ID | Review? | Task | closed | Normal | |||
Description |
Banner invites to purchase the customer ID, but the configuration entry is hidden in code. |
|||||||
#3937 | [IE] The first opened panel doesn't hide | IE WorksForMe | Bug | closed | Normal | |||
Description |
Steps to reproduce:
|
|||||||
#3939 | Remove list create paragraph in enterMode=BR | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3940 | list operation doesn't stop at table | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3946 | Unable to hide contextmenu | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3948 | [IE] Preformatted selection problem | IE IBM Confirmed | Bug | closed | Normal | |||
Description |
There is an issue when selecting or deleting text that is formatted (<pre>).
To reproduce:
Result: Runtime Error, line 83. Error: 'nodeValue' is null
|
|||||||
#3949 | [IE] Preformatted edit problem | IBM IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
This issue may be related to #3948.
<pre>Test line 1 Test line 2</pre>
Notice that a space is added instead of a new line.
Result: <pre>Test line 1 Test line 2</pre> The actual result should be a new line, the space and "1" should not be on the new line |
|||||||
#3950 | [Safari] Insert column before/after problematic | IBM Confirmed WebKit Review+ | Bug | closed | Normal | |||
Description |
To reproduce:
Result is that the column is added to the beginning of the table and not before the selected column |
|||||||
#3951 | Reset size and lock ratio options not accessible in Image dialog | IBM Confirmed Review+ | Bug | closed | Normal | |||
Description |
The two options "reset size" and "lock ratio" are not keyboard accessible. |
|||||||
#3953 | Keystroke for close Paste dialog | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Steps to reproduce:
Actual result: nothing happened Expected result: dialog is closed |
|||||||
#3956 | About dialog doesn't work in Source Mode | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
About dialog doesn't work in Source Mode in IE. Opening causes JS error. |
|||||||
#3959 | [FF] Pasting content from Word causes problems | Firefox Confirmed IBM Review+ | Bug | closed | Normal | |||
Description |
When pasting content from a Word document that happens to have a date field the content styles are displayed incorrectly. The height of the text is incorrect and results in excessive overlapping (see attached example). Also, the table in the provided word document is removed. The incorrect font styles and the removed table issue only occur in FF. IE is working well.
To reproduce:
Using the same document with the date field removed fixes the style issue (see Test_doc_without_date.doc), although the table is still removed. Pasting directly into the content area preserves the table. |
|||||||
#3968 | About dialog layout is broken with IE+Standards+RTL | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
The about dialog layout is broken in the IE+Standards+RTL combination. |
|||||||
#3969 | Dialogs are too wide in FF2 | Confirmed Firefox Review+ | Bug | closed | Normal | |||
Description |
This is a regression... in FF2, the dialogs are 100% wide. |
|||||||
#3970 | Source mode textarea issue on IE7 strict with scrollbars | IE | Bug | closed | Normal | |||
Description |
Source mode textarea issue on IE7 strict with scrollbars. Continuation of #3921. TC<div style="overflow:scroll;height:200px;"> <p> <label for="editor1"> Editor 1:</label><br/> <textarea cols="80" id="editor1" name="editor1" rows="10"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> </div>
|
|||||||
#3972 | Unable to remove list with enterMode=BR | Confirmed Firefox Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3973 | Bulleted List Bug IE8 | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
In the nightly build you can cause this error by doing the following: Type some text on a new line. Then bold and underline the text. Press ENTER to move to the next line. Then press the bulleted List Item on the toolbar to create a bulleted list. This causes a javascript error. |
|||||||
#3974 | IE - reversed attributes | IE | Bug | closed | Normal | |||
Description |
Open plugins/htmldataprocessor TC in IE. Tests: #3591 and #3884 failed in IE because attributes are in wrong order. |
|||||||
#3975 | One of tests in htmldataprocessor is not complete | Review+ | Bug | closed | Normal | |||
Description |
test_innerHtmlComments_ticket_3801 in tests/plugins/htmldataprocessor is not complete. Text fields with id = '_TEXTAREA_3801_' + i are missing. |
|||||||
#3977 | Style plugin uses not existing CKEDITOR.tools.replace() | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Line 804 in plugins/style/plugin.js: return CKEDITOR.tools.replace( ' ', match.length - 1 ) + ' '; The test case also should be updated (core/tools.html). |
|||||||
#3978 | setStyle float broken on IE7 strict | IE Review+ | Bug | closed | Normal | |||
Description |
TC( new CKEDITOR.dom.element('div') ).setStyle( 'float', 'left' ).getAttribute( 'style' ) Result: "cssfloat: left;" |
|||||||
#3979 | IE+Quirks: Dialogs are smaller | IE | Bug | confirmed | Normal | |||
Description |
When comparing the IE+Quirks dialogs, they are a bit smaller in width than IE+Standards. |
|||||||
#3982 | Enterkey on empty list item result weird | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#3983 | Extra comma in toolbar definition causes JavaScript error in IE | Confirmed IE Review+ | Bug | closed | Normal | |||
Description |
When calling CKEDITOR.replace on this sample page http://72.197.202.64:33112/entries/show/5 with ie8 on a vista machine, I get the following Javascript Error 'length' is null or not an object ckeditor.js, line 67 character 1800 I do not get this error using Chrome or Firefox 3.5 |
|||||||
#3987 | Updated Spanish translation | Review+ | Bug | closed | Normal | |||
Description |
Added all missing entries for V3. Why does the langtool change the final line of all the lang files? |
|||||||
#3988 | [FF] Can not second save | Confirmed Review+ | Bug | closed | Normal | |||
Description |
In firefox (tested 3.0, 3.5) if send data via ajax and recreate editor second send no change text area. I create test file with sam error.
Text is set correctly
Old text is set |
|||||||
#3989 | Scrolling problem with IE and RTL pages | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
when using the editor in a rtl page [in IE], the x-scroller is stretching and when the client scrolls it all the way left you see something as 'Rich text editor, editor1'. for example, if using this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl"> <head> <script type="text/javascript" src="ckeditor.js"></script> <title>CKEditor Test</title> </head> <body> <textarea class="ckeditor" id="editor1"></textarea> </body> </html>
The output is:
|
|||||||
#3990 | [IE7/8] Con not start edit | IE Confirmed | Bug | closed | Normal | |||
Description |
Can not star editing text clicking everiwhere in texteditor. Must click on existing text line. Its problem if texteditor is empty. You must click on first empty line. Test with 3936 |
|||||||
#3991 | [IE] In quirks, text not visible in v2 and office2003 skins | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
All IE versions. In quirks, text is not visible in v2 and office2003 skins. Refer to attached screenshot. |
|||||||
#3992 | Fix core/ckeditor2 test | Confirmed Review+ | Task | closed | Normal | |||
Description |
There is a run-time error: CKEDITOR.loadFullCore is not a function http://localhost/edytor/CKEditor/trunk/_source/tests/core/ckeditor2.html Line 15 My suggestion is to replace the following line <script type="text/javascript" src="../../../ckeditor_source.js"></script> <!-- %REMOVE_LINE% with: <script type="text/javascript" src="../../../ckeditor_basic_source.js"></script> <!-- %REMOVE_LINE% |
|||||||
#3994 | Horizontal line issue | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Steps to reproduce:
Result: Chrome - new line was added at the beginning of the content IE - new line was added at the end of the content FF3 - no line due to JS error: parentNode is null http://localhost/edytor/CKEditor/trunk/_source/core/dom/node.js Line 197 |
|||||||
#3996 | startupFocus doesn't work if editor starts in Source mode | Confirmed Review? | Bug | closed | Normal | |||
Description |
startupFocus doesn't work if editor starts in Source Mode. Test Case in attachment. |
|||||||
#4001 | Using the link button on an image produces incorrect HTML code, and it doesn't work | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Bug in CKEditor (Nightly Build Revision 3936) OS: Windows XP Browser: Mozilla Firefox 3.5.1 (also tested in Google Chrome - same problem) Here's what I did:
Instead of generating <a href="http://targeturl"> code, it generates something like this: <img href="http://targeturl" ... > This happened in both the downloaded version on our test server, as well as your online demo. |
|||||||
#4003 | Markup on the image dialog disrupted when removing the border input | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
When removing the border option, the whole dialog markup is disrupted (on IE).
It only happens if the language uses RTL direction.
|
|||||||
#4007 | [IE8] Source area overflow from editor chrome | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
As we can see from the screenshot, the source area is obviously overflowed. Reproducing Environment
|
|||||||
#4008 | [IE] About dialog throw Javascript error | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4010 | [IE] Outdent break list numbering | IE | Bug | closed | Normal | |||
Description |
This is derived from #1491. Reproducing Procedures
|
|||||||
#4011 | [IE] Tab is not focused in dialog on ALT-F10 | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4014 | [FF2] no dialog button backgrounds | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
[FF2] no dialog button backgrounds, as visible on the screenshot. |
|||||||
#4016 | Dialog buttons inconsistency | Confirm Review+ | Bug | closed | Normal | |||
Description |
Some of the dialog buttons are:
This doesn't concerns footer buttons, only main dialog's content ones. I think all should be with min-size and centered. Attaching some screenshots. |
|||||||
#4018 | [FF2] No richcombo text visible | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
After a click on editors content inline combo labels disappears. Firefox 2. |
|||||||
#4026 | [IE7] Office2003 skin has no toolbar button borders in High Contrast | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
[IE7] Office2003 skin has no toolbar button borders in High Contrast |
|||||||
#4028 | Maximize control's tool tip is wrong once it is maximized | Oracle Confirmed Review+ | Bug | closed | Normal | |||
Description |
Once the editor is maximized using the maximize control, the maximize control's tooltip should show as 'Minimize' instead of that it still shows as 'Maximize' |
|||||||
#4029 | [IE6] Format combo background-color incorrect | IE | Bug | closed | Normal | |||
Description |
See attached screenshot. |
|||||||
#4030 | [IE6] Element path bar 'p' tag is jumping | IE | Bug | closed | Normal | |||
Description |
All tags within the path bar look ok except 'p', it's with a different font color and even jumping when hover it. |
|||||||
#4031 | [IE] Cursor shape on combo incorret | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Currently three different shapes of cursor displayed when you hover a combo, they're respectively: text,pointer,default. |
|||||||
#4032 | [IE8] Toolbar height changing when focus document | IE | Bug | closed | Normal | |||
Description |
See attached screenshot for the problem, it doesn't occur if the page is served from local file system. |
|||||||
#4033 | [IE8] combo content keep invisible until hover it | IE | Bug | closed | Normal | |||
Description |
As shown by the screenshot, the drop down list content is only visible when you mouse over it. |
|||||||
#4034 | [IE] second level context menu text cropped | IE | Bug | closed | Normal | |||
Description |
We should have the menu item text fully displayed instead of been cropped as attached screenshot. |
|||||||
#4035 | [IE6] Paste dialog size too small | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
See attached screenshot. |
|||||||
#4036 | [IE] Insert select control is causing error | IE Confirmed | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4037 | [IE] Advanced property problem with flash dialog | IE Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4038 | [IE7] Unable to shrink editor width | IE | Bug | closed | Normal | |||
Description |
When dragging the resize handler, shrinking horizontally is stuck. |
|||||||
#4040 | [IE] Remove multiple cells doesn't work | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4041 | [IE] Remove multiple rows doesn't work | IE Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4042 | [IE] 'Protocol' field broken when typing 'url' in link dialog | IE | Bug | closed | Normal | |||
Description |
The protocol select is shrinking when we focus and begin to change url text input. |
|||||||
#4046 | Text align should respect EnterMode=br | Confirmed Review+ | Bug | closed | Normal | |||
Description |
This's a bug migration of #390. Reproducing Procedures
|
|||||||
#4047 | [IE] Backspace button on control type trigger history backward | IE Review+ | Bug | closed | Normal | |||
Description |
This's a migration of #327. Reproducing Procedures
|
|||||||
#4048 | Context submenu lacks uiColor | Kama Confirmed Review+ | Bug | closed | Normal | |||
Description |
Context submenu lacks uiColor in Kama skin. |
|||||||
#4049 | Kama skin too wide with config.width | Kama Review+ Confirmed reopen | Bug | closed | Normal | |||
Description |
Kama skin is too wide when config.width is used. Difference is 12px, which cames from padding (2x 5px) and borders (2x 1px). Kama skin should include those measures when setting it's width to desired size. |
|||||||
#4051 | IE drag div not working | IE | Bug | closed | Normal | |||
Description |
In firefox you can drag an absolute positioned div around to change its position, you can do this by using the move handle that appears when you click on a absolute positioned div (eg <div style="position: absolute; top: 20px; left: 20px;"> This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>. </div> ). In IE however, when you want to drag the div, it appears to behave like dragging an image, so you can only drop it between other content, thereby only changing the DOM position, but not the CSS position. This problem was first reported as ticket #699 but has expired, though it still remains with FCKeditor 2.6.4.1 and CKEditor 3.0rc (both in IE7+8) |
|||||||
#4052 | [IE8] document weird size when open dialog | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4053 | context menu missing form properties entry | Confirmed Review+ | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4054 | [IE6] Text Field attributes are destroyed when open dialog | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4055 | [IE6] Control type element is masking toolbar button. | IE | Bug | closed | Normal | |||
Description |
When we're having a vertical scrolled document with control type element selected in it, the toolbar buttons under which is been masked and are thus unable to been clicked. |
|||||||
#4056 | Hidden field problem | Confirmed Review+ | Bug | closed | Normal | |||
Description |
There were many problems with hidden fields. Reproducing Procedures
|
|||||||
#4058 | [FF3,5] Sometimes WYSYWIG area is not editable | Firefox Confirmed Review+ | Bug | closed | Normal | |||
Description |
Sometimes WYSYWIG area is not editable. Please try the attached test case. The core is loaded from my server (nightly build). Test: occurs in about 60% of cases, Firefox 3.5, reloading with F5, disabled cache. Works fine in other browsers. |
|||||||
#4061 | [IE]Table dialog is missing caption and summary attribute | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4062 | [IE] line after HR/Page Break problem | IE | Bug | closed | Normal | |||
Description |
Reproducing Procedures
|
|||||||
#4065 | SCAYT doesn't work with SSL | Review+ | Bug | closed | Normal | |||
Description |
SCAYT doesn't work with SSL. <script type="text/javascript" src="https://svc.spellchecker.net/spellcheck/lf/scayt/scayt1.js"> Failed to load source for: https://svc.spellchecker.net/spellcheck/lf/scayt/scayt1.js </script> |
|||||||
#4067 | Fullpage support | Confirmed Review+ | New Feature | closed | Normal | |||
Description |
The editor don't actually have full page support yet despite of the existence of fullPage config entry. |