#8266 closed defect (worksforme)
Raw HTML processor: Password input type broken.
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | rendering | Version: | 0.12dev |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Somewhere between r76xx and r8176 (I just updated) the raw HTML rendering of password input types was broken.
Input fields with type="password" aren't displayed anymore, when the type statement is removed the form is displayed correctly.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
| Version: | devel → 0.12dev |
|---|
follow-up: 3 comment:2 by , 17 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Replying to cboos:
The change was done on purpose, see r7658.
If you can afford to have unsafe HTML, check the
render_unsafe_contentsetting in TracIni#wiki-section.
Just out of curiosity: Why is masking the input unsafe? What's the difference to a normal input type, which is allowed without the render_unsafe_content setting?



The change was done on purpose, see r7658.
If you can afford to have unsafe HTML, check the
render_unsafe_contentsetting in TracIni#wiki-section.