You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Ryan Baxter (JIRA)" <ji...@apache.org> on 2014/06/24 22:24:25 UTC

[jira] [Reopened] (SHINDIG-1978) The gadget loaded by Shindig doesn't contain proper title element

     [ https://issues.apache.org/jira/browse/SHINDIG-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Baxter reopened SHINDIG-1978:
----------------------------------


Reopening, broke unit tests

> The gadget loaded by Shindig doesn't contain proper title element
> -----------------------------------------------------------------
>
>                 Key: SHINDIG-1978
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1978
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.5.1, 2.5.0-update1
>         Environment: OS: Windows
> Server: Tomcat
>            Reporter: GuoJiaqing
>            Priority: Minor
>             Fix For: 2.5.2
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> If gadget spec contains a "ModulePrefs" tag with "title" attribute like below:
>     <ModulePrefs title="this is title" description="Hello World Embedded Experience gadget" height="400" width="500">
> Then expect the loaded gadget should contain proper "title" element like below:
>     <html>
>         <head>
>             <title>this is title</title>
>        ......
> But the actual result is the load gadget doesn't contain "title" element.



--
This message was sent by Atlassian JIRA
(v6.2#6252)