Opened 13 years ago
Closed 13 years ago
#8265 closed Bug (fixed)
First Word Backwards in IE
Reported by: | Amanda | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Hi,
We use CKeditor on an internal portal, and recently have noticed that when using IE, the first word typed will be backwards until you hit the space bar. The only customizing I've done is about which items are displayed in the tool bar. I have no idea where to even start looking, and would appreciate any insight into this!
I added it to the portal last summer, and I don't think any of the developers have touched it since.
Thanks.
Attachments (2)
Change History (8)
Changed 13 years ago by
Attachment: | backwards_text.png added |
---|
comment:1 follow-up: 3 Changed 13 years ago by
Status: | new → pending |
---|
In IE if you set config.enterMode = CKEDITOR.ENTER_BR; and scayt_autoStartup:true, type some text, delete it and start typing again. If you write slowly enough (let's say letter wait until cursor moves left, letter ...) The word will be written backwards. I'm only aware of such issue. Yours sounds different but maybe it has something in common.
Could you provide more details like:
- What configuration settings have you used for your CKEditor.
- Is the version you have specified – 3.3.1 - is correct? If so than please try to upgrade to CKE 3.6.1 this product is much better and free from many bugs that previous releases had.
- Are you able to reproduce the issue in standalone CKEditor or only inside your application? If so than this might be your setting problem not CKEditor.
- What CKEditor are you using? Plain JS version or some sort of integration (Java, PHP)
comment:2 Changed 13 years ago by
Keywords: | backwards text removed |
---|
comment:3 Changed 13 years ago by
My config settings are pretty simple:
config.toolbar = 'MyToolbar'; config.toolbar_MyToolbar = [ ['Bold', 'Italic', 'Underline', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink', '-', 'About'] ]; config.removePlugins = 'elementspath';
Yes, 3.3.1 is the version number I found in the Change log.
I've done a stand alone page with only the CKeditor on it, and it does happen again. I thought it may be some of the other JavaScript I have on the page, but this stand alone page doesn't have any on it, so it doesn't seem to be that.
I think it's just the plain JavaScript version, but there are some PHP/ASP files.
I think I'm going to try 3.6.1 and see how that works out.
Thanks, --Amanda
comment:4 follow-up: 5 Changed 13 years ago by
And could you provide this sample file? It would be a great help if the error is reproducible in current CKEditor.
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Looks like upgrading to 3.6.1 has fixed whatever was happening with the text.
Thanks for the help! :)
Screenshot