You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Krista Baker (JIRA)" <be...@incubator.apache.org> on 2005/02/18 03:54:48 UTC

[jira] Created: (BEEHIVE-331) html scope not recognized by legacy tags when in a scriptContainer

html scope not recognized by legacy tags when in a scriptContainer 
-------------------------------------------------------------------

         Key: BEEHIVE-331
         URL: http://issues.apache.org/jira/browse/BEEHIVE-331
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Krista Baker


When a netui:html tag has a scopeId and subsequent netui html tags are contained in a scriptContainer that has no scopeId set, the netui_names tagName generation does not include the html scope.  

Removing the scriptContainer tag or adding an idScope attribute to the tag fixes the above problem of not writing out the expected netui_name including the scope.

Also, if a nested scriptContainer tag is added with a scopeId attribute the netui_names javaScript produces expected results.

Actual Results:
(See attached jsp):
This issue is not just on the anchor tag, this has also been viewed on tags that generate names (netui:textBox).  The lookupNameByTagID function works as expected, but the getNetuiTagName function returns undefined.

The first anchor name is undefined, a look at the source code shows that it does not pick up the scopeId from the html tag.  (Generated JavaScript:  netui_names.tb1="one.tb1" and netui_names.one__tba1="one.tba1") Note that the one in the scriptContainer does not include the scope set in the html tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-331) html scope not recognized by legacy tags when in a scriptContainer

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-331?page=history ]

Krista Baker updated BEEHIVE-331:
---------------------------------

    Attachment: J331.jsp

Jsp file referenced in initial defect submission.

> html scope not recognized by legacy tags when in a scriptContainer
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-331
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-331
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Krista Baker
>  Attachments: J331.jsp
>
> When a netui:html tag has a scopeId and subsequent netui html tags are contained in a scriptContainer that has no scopeId set, the netui_names tagName generation does not include the html scope.  
> Removing the scriptContainer tag or adding an idScope attribute to the tag fixes the above problem of not writing out the expected netui_name including the scope.
> Also, if a nested scriptContainer tag is added with a scopeId attribute the netui_names javaScript produces expected results.
> Actual Results:
> (See attached jsp):
> This issue is not just on the anchor tag, this has also been viewed on tags that generate names (netui:textBox).  The lookupNameByTagID function works as expected, but the getNetuiTagName function returns undefined.
> The first anchor name is undefined, a look at the source code shows that it does not pick up the scopeId from the html tag.  (Generated JavaScript:  netui_names.tb1="one.tb1" and netui_names.one__tba1="one.tba1") Note that the one in the scriptContainer does not include the scope set in the html tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-331) html scope not recognized by legacy tags when in a scriptContainer

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-331?page=history ]

Alejandro Ramirez reassigned BEEHIVE-331:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please Verify.

> html scope not recognized by legacy tags when in a scriptContainer
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-331
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-331
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>  Attachments: J331.jsp
>
> When a netui:html tag has a scopeId and subsequent netui html tags are contained in a scriptContainer that has no scopeId set, the netui_names tagName generation does not include the html scope.  
> Removing the scriptContainer tag or adding an idScope attribute to the tag fixes the above problem of not writing out the expected netui_name including the scope.
> Also, if a nested scriptContainer tag is added with a scopeId attribute the netui_names javaScript produces expected results.
> Actual Results:
> (See attached jsp):
> This issue is not just on the anchor tag, this has also been viewed on tags that generate names (netui:textBox).  The lookupNameByTagID function works as expected, but the getNetuiTagName function returns undefined.
> The first anchor name is undefined, a look at the source code shows that it does not pick up the scopeId from the html tag.  (Generated JavaScript:  netui_names.tb1="one.tb1" and netui_names.one__tba1="one.tba1") Note that the one in the scriptContainer does not include the scope set in the html tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-331) html scope not recognized by legacy tags when in a scriptContainer

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-331?page=history ]

Daryl Olander reassigned BEEHIVE-331:
-------------------------------------

    Assign To: Daryl Olander

> html scope not recognized by legacy tags when in a scriptContainer
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-331
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-331
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Daryl Olander
>  Attachments: J331.jsp
>
> When a netui:html tag has a scopeId and subsequent netui html tags are contained in a scriptContainer that has no scopeId set, the netui_names tagName generation does not include the html scope.  
> Removing the scriptContainer tag or adding an idScope attribute to the tag fixes the above problem of not writing out the expected netui_name including the scope.
> Also, if a nested scriptContainer tag is added with a scopeId attribute the netui_names javaScript produces expected results.
> Actual Results:
> (See attached jsp):
> This issue is not just on the anchor tag, this has also been viewed on tags that generate names (netui:textBox).  The lookupNameByTagID function works as expected, but the getNetuiTagName function returns undefined.
> The first anchor name is undefined, a look at the source code shows that it does not pick up the scopeId from the html tag.  (Generated JavaScript:  netui_names.tb1="one.tb1" and netui_names.one__tba1="one.tba1") Note that the one in the scriptContainer does not include the scope set in the html tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-331) html scope not recognized by legacy tags when in a scriptContainer

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-331?page=history ]
     
Krista Baker closed BEEHIVE-331:
--------------------------------


Verified - based on above determination that the getNetuiTagName and netui_names tagId functionality is this way on purpose.  

> html scope not recognized by legacy tags when in a scriptContainer
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-331
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-331
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Krista Baker
>  Attachments: J331.jsp
>
> When a netui:html tag has a scopeId and subsequent netui html tags are contained in a scriptContainer that has no scopeId set, the netui_names tagName generation does not include the html scope.  
> Removing the scriptContainer tag or adding an idScope attribute to the tag fixes the above problem of not writing out the expected netui_name including the scope.
> Also, if a nested scriptContainer tag is added with a scopeId attribute the netui_names javaScript produces expected results.
> Actual Results:
> (See attached jsp):
> This issue is not just on the anchor tag, this has also been viewed on tags that generate names (netui:textBox).  The lookupNameByTagID function works as expected, but the getNetuiTagName function returns undefined.
> The first anchor name is undefined, a look at the source code shows that it does not pick up the scopeId from the html tag.  (Generated JavaScript:  netui_names.tb1="one.tb1" and netui_names.one__tba1="one.tba1") Note that the one in the scriptContainer does not include the scope set in the html tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-331) html scope not recognized by legacy tags when in a scriptContainer

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-331?page=history ]
     
Daryl Olander resolved BEEHIVE-331:
-----------------------------------

     Assign To: Alejandro Ramirez  (was: Daryl Olander)
    Resolution: Won't Fix

Sorry, can't really fix this.  This is legacy mode and I believe this is exactly how it has always worked.  I agree it is a bug in the implementation, but it can't be fixed becauses it may break existing apps when they are upgraded.

> html scope not recognized by legacy tags when in a scriptContainer
> ------------------------------------------------------------------
>
>          Key: BEEHIVE-331
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-331
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Alejandro Ramirez
>  Attachments: J331.jsp
>
> When a netui:html tag has a scopeId and subsequent netui html tags are contained in a scriptContainer that has no scopeId set, the netui_names tagName generation does not include the html scope.  
> Removing the scriptContainer tag or adding an idScope attribute to the tag fixes the above problem of not writing out the expected netui_name including the scope.
> Also, if a nested scriptContainer tag is added with a scopeId attribute the netui_names javaScript produces expected results.
> Actual Results:
> (See attached jsp):
> This issue is not just on the anchor tag, this has also been viewed on tags that generate names (netui:textBox).  The lookupNameByTagID function works as expected, but the getNetuiTagName function returns undefined.
> The first anchor name is undefined, a look at the source code shows that it does not pick up the scopeId from the html tag.  (Generated JavaScript:  netui_names.tb1="one.tb1" and netui_names.one__tba1="one.tba1") Note that the one in the scriptContainer does not include the scope set in the html tag.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira