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 "Woonsan Ko (JIRA)" <je...@portals.apache.org> on 2010/04/28 09:38:33 UTC

[jira] Created: (JS2-1193) Reduce javascript code payload in page navigator, toolbox portlets

Reduce javascript code payload in page navigator, toolbox portlets
------------------------------------------------------------------

                 Key: JS2-1193
                 URL: https://issues.apache.org/jira/browse/JS2-1193
             Project: Jetspeed 2
          Issue Type: Improvement
    Affects Versions: 2.2.1
            Reporter: Woonsan Ko
            Assignee: Woonsan Ko
            Priority: Minor
             Fix For: 2.2.2


While inspecting the HTML source payload I noticed that Jetspeed 2.2.1 seems to download lots of Javascript with every request like the following:

YUI().use('jetui-portal', 'io', 'json', 'node', 'plugin',
'event-mouseenter', 'node-focusmanager', 'node-menunav', function(Y) {

   var onMenuItemClick = function(e) {
    .....


I think it would be better to move *most* of that into an outside .js file.

-- 
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] Updated: (JS2-1193) Reduce javascript code payload in page navigator, toolbox portlets

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

Woonsan Ko updated JS2-1193:
----------------------------

    Fix Version/s:     (was: 2.2.2)

> Reduce javascript code payload in page navigator, toolbox portlets
> ------------------------------------------------------------------
>
>                 Key: JS2-1193
>                 URL: https://issues.apache.org/jira/browse/JS2-1193
>             Project: Jetspeed 2
>          Issue Type: Improvement
>    Affects Versions: 2.2.1
>            Reporter: Woonsan Ko
>            Assignee: Woonsan Ko
>            Priority: Minor
>
> While inspecting the HTML source payload I noticed that Jetspeed 2.2.1 seems to download lots of Javascript with every request like the following:
> YUI().use('jetui-portal', 'io', 'json', 'node', 'plugin',
> 'event-mouseenter', 'node-focusmanager', 'node-menunav', function(Y) {
>    var onMenuItemClick = function(e) {
>     .....
> I think it would be better to move *most* of that into an outside .js file.

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