You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Chirag Shah (JIRA)" <ji...@apache.org> on 2010/07/06 20:05:51 UTC

[jira] Created: (SHINDIG-1378) Caja removes unknown attributes in os:PeopleSelector

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.


[jira] Resolved: (SHINDIG-1378) Caja removes unknown attributes in os:PeopleSelector

Posted by "Chirag Shah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chirag Shah resolved SHINDIG-1378.
----------------------------------

    Resolution: Fixed

fixed

> 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.