You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Andun Sameera Liyanagunawardana (JIRA)" <ji...@apache.org> on 2013/04/06 21:47:15 UTC

[jira] [Commented] (OPENMEETINGS-603) Conference Room Types List doesn't display textual content - Book Conference Room Option Selected while Sending an Email

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13624478#comment-13624478 ] 

Andun Sameera Liyanagunawardana commented on OPENMEETINGS-603:
--------------------------------------------------------------

Hi All,

I have checked the code. This list is implemented using following code,

<resetCombobox name="roomtype" width="270" y="130" x="120" editable="false" fontsize="11">
	        <handler name="oninit" >
	            <![CDATA[
	            for (var i=0;i<canvas.roomTypesInitValues.length;i++){
	                this.addItem(canvas.roomTypesInitValues[i].label.value,canvas.roomTypesInitValues[i].roomtypes_id);
	            }
	            this.selectItem(String(canvas.roomTypesInitValues[0].roomtypes_id));
	            ]]>
	        </handler> 
</resetCombobox> 

This same code is used to show a Conference Rooms Type List in the new Conference Room creation dialog in Administration > Conference Rooms. There also the list is like that. 

Thanks
AndunSLG
                
> Conference Room Types List doesn't display textual content - Book Conference Room Option Selected while Sending an Email 
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-603
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-603
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 3.0.0 Apache Release
>         Environment: Ubuntu 12.10, Mozilla Firefox
>            Reporter: Andun Sameera Liyanagunawardana
>            Assignee: SebastianWagner
>            Priority: Critical
>             Fix For: 3.0.0 Apache Release
>
>
> I am working on the issue [1]. When I was trying to reproduce it, in the latest trunk I got this issue.
> Steps to Reproduce, 
> -Go to Contacts and messages Tab
> -Click on New Email button
> -When write new message window shows, Tick the Book conference room option
> -Click on the drop-down button of the Type
> -There will be 3-item list is shown. We can select these three items. But no textual captions to these items is shown.
> [1] - https://issues.apache.org/jira/browse/OPENMEETINGS-481

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira