#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: | ||
Blocked by: | Blocking: |
Description
I try to set attr of input element by using boolean type. But the result is very strange for me.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | 1.next → 1.6.1 |
---|
comment:3 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → high |
Note: See
TracTickets for help on using
tickets.
Construct boolHook and rboolean regex to deal with boolean attributes. Fixes #9129. Fixes #9123.