Opened 9 years ago

Last modified 9 years ago

#13367 review Bug

Selection Dialog: Field value field is missing read-only styles.

Reported by: ACGC Owned by: Olek Nowodziński
Priority: Normal Milestone:
Component: UI : Dialogs Version: 4.3
Keywords: Cc:

Description

The Selection field properties form has (Value) text field. When putting the cursor on this field for editing, it becomes not responsive. This happens in both bidi and English forms.

Steps: 1- Click on the Selection button. 2- Put the cursor on value text field. 3- Try to add text to this field.

Attachments (1)

properties.png (25.2 KB) - added by ACGC 9 years ago.

Download all attachments as: .zip

Change History (5)

Changed 9 years ago by ACGC

Attachment: properties.png added

comment:1 Changed 9 years ago by Jakub Ś

Component: Core : SelectionGeneral
Status: newconfirmed
Summary: [FF] Selection field properties value field not responsiveSelection Dialog: Field value field is missing read-only styles.
Version: 4.4.74.3

Problem can be reproduced from CKEditor 4.3 in every browser. This field is read only and holds value of selected option. Starting from version 4.3 the below class is no longer being assigned to that filed (gray background is missing).

div.cke_disabled .cke_dialog_ui_labeled_content div * {
    background-color: #ddd;
    cursor: default;
}

comment:2 Changed 9 years ago by Olek Nowodziński

Owner: set to Olek Nowodziński
Status: confirmedassigned

comment:3 Changed 9 years ago by Olek Nowodziński

Component: GeneralUI : Dialogs

comment:4 Changed 9 years ago by Olek Nowodziński

Status: assignedreview

Changes in branch:t/13367.

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