[
https://issues.apache.org/jira/browse/SHINDIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12632207#action_12632207
]
impetus technologies commented on SHINDIG-613:
----------------------------------------------
I think Shindig PHP is sending the correct values but while rendering its not
displaying proper values. If you view the source of the gadget rendered then
you will see
<input type="text" onchange="lp_countdown.saveText(this.value);"
onfocus="this.select();" value="Click here to edit title" class="text_input"
id="title_text" style="color: rgb(150, 221, 14);"/>
which should display "Click here to edit title" but its not. May be somebody
from JavaScript side can put some more light on it.
> __MSG__'s are not being substituted inside UserPrefs default_value
> ------------------------------------------------------------------
>
> Key: SHINDIG-613
> URL: https://issues.apache.org/jira/browse/SHINDIG-613
> Project: Shindig
> Issue Type: Bug
> Components: Gadget Rendering Server (PHP)
> Environment: PHP, Lighttpd, Linux
> Reporter: Ben Bonfil
>
> As the title says, message's are not being substituted in a UserPref's
> default_value.
> i.e.:
> <UserPref name="cd_text" default_value="__MSG_edit_title__"
> datatype="hidden"/>
> when calling "get", it will return "__MSG_edit_title__"
> you can see this gadget as an example:
> http://www.labpixies.com/campaigns/countdown/countdown.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.