Caja removes unknown attributes in os:PeopleSelector
----------------------------------------------------
Key: SHINDIG-1378
URL: https://issues.apache.org/jira/browse/SHINDIG-1378
Project: Shindig
Issue Type: Bug
Components: Javascript
Reporter: Chirag Shah
The os:PeopleSelector tag definition generates the following attributes in the
select tag which are stripped by the Caja rewriter:
x-var
x-max
x-onselect
Messages from Caja:
stdin:stdin:62: elect" onchange="os_PeopleSelector_onchange(this)" x-max="2"
x-onselect="" x-var
^^^^^
WARNING: stdin:stdin:62+123 - 128: removing unknown attribute x-var on select
stdin:stdin:62: ="peopleSelect" onchange="os_PeopleSelector_onchange(this)"
x-max="2" x-onselect
^^^^^^^^^^
WARNING: stdin:stdin:62+109 - 119: removing unknown attribute x-onselect on
select
stdin:stdin:62: "multiple" name="peopleSelect"
onchange="os_PeopleSelector_onchange(this)" x-max
^^^^^
WARNING: stdin:stdin:62+99 - 104: removing unknown attribute x-max on select
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.