Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Demos:Tests: Avoid self-closing HTML tags | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -13/+13 |
| | | | | | | | | | Self-closing tags are reported by newer versions of the htmllint Grunt plugin. They also don't make sense in our HTML files since they are not XHTML-compliant and they run in HTML mode anyway. Ref gh-2157 | ||||
* | Checkboxradio: Don't re-evaluate text labels as HTML | Michał Gołębiowski-Owczarek | 2022-07-14 | 1 | -0/+12 |
| | | | | | | | | | | | | | If you generate a Checkboxradio from a checkbox/radio with a label that contains encoded HTML, e.g. `<em>test</em>` this will work fine at first. If, however a refresh is triggered on that instance (explicitly or e.g. by turning it into a `Controlgroup`), the previously escaped HTML will now be evaluated. If the label was created based on some user input, this could lead to unexpected code execution even though the initial output was escaped. Fixes gh-2101 Closes gh-2102 | ||||
* | Checkboxradio: Properly find radio groups from the associated form | Scott González | 2015-10-29 | 1 | -0/+7 |
| | | | | | Fixes #9973 Closes gh-1631 | ||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 1 | -0/+69 |