Modify ↓
Ticket #9123 (closed bug: fixed)
Strange behavior of attr method when generate input element.
| Reported by: | Soul_Master | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.6.1 |
| Component: | attributes | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I try to set attr of input element by using boolean type. But the result is very strange for me.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Construct boolHook and rboolean regex to deal with boolean attributes. Fixes #9129. Fixes #9123.