You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Randy Watler (JIRA)" <je...@portals.apache.org> on 2010/02/19 19:14:27 UTC

[jira] Created: (JS2-1109) ContentFragment separator may interfere with namespace

ContentFragment separator may interfere with namespace
------------------------------------------------------

                 Key: JS2-1109
                 URL: https://issues.apache.org/jira/browse/JS2-1109
             Project: Jetspeed 2
          Issue Type: Bug
          Components: Layout
    Affects Versions: 2.2.1
         Environment: Jetspeed 2.2.1-SNAPSHOT trunk
            Reporter: Randy Watler
            Assignee: Randy Watler
             Fix For: 2.2.1


Use of '.' to separate fully qualified ContentFragment and PortletWindow ids may interfere with use of same id for javascript namespace.

Fix for this may involve using a different, (or no separator), or postprocessing the id to ensure it is safe for javascript use.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Resolved: (JS2-1109) ContentFragment separator may interfere with namespace

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler resolved JS2-1109.
-------------------------------

    Resolution: Fixed

Switched to '__' instead of '$' which confused CSS selectors.

SVN commits: 911966 and 911972

> ContentFragment separator may interfere with namespace
> ------------------------------------------------------
>
>                 Key: JS2-1109
>                 URL: https://issues.apache.org/jira/browse/JS2-1109
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Layout
>    Affects Versions: 2.2.1
>         Environment: Jetspeed 2.2.1-SNAPSHOT trunk
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>             Fix For: 2.2.1
>
>
> Use of '.' to separate fully qualified ContentFragment and PortletWindow ids may interfere with use of same id for javascript namespace.
> Fix for this may involve using a different, (or no separator), or postprocessing the id to ensure it is safe for javascript use.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-1109) ContentFragment separator may interfere with namespace

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835907#action_12835907 ] 

Randy Watler commented on JS2-1109:
-----------------------------------

Change '.' content fragment id separator to '$' which is safe for javascript identifiers.

SVN commit 911946


> ContentFragment separator may interfere with namespace
> ------------------------------------------------------
>
>                 Key: JS2-1109
>                 URL: https://issues.apache.org/jira/browse/JS2-1109
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Layout
>    Affects Versions: 2.2.1
>         Environment: Jetspeed 2.2.1-SNAPSHOT trunk
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>             Fix For: 2.2.1
>
>
> Use of '.' to separate fully qualified ContentFragment and PortletWindow ids may interfere with use of same id for javascript namespace.
> Fix for this may involve using a different, (or no separator), or postprocessing the id to ensure it is safe for javascript use.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org