Custom Query
Results (3501 - 3600 of 11754)
| Ticket | Summary | Owner | Type | Priority | Milestone | Component |
|---|---|---|---|---|---|---|
| #3530 | Hook FCKeditor_MediaWiki | Bug | Normal | Project : MediaWiki+FCKeditor | ||
| Description |
Getting this bug when trying to edit something on wiki. can someone give me a light?? thanks. Detected bug in an extension! Hook FCKeditor_MediaWiki::onCustomEditor failed to return a value; should return true to continue hook processing or false to abort. Backtrace: #0 /var/www/html/mediawiki/includes/Wiki.php(497): wfRunHooks('CustomEditor', Array) #1 /var/www/html/mediawiki/includes/Wiki.php(63): MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest)) #2 /var/www/html/mediawiki/index.php(114): MediaWiki->initialize(Object(Title), Object(Article), Object(OutputPage), Object(User), Object(WebRequest)) #3 {main} |
|||||
| #3531 | Implement the "Menu Button" UI element | New Feature | Normal | CKEditor 3.0 | UI : Toolbar | |
| Description |
We should have ways to define a button in the toolbar, which opens a menu when clicked. It can be used to group buttons, or even show specific button options. |
|||||
| #3532 | Simplify the "Panel Button" plugin | Task | Normal | CKEditor 3.0 | General | |
| Description |
There is a lot of code duplication with the panelbutton plugin. It's a copy of the button plugin, which small customizations. It should be possible to reuse the button plugin class there. |
|||||
| #3533 | StyleCombo doesn't open in Webkit and Opera | Bug | Normal | CKEditor 3.0 | General | |
| Description |
Open replacebyclass sample in Opera/Webkit and click StyleCombo - combo opens but hides immediately. Click once again - nothing happens. Click once again - nothing happens. Click the editor content and click StyleCombo once again - it opens. |
|||||
| #3534 | Context menu has wrong pointer icon | Bug | Normal | CKEditor 3.0 | General | |
| Description |
The mouse pointer over the context menu items is the "text" pointer. It should be the arrow instead. |
|||||
| #3535 | IE: The context menu rapidly flashes at the left of the document when opening | Bug | Normal | CKEditor 3.0 | UI : Context Menu | |
| Description |
In IE, when showing a context menu panel, it rapidly flashes at the the very left of the document (in the correct Y position though) and them moves the the right place. |
|||||
| #3536 | FF: Image size is set to 0x0 on upload | Bug | Normal | General | ||
| Description |
I was not allowed to reopen bug #481, so I create a new bug report even though it is completely the same thing. Configuration:
FCKeditor: 2.6.4 Steps to reproduce bug:
--> Uploaded image is very shortly shown in the preview window. Afterwards, it disappears. The box "height" and "width" both contain the value "0". If I click on the resize button, the correct values for height/width get set and the image is shown again in the preview window. I tried following the solution in the previous report by further increasing the wait time to 1000ms, but without success. The bug can also be reproduced by browsing the server for an image, which was uploaded before. |
|||||
| #3537 | Template dialog: dropdown to select template | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
| Description |
The dialog to insert a template has a dropdown to select a template on the "Manual" tab. When selecting a template, the template code ("{{whatever}}") is inserted on the "Edit" tab automatically. This dropdown should (also) be available on the "Edit" tab of the template dialog to make inserting a template easier. |
|||||
| #3539 | "User Interface Languages" example is broken in the nightly build | Bug | Normal | CKEditor 3.0 | General | |
| Description |
The problem is in _languages.js which was accidentally overwritten with [3406]. _languages.js was apparently broken by CKLangTool, ignoring files beginning with underscore has been introduced with [3405]. |
|||||
| #3540 | img tags generated by the editor should always have alt attribute. | Bug | Normal | CKEditor 3.0 | Accessibility | |
| Description |
We're currently missing out the alt attribute generated from
|
|||||
| #3541 | IDs in dialog violates W3C specs | Bug | Normal | UI : Dialogs | ||
| Description |
According to HTML 4.01 Specification IDs should not start with a digit: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
All dialog fields start with a digit, eg:
|
|||||
| #3543 | Allow editor to inherit container's computed style | New Feature | Normal | General | ||
| Description |
Sometimes even specifying editor area css and classes is not enough for accurate inplace editing. It would be a nice feature to add a switch function to apply the getComputedStyle of the container to the editor IFRAME (and maybe even automatically apply external CSS files also). |
|||||
| #3544 | Color to a blank pop-up button | Bug | Normal | General | ||
| Description |
Color to a blank pop-up button |
|||||
| #3547 | Compare versions shows changes that were not made by user | Bug | Normal | General | ||
| Description |
Compare versions feature is showing a lot of changes at the bottom of their document that were not made and shouldn't be there. The issue can be reproduced by pasting in the source of the original document (using the "source" button in FCK editor), then simply editing, saving, and publishing that document without changing the content. It appears that simply loading some documents in the FCK editor modifies their contents. Steps to reproduce: 1) create new content with Rich Text editor. In the rich editor, click on the source button to edit the document source, erase any contents, and paste in the contents from before.txt (attached). 2) save and publish the document. 3) edit the document created in step 1. Do not change any content. 4) save and publish the document. 5) click on the info tab in the document box in the right column. Click on "Compare Versions". Even though no changes were made, the source was modified. A large block of invalid changes are marked at the bottom of the document. |
|||||
| #3548 | Add lang attribute to editor UI elements. | Bug | Normal | CKEditor 3.0 | Accessibility | |
| Description |
Checkpoint 4.1 of WCAG: http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-changes The lang attribute is important because it tells screenreaders about the language it should use to read text. For example, if a screenreader assumes the page is written in English (because the webpage is written in English), yet the editor UI is being displayed in French (because browser's preferred language is French), then a screenreader would read the editor's UI labels as if it's written in English. That would mean unrecognizable speeches from the screen reader. It should be enough to add the lang attribute to three places:
|
|||||
| #3549 | [IE8] Empty dropdowns | Bug | Normal | CKEditor 3.0 | General | |
| Description |
IE8's compatibility mode there is no problem, but not in compatibility mode button will be under the font settings problem |
|||||
| #3550 | Add accessible labels for fakeobject placeholders. | Bug | Normal | CKEditor 3.0 | Accessibility | |
| Description |
fakeobject placeholders currently have only an empty alt attribute for basic standards compliance. That's not useful for visually impaired users as they still have no idea what the placeholder image actually means. |
|||||
| #3551 | FCK Editor 2.6.4 IE8 HTML4 scrolling errors | Bug | Normal | General | ||
| Description |
Descriptive summary: JavaScript errors appearing when scrolling the editor window in IE8, when clicking on the scrollbar. The error only occurs when the doctype is set to HTML4 (FCKConfig.DocType). Steps to reproduce: It is quite easy to reproduce - edit fckeditor\_samples\html\assets\sample15.config.js and add the line:
Then run sample 15 and put some new lines in to make a scrollbar appear in the editing area. If you click and drag the scrollbar, IE8 throws an exception and asks if you want to debug the web page. The error message given is "'nodeName' is null or not an object". Browser name and OS: Bug appears in: IE8, Windows XP or Vista. Bug does not appear: IE6 or IE7. Also does not appear in IE8 with no doctype, a doctype of HTML3.2 or XHTML1/1.1. Only HTML 4! Fix: The problem appears to be in fck_ie.js, function Doc_OnMouseDown, line 451
If this is changed to check that nodeName is defined first, then the errors go away, i.e:
This bug has not been fixed on the nightly build. |
|||||
| #3552 | FCK Editor 2.6.4 IE8 HTML4 add/edit hyperlink error | Bug | Normal | General | ||
| Description |
Descriptive summary: JavaScript errors appearing when adding a new hyperlink or when editing an existing hyperlink in IE8. The error only occurs when the doctype is set to HTML4 (FCKConfig.DocType). Steps to reproduce: It is quite easy to reproduce - edit fckeditor\_samples\html\assets\sample15.config.js and add the line:
Then run sample 15 and click into the hyperlink. Click the 'edit hyperlink' button. IE8 throws an exception and asks if you want to debug the web page. The error message given is "Invalid Argument". A simliar error appears if a new link is added, when fck_link.js also calls oEditor.FCKSelection.SelectNode( aLinks[0] ) from function Ok(); Browser name and OS: Bug appears in: IE8, Windows XP or Vista. Bug does not appear: IE6 or IE7. Also does not appear in IE8 with no doctype, a doctype of HTML3.2 or XHTML1/1.1. Only HTML 4! Fix: The problem appears to be in fckselection_ie.js, function FCKSelection.SelectNode. I think that if the statements in the try and the catch blocks are swapped round, so that it tries to create a text range first, instead of trying to create a control range first, it won't throw the error. The error is thrown outside of the try/catch block when executing oRange.select(). This bug has not been fixed on the nightly build. |
|||||
| #3553 | Toolbar collapse feature isn't keyboard accessible | Bug | Normal | CKEditor 3.0 | Accessibility | |
| Description |
It doesn't appear to be possible to collapse and restore the toolbar using the keyboard only. |
|||||
| #3555 | SCAYT button has wrong state when scayt_autoStartup = true | Bug | Normal | CKEditor 3.0 | UI : Spell Checker | |
| Description |
SCAYT button has wrong state when scayt_autoStartup = true |
|||||
| #3556 | Alt+F10 hotkey does not work in Source mode | Bug | Normal | CKEditor 3.0 | Accessibility | |
| Description |
To reproduce:
|
|||||
| #3557 | Disabled toolbar buttons are indistinguishable from normal toolbar buttons in JAWS | Bug | Normal | CKEditor 3.0 | Accessibility | |
| Description |
To reproduce:
|
|||||
| #3558 | Investigate alternatives to <a href="..."> tags for accessible interactive elements. | Task | Normal | Accessibility | ||
| Description |
Many interactive elements, such as toolbar buttons in CKEditor 3.0, use an <a href="javascript:void()"> tag due to the ability to get keyboard focus. The <a href="..."> tags causes the UI elements to be pronounced as links in JAWS, which is usually inappropriate because the UI elements are in fact buttons. |
|||||
| #3560 | Disable SCAYT before getData | Bug | Normal | CKEditor 3.0 | UI : Spell Checker | |
| Description |
We need to disable SCAYT before getData to remove additional SPAN elements. |
|||||
| #3562 | Reload SCAYT before insertElement | Bug | Normal | CKEditor 3.0 | UI : Spell Checker | |
| Description |
Steps to reproduce: -Enable SCAYT plugin -Insert "mmmmmmmmmmmmmmmmmmmmmmm" -Put cursor in the middle of this word. -Insert smile using the dialog ( mmmmmmm :D mmmmmmm ) . -Click on the first word to open context menu and click any of the suggestions. Result: The whole SPAN was replaced and smile is missing. Expected result: only part of the word is replaced with the suggestion. |
|||||
| #3563 | Disabled items have wrong style in menus | Bug | Normal | CKEditor 3.0 | General | |
| Description |
In menus, like the context menu or menu buttons, the disabled items are styled improperly. The background color for the icons space should be colored just like the enabled ones, having instead the icon and the text semi-transparent. Also, these items should not have hover state. |
|||||
| #3564 | Implement resize handle | New Feature | Normal | CKEditor 3.0 | General | |
| Description |
A planned feature in CKEditor 3.0 is that we should have a resize handle at the bottom right corner of the editor. |
|||||
| #3565 | [IE6] Floatpanel iframe focus error | Bug | Normal | CKEditor 3.0 | General | |
| Description |
TC
Reproduced in IE8 quirks. |
|||||
| #3566 | Context menu disappears after displaying one submenu in FF2 | Bug | Normal | CKEditor 3.0 | General | |
| Description |
To reproduce:
Result: the context menu disappears. |
|||||
| #3567 | FCKeditor inside gwt-ext LayoutDialog sometimes uneditable on show() | Bug | Normal | General | ||
| Description |
I have FCKeditor inside gwt-ext LayoutDialog that I hide/show multiple times during the long lifetime of the page. Sometimes after show() the editor becomes read only, I can see the cursor blinking in there, but can't edit anything, but doing a hide and show again fixes it. It seems to be happening only in IE and not very consistent. I wonder if it applies to any absolutely positioned editor that gets hidden and shown multiple times. |
|||||
| #3568 | Dialogs don't select all text when tabbing to text inputs | Bug | Normal | CKEditor 3.1 | UI : Dialogs | |
| Description |
It is standard functionality to select all text when tabbing to text inputs. This is missing in CKEditor's dialogs. V2 had this functionality. |
|||||
| #3569 | SCAYT should stop at form fields | Bug | Normal | CKEditor 3.0 | UI : Spell Checker | |
| Description |
The 'scayt_word' marker should split words separated by form field elements, while it's not: Reproducing Procedures
|
|||||
| #3570 | Elementpath work with SCAYT | New Feature | Normal | CKEditor 3.3 | UI : Spell Checker | |
| Description |
Elementpath should hide SCAYT marker '<span>' from end user. |
|||||
| #3571 | Find/Replace work with SCAYT | New Feature | Normal | UI : Spell Checker | ||
| Description |
During find/replace, SCAYT should be disabled. |
|||||
| #3572 | Replace result incorrect | Bug | Normal | CKEditor 3.0 | General | |
| Description |
Reproducing Procedures
|
|||||
| #3573 | No undo snap when inserting form fields | Bug | Normal | CKEditor 3.0 | General | |
| Description |
The problem happened generally for all form fields. Reproducing Procedures
|
|||||
| #3575 | Insert special character not keyboard accessible | Bug | Normal | CKEditor 3.0 | General | |
| Description |
This is the same issue as for the Smiley dialog. Ticket #3492 . |
|||||
| #3576 | Style system incorrectly remove element | Bug | Normal | CKEditor 3.3 | Core : Styles | |
| Description |
If you're applying any 'span' based style on the following range: <p>^this <span>tag</span> should not be removed.^</p> Then the span will always be removed, which is wrong. |
|||||
| #3577 | User Interface Languages sample doesn't load in IE | Bug | Normal | CKEditor 3.0 | General | |
| Description |
The file isn't being parsed as XML because it contains a
A simple solution is to change the html file. |
|||||
| #3581 | name attribute on anchors is duplicated | Bug | Normal | CKEditor 3.0 | General | |
| Description |
Load CKEditor and insert an anchor. Put any name on it. Switch to source mode, everything looks OK. <p> This<a name="test"></a> is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p> Switch to design and back to source, the anchor now has two name attributes <p> This<a name="test" name="test"></a> is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p> |
|||||
| #3582 | Contents of anchors isn't visible | Bug | Normal | CKEditor 3.6 | General | |
| Description |
Load CKEditor and switch to source mode. Simulate that you are editing any existing page from v2 with anchors that included text: <p> <a name="test">This is</a> some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p> Switch to design view and the contents of anchors isn't visible: some sample text. You are using CKEditor. This worked correctly in V2 |
|||||
| #3583 | Why Didn't Support Client Javascript Upload API | New Feature | Normal | General | ||
| Description |
Why Didn't Support Client Javascript Upload API,Such as Ewebeditor,at least i'll know which file i have upload! |
|||||
| #3584 | Theme is too fragile | Bug | Normal | General | ||
| Description |
Take a look at #3579. Due to a simple css rule that includes an ID the toolbar becomes broken. In the real world people uses multiple classes and ID in the css rules, so the styles won't get applied correctly. |
|||||
| #3585 | Inconsistent formatting of source code | Bug | Normal | CKEditor 3.0 | Core : Output Data | |
| Description |
(the closing </p> now is indented) |
|||||
| #3586 | Adjust the default formatting to match v2 | Bug | Normal | Core : Output Data | ||
| Description |
The new output system has more options to configure the formatting, but I think that the currently default looks a little strange. The v2 code looked nicer. Compare the v3: <p> This is some text<br /> </p> With v2: <p>This is some text</p> <p> </p> Ignoring the <br> and the final <p> </p>, the new version creates a new line and indents the content after the starting <p> IMHO, v2 looked nicer and it might help migration if the existing html isn't greatly changed when edited with v3. |
|||||
| #3587 | Error pressing enter after selectAll | Bug | Normal | General | ||
| Description |
The error is different than #3505 |
|||||
| #3588 | Templates plugin: no option to load from xml file | New Feature | Normal | General | ||
| Description |
Currently the templates plugin only allows to load the data from a js file without an option to use a XML like v2. This has some drawbacks:
So I suggest to improve the templates plugin allowing to load templates from XML files with the syntax from V2. |
|||||
| #3590 | Image dialog incorrectly states that some options have been changed | Bug | Normal | UI : Dialogs | ||
| Description |
An alert pops up stating that some settings have been changed, although I haven't touched any option. Reproduced at least with Firefox and IE |
|||||
| #3592 | "Title" attribute in flash dialog isn't useful | Bug | Normal | CKEditor 3.6.4 | UI : Dialogs | |
| Description |
The <object> element might accept a "title" attribute, but the reality is that the browsers won't use it anyway with flash objects, so that's something that isn't useful to the end user and it would be better if it's removed. |
|||||
| #3593 | Use body.contentEditable = true instead of domDocument.designMode = 'on' | Bug | Normal | CKEditor 3.3 | General | |
| Description |
Except Firefox 2, the rest of the browsers support contentEditable, and their behavior should be almost the same with at least one big difference: If body.contentEditable=true is used then the behavior of elements inside the body with contentEditable=false is as expected and the browser itself takes care of not allowing to edit them. This is really useful for little things like the Placeholder (v2 only for the moment) plugin. This behavior is reported in https://bugzilla.mozilla.org/show_bug.cgi?id=462735 , https://bugs.webkit.org/show_bug.cgi?id=22036 and in the internal Opera tracker. |
|||||
| #3594 | Style names does not appear in CKEditor | Bug | Normal | CKEditor 3.0 | UI : Toolbar | |
| Description |
look screencast http://screencast.com/t/fpxeYccQTNi |
|||||
| #3595 | Wrong display the font names | Bug | Normal | UI : Toolbar | ||
| Description |
Look screencast. http://screencast.com/t/R35mov2RXz |
|||||
| #3596 | Wrong display the style names | Bug | Normal | UI : Toolbar | ||
| Description |
look screencast http://screencast.com/t/ZAsQMDDymV |
|||||
| #3597 | Usability improvements in CKReleaser | New Feature | Normal | Project : CKPackager | ||
| Description |
Originally reported by Alfonso in #3546 - The "Creating documentation..." step takes quite a while. If isn't
possible to output something during that process I would put a warning
("Please wait, it might take some minutes.")
- After that the "Checking compressed code..." is repeated over and over
again. It should state which file is checking or simply adding a dot like
other steps so it's nicer and don't lead to think that it has started an
endless loop. Also it will allow to check previous messages instead of
filling the screen buffer.
Plus:
mode (
|
|||||
| #3598 | UI Color plugin | New Feature | Normal | CKEditor 3.0 | General | |
| Description |
Plugin allowing fast and easy change of UI background color. |
|||||
| #3599 | Issue with nested Font size and background color | Bug | Normal | CKEditor 3.3 | Core : Styles | |
| Description |
It seems that there is a special case required to be handled by the font style features.
The issue is that when the size of a default text is set to a large size e.g. 72px, then a background color is applied to the same selection, the background style will not have the right font-size set. This results in the background color appearing as a narrow band behind the large font. <span style="background-color: rgb(238, 130, 238);"><span style="font-size: 72px;">Test</span></span> |
|||||
| #3600 | Changes alert is wrong in dialogs | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| Description |
The alert regarding changes appears, even if no changes have been made at all. Tested with FF3. |
|||||
| #3601 | Bad performance at resizing editor in Safari | Bug | Normal | UI : Toolbar | ||
| Description |
To reproduce:
The bad performance seems to be Windows specific, it seems to be perfectly smooth in Safari/Mac. |
|||||
| #3602 | config.addPlugins looks like a method | Bug | Normal | CKEditor 3.0 | General | |
| Description |
The name is misleading, verb + object, people that just see it mentioned might try to use it in the wrong way (like Plugins.Add in v2) I suggest renaming it to config.additionalPlugins before it's too late. |
|||||
| #3603 | Line break mangled in source | Bug | Normal | General | ||
| Description |
We should not touched the originally line-breaks/tabs within source code, currently the line break been replaced with a single whitespace, which doesn't make sense. Reproducing Procedures
|
|||||
| #3604 | Find and Replace - pressing Tab will clear the "Find what:" field | Bug | Normal | General | ||
| Description |
|
|||||
| #3605 | Javascript error: Unknown toolbar item "BlockQuote" | Bug | Normal | General | ||
| Description |
Hi, I have a problem in a DotNetNuke installation. After upgrade from DNN 4.8 to 4.9.4, the modules that uses FCKEditor does'nt works correctly. A pop up with this error appears:
When you clear it, another pops up...
I have tried to publish again to entire folder /Providers/HtmlEditorProviders/FCK from the backup of previous installation, but the error continues. Any idea to solve this problem? Thanks |
|||||
| #3606 | Replace feature leaves selection after cancel | Bug | Normal | CKEditor 3.0 | General | |
| Description |
The replace feature causes the selection to be saved in the document.
Results in the selection being saved with the document. E.g.: <span style="color: rgb(255,255,255); background-color: rgb(0,0,68)">Test</span> |
|||||
| #3610 | Enterkey within empty document is broken | Bug | Normal | CKEditor 3.0 | General | |
| Description |
Reproducing Procedures
|
|||||
| #3611 | Automatic option doesn't work for font and background color | Bug | Normal | General | ||
| Description |
The automatic option for these dropdowns never works. To reproduce type any text into one of the nightly samples, highlight the text and change its color to a specific color. Then click the Automatic option. The text will remain colored. This is because of a bug in CKEDITOR.style.checkElementRemovable(). The problem is that checkElementRemovable, when called from removeInlineStyle, should match any element with the color or background-color style, regardless of value. Attached is a patch which fixes this. |
|||||
| #3612 | Testcase for parsing XML with in it | Bug | Normal | QA | ||
| Description |
According to the approved patch in #3577, the XML parser should work even if the data contains This adds two testcases to verify that the XMl parser works as expected, and so a new patch for xml.js is needed to add the same feature for non-ie browsers. |
|||||
| #3613 | CKEditor: combo content is not displaying in absolute positioned container with large z-index | Bug | Normal | General | ||
| Description |
If CKEditor is placed into absolute positioned "div" element with large z-index (for example, 100), editor comboboxes (Styles, Format, Font, Size, ColorPicker) content (drop down) will not be displaying. Their content will be placed behind the "div" editor located in. |
|||||
| #3614 | CKEditor: table is not resizing correctly | Bug | Normal | General | ||
| Description |
* Steps to Reproduce
* Actual result
* Expected result |
|||||
| #3615 | Disable resizing when editor is in fullscreen mode | Bug | Normal | General | ||
| Description |
In full screen mode it is possible to resize the editor and see the rest of the page. |
|||||
| #3616 | Copy/Paste in Safari and Chrome resulted in more <p> tags | Bug | Normal | Core : Output Data | ||
| Description |
When I copy a text of a <p> tag and I paste it, the generated HTML is incorrect. When I switch several times from editor mode into source mode, the HTML is correct but there are multiple <p> tags added. Steps to reproduce the problem: 1) Go to source view and type <p>test</p> 2) Switch to editor view. Select the word test and use CTRL-C. 3) Type an enter 4) Use CTRL-V 5) Type an enter 6) Use CTRL-V 7) Go to source view (you will see P-tags inside P-tags) 8) Go to editor view (nothing is changed) 9) Go to source view (something has changed for the P-tags inside P-tags) 10) Go to editor view (nothing is changed) 11) Go to source view (P-tags inside P-tags are replaced by <p> </p>) 12) Go to editor view (you will additional enters after each word test) Can this be fixed? Because this is an very annoying behavior. Thanks in advance! |
|||||
| #3617 | Change list type incorrect | Bug | Normal | CKEditor 3.0 | Core : Styles | |
| Description |
Reproducing Procedures
|
|||||
| #3618 | List is not merged | Bug | Normal | CKEditor 3.0 | Core : Styles | |
| Description |
Reproducing Procedures
|
|||||
| #3619 | Add IDs to the table caption and summary fields | New Feature | Normal | CKEditor 3.0 | General | |
| Description |
CKEditor allows setting the caption and summary for a table. Since these properties do not have an equivalent in many document formats, it would be nice to make so that these options can be hidden. I have attached a patch which implements this. |
|||||
| #3620 | Unexpected document change when selecting item on elementpath | Bug | Normal | CKEditor 3.0 | Core : Styles | |
| Description |
Reproducing Procedures
|
|||||
| #3621 | Unnecessary snapshots | Task | Normal | CKEditor 3.0 | Core : Undo & Redo | |
| Description |
Now we're saving snapshot for many commands which doesn't make sense for supporting undo, these are:
We should give them a canUndo = false. |
|||||
| #3622 | enterBr when content selected incorrect | Bug | Normal | CKEditor 3.0 | UI : Enter Key | |
| Description |
Reproducing Procedures
|
|||||
| #3623 | Editor is loading up in IE7 without contents | Bug | Normal | CKEditor 3.0 | General | |
| Description |
To reproduce the issue:
|
|||||
| #3625 | Enhanced Internal Link Search for Mediawiki+FCKeditor | New Feature | Normal | Project : MediaWiki+FCKeditor | ||
| Description |
The users of the FamilySearch Research Wiki (http://wiki.familysearch.org) needed to have the FCKeditor internal link search return the same results as if search from our main page. Attached are two patches one for FCKeditorSajax.body.php which adds two functions and one for FCKeditor.php which adds a few constants. Then by setting two global variables in LocalSettings.php ($wgFCKeditorSearch and $wgFCKeditorSearchType) you can have the FCKeditor internal link search use the same search engine as is Mediawiki or continue to use the default FCKeditor link search. At this time we have not yet implemented the patches on our production system but they are running on our testing and staging environments. |
|||||
| #3626 | Small fixes in scayt plugin | Bug | Normal | CKEditor 3.0 | UI : Spell Checker | |
| Description |
The patch is some spelling fixes, as well as some jslint warnings and unify the quote style to single (') No code functionality should be affected |
|||||
| #3629 | typos and lint fixes | Bug | Normal | General | ||
| Description |
Some spelling typos and lint warnings across several files. |
|||||
| #3630 | Value field in the "Select" dialog doesn't look disabled | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| Description |
Open the dialog to insert a <select> field. The "value" field is marked as read-only and doesn't accept any input, but its style is just the same that the rest of fields, leading to confusion. Any field in a dialog marked as read-only should have some darker background or any other kind of visual distinction to make it clear that it can't be used. |
|||||
| #3631 | name attribute on <select> is lost | Bug | Normal | CKEditor 3.0 | General | |
| Description |
|
|||||
| #3632 | Name attribute problems in <form> | Bug | Normal | CKEditor 3.0 | General | |
| Description |
|
|||||
| #3633 | Default context menu isn't disabled in toolbar, status bar, panels... | Bug | Normal | CKEditor 3.1 | General | |
| Description |
Load CKEditor and right click in the toolbar, status bar, any floating panel or context menu... The default browser context menu is shown instead of showing nothing. |
|||||
| #3634 | The clipboard dialog that 's related to browsers security setting is still shown even users click "Cancel"/"No" button on IE security alert. | Bug | Normal | General | ||
| Description |
How to replicate the problem:
|
|||||
| #3635 | Create list on whole paragraph incorrect | Bug | Normal | CKEditor 3.1 | Core : Styles | |
| Description |
Reproducing Procedures
|
|||||
| #3636 | Bug in Polish translation | Bug | Normal | FCKeditor 2.6.5 | UI : Language | |
| Description |
in /editor/lang/pl.js Templates: is "Sablony" - should be "Szablony". |
|||||
| #3637 | [IE6] Rich combo height incorrect | Bug | Normal | CKEditor 3.0 | UI : Toolbar | |
| #3638 | Float panel doesn't hide | Bug | Normal | UI : Toolbar | ||
| Description |
Reproducing Procedures
|
|||||
| #3639 | Button size inconsistency | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| Description |
The size of different dialog buttons should be the same. |
|||||
| #3640 | [IE] Dialog button background image incorrect | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| Description |
The background image is not shown in IE6; with incorrect position and color in IE7. |
|||||
| #3641 | [IE7] Dialog button has extra border line | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| #3642 | [IE7] File type form field layout incorrect | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| #3643 | [IE] Context menu has no content on second open | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| #3644 | Image dialog missing radio lock | Bug | Normal | CKEditor 3.0 | UI : Dialogs | |
| #3645 | [IE] Editor size change after maximize | Bug | Normal | General | ||
| Description |
Reproducing Procedures
|
|||||
| #3647 | Some values for Flash dialog need to be resourced | Bug | Normal | CKEditor 3.0 | UI : Language | |
| Description |
Below is a proposal to resource the outstanding items in the Flash dialog.
flash :
{
...
quality : 'Quality',
qualityBest : 'Best',
qualityHigh : 'High',
qualityAutoHigh : 'Auto High',
qualityMedium : 'Medium',
qualityAutoLow : 'Auto Low',
qualityLow : 'Low',
windowMode : 'Window mode',,
windowModeWindow : 'Window',
windowModeOpaque : 'Opaque',
windowModeTransparent : 'Transparent',
...
},..
items :
[
[ editor.lang.common.notSet , ''],
[ editor.lang.flash.qualityBest, 'best' ],
[ editor.lang.flash.qualityHigh, 'high' ],
[ editor.lang.flash.qualityAutoHigh, 'autohigh' ],
[ editor.lang.flash.qualityMedium, 'medium' ],
[ editor.lang.flash.qualityAutoLow, 'autolow' ],],
[ editor.lang.flash.qualityLow, 'low' ]
],
items :
[
[ editor.lang.common.notSet , ''],
[ editor.lang.flash.windowModeWindow, 'window' ],,
[ editor.lang.flash.windowModeOpaque, 'opaque' ],,
[ editor.lang.flash.windowModeTransparent, 'transparent' ]
],
|
|||||
| #3648 | Change paragraph format with empty document incorrect | Bug | Normal | CKEditor 3.0 | Core : Styles | |
| Description |
Reproducing Procedures
|
|||||
| #3649 | Incorrect selected size item on FontSize menu on continous typing and font-size selection | Bug | Normal | Core : Styles | ||
| Description |
Steps to reproduce
Expected behavior
Current behavior
Browser
Attached
|
|||||
