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