Opened 13 years ago

Last modified 12 years ago

#7042 confirmed New Feature

Text Field - block setting defalult value when field type is set to Password

Reported by: Krzysztof Studnik Owned by:
Priority: Low Milestone:
Component: UI : Dialogs Version: 3.0
Keywords: Cc:

Description

Linked with #5500
Currently CKEditor allows to set default value for text field which type is set as Password.

  • Under IE default value is cleared when switching from WYSIWYG to source and back.
  • Under Firefox, Opera and Chrome default value is still set.
    <p>
    	<input maxlength="11" name="tess" size="22" type="password" value="test" />This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    

We should either block or allow this setting, so CKEditor will work similar in all browsers.

Change History (2)

comment:1 Changed 13 years ago by Wiktor Walc

Priority: NormalLow

Setting default value for passwords is a bad idea and as such could be disabled imho. Considering that form buttons are rather rarely used anyway and it is an edge case, setting priority to low.

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed

In CKEditor 3.6.4, in all browsers this default value is available when you switch to source.

Setting default value for passwords is a bad idea and as such could be disabled imho.

I agree with wwalc - I think this value should not be available for password filed.

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