[ 
https://issues.apache.org/jira/browse/WICKET-6815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Tzvetanov Grigorov resolved WICKET-6815.
-----------------------------------------------
    Fix Version/s: 8.12.0
                   9.3.0
       Resolution: Fixed

> Incorrect parsing of html attributes
> ------------------------------------
>
>                 Key: WICKET-6815
>                 URL: https://issues.apache.org/jira/browse/WICKET-6815
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 8.9.0
>            Reporter: Ilia Naryzhny
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>              Labels: parser
>             Fix For: 9.3.0, 8.12.0
>
>
> For modern JavaScript frameworks it's important to have support for 
> special/extra HTML elements attributes. For example:
>  <label v-bind:test="test" :test2="test2" @click="test3">This is inplace 
> tag</label>
> It's pretty valid markup for Vue.JS. This tag will be rendered by Wicket 
> currectly.
> But if you bind this element to wicket by adding wicket:id="id" Wicket will 
> produce incorrect HTML output:
> <label wicket:id="tag" v-bind="" test="test" test2="test2" click="test3">This 
> is test tag</label>
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to