Opened 16 years ago
Closed 15 years ago
#4200 closed Bug (fixed)
[IE] Unable to insert password input with attributes
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | UI : Dialogs | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description
Reproducing Environment
- IE7
Reproducing Procedures
- Open the 'replace by class' sample page in IE7;
- Insert a 'Password' input type with all attributes specified;
- Actual Result: All attributes are not assigned.
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
Changed 15 years ago by
Attachment: | 4200.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → SVN (CKEditor) |
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 15 years ago by
@fredck It could be directly reproduced by the TC described in ticket. Fixed with [4524].
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The TC is actually wrong. You need to first create a normal text field and then change it to a password field.