Opened 12 years ago

Last modified 12 years ago

#8517 confirmed Bug

Selection Field content is broken in firefox when clicked on left , right justification plugins.

Reported by: pom_ckeditor Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Firefox Cc: knimmagadda@…

Description

Steps to reproduce:

1.Click on Selection Field plugin and add some values. 2.After adding the content to the editor, select the 'selection field' click on the 'right align'.

  1. You will observe that the Selection Field is broken.

Note: This happens in firefox.

Attachments (2)

settings.png (19.6 KB) - added by Jakub Ś 12 years ago.
result.png (26.3 KB) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: Firefox added; Selection Field broken removed
Status: newconfirmed
Version: 3.6.23.0
  1. Open ajax sample
  2. Click on "Selection Filed" button and set values as showed in settings.png
  3. Click ok to add select filed to WYSIWG area
  4. Click on elements in selection filed and press "Align right" or "Text direction from right to left"

Result: One extra empty selection box created and some values form selection filed are now present in WYSIWYG area (see result.png)

JS error is also thrown:
For "Align right"
Message: startNode.getFirst() is null
Line: 163
URI: /3.6.2/ckeditor/_source/core/dom/range.js

For "Text direction from right to left"
Message: startNode.getFirst() is null
Line: 19
URI: /3.6.2/ckeditor/_source/plugins/justify/plugin.js

Changed 12 years ago by Jakub Ś

Attachment: settings.png added

Changed 12 years ago by Jakub Ś

Attachment: result.png added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy