GuoJiaqing created SHINDIG-1978:
-----------------------------------
Summary: 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.0-update1, 2.5.1
Environment: OS: Windows
Server: Tomcat
Reporter: GuoJiaqing
Priority: Minor
Fix For: 2.5.1
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)