You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "imran pariyani (JIRA)" <ji...@apache.org> on 2008/03/28 16:22:24 UTC

[jira] Created: (COCOON-2186) Suggest list .. initial value not being displayed

Suggest list .. initial value not being displayed 
--------------------------------------------------

                 Key: COCOON-2186
                 URL: https://issues.apache.org/jira/browse/COCOON-2186
             Project: Cocoon
          Issue Type: Bug
          Components: Blocks: Ajax, Blocks: Forms
    Affects Versions: 2.1.11
            Reporter: imran pariyani
            Priority: Minor


For the forms field of type suggest with a suggestion list the initial value is not being displayed ... this dint happen for version 2.1.10 .. but when i upgraded to version 2.1.11 it no longer sets the initial value .. this bug is also present for the sample 
http://cocoon.zones.apache.org/demos/release/samples/blocks/forms/do-suggest.flow


Initial value of the widget is 16, the widget must show "Bruno Dumon".  
<fd:datatype base="integer"/>
      <fd:initial-value>16</fd:initial-value>
      <fd:suggestion-list type="javascript">

after debugging i found out that the widgets value is being set but it isnt passed on to DOJO as initial value when the DOJO widget is created ..



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (COCOON-2186) Suggest list .. initial value not being displayed

Posted by "Antonio Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Gallardo reassigned COCOON-2186:
----------------------------------------

    Assignee: Antonio Gallardo

> Suggest list .. initial value not being displayed 
> --------------------------------------------------
>
>                 Key: COCOON-2186
>                 URL: https://issues.apache.org/jira/browse/COCOON-2186
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Ajax, Blocks: Forms
>    Affects Versions: 2.1.11
>            Reporter: imran pariyani
>            Assignee: Antonio Gallardo
>            Priority: Minor
>
> For the forms field of type suggest with a suggestion list the initial value is not being displayed ... this dint happen for version 2.1.10 .. but when i upgraded to version 2.1.11 it no longer sets the initial value .. this bug is also present for the sample 
> http://cocoon.zones.apache.org/demos/release/samples/blocks/forms/do-suggest.flow
> Initial value of the widget is 16, the widget must show "Bruno Dumon".  
> <fd:datatype base="integer"/>
>       <fd:initial-value>16</fd:initial-value>
>       <fd:suggestion-list type="javascript">
> after debugging i found out that the widgets value is being set but it isnt passed on to DOJO as initial value when the DOJO widget is created ..

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COCOON-2186) Suggest list .. initial value not being displayed

Posted by "Antonio Gallardo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Gallardo closed COCOON-2186.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.12-dev (Current SVN)

> Suggest list .. initial value not being displayed 
> --------------------------------------------------
>
>                 Key: COCOON-2186
>                 URL: https://issues.apache.org/jira/browse/COCOON-2186
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Ajax, Blocks: Forms
>    Affects Versions: 2.1.11
>            Reporter: imran pariyani
>            Assignee: Antonio Gallardo
>            Priority: Minor
>             Fix For: 2.1.12-dev (Current SVN)
>
>
> For the forms field of type suggest with a suggestion list the initial value is not being displayed ... this dint happen for version 2.1.10 .. but when i upgraded to version 2.1.11 it no longer sets the initial value .. this bug is also present for the sample 
> http://cocoon.zones.apache.org/demos/release/samples/blocks/forms/do-suggest.flow
> Initial value of the widget is 16, the widget must show "Bruno Dumon".  
> <fd:datatype base="integer"/>
>       <fd:initial-value>16</fd:initial-value>
>       <fd:suggestion-list type="javascript">
> after debugging i found out that the widgets value is being set but it isnt passed on to DOJO as initial value when the DOJO widget is created ..

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COCOON-2186) Suggest list .. initial value not being displayed

Posted by "Carlos Chávez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583585#action_12583585 ] 

Carlos Chávez commented on COCOON-2186:
---------------------------------------

Hi Imran.
Hi All.

I figure out that the issue is because some method on dojo is setting the mimetype to "text/json" instead "text/json-comment-filtered". This need to be fixed by Dojo team, i think.

On the cocoon site we need to wrap the JSON array wit h /* */ and set the mimetype in the json serializer to "text/json-comment-filtered" instead "text/javascript".

I posted a message about this on the dojo forum see: http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/combobox-change-mimetype-text-json-text-json-comment-filt

Now, we are using a legacy version of dojo and i checked the code in the trunk of dojo and it seems like even if we update the dojo version the issue it will still there because the method in the dojo trunk still setting the mimetype as "text/json".

meanwhile i think we can rewrite the dojo.widget.incrementalComboBoxDataProvider, but this is a hack. 

> Suggest list .. initial value not being displayed 
> --------------------------------------------------
>
>                 Key: COCOON-2186
>                 URL: https://issues.apache.org/jira/browse/COCOON-2186
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Ajax, Blocks: Forms
>    Affects Versions: 2.1.11
>            Reporter: imran pariyani
>            Priority: Minor
>
> For the forms field of type suggest with a suggestion list the initial value is not being displayed ... this dint happen for version 2.1.10 .. but when i upgraded to version 2.1.11 it no longer sets the initial value .. this bug is also present for the sample 
> http://cocoon.zones.apache.org/demos/release/samples/blocks/forms/do-suggest.flow
> Initial value of the widget is 16, the widget must show "Bruno Dumon".  
> <fd:datatype base="integer"/>
>       <fd:initial-value>16</fd:initial-value>
>       <fd:suggestion-list type="javascript">
> after debugging i found out that the widgets value is being set but it isnt passed on to DOJO as initial value when the DOJO widget is created ..

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.