Author: vdegtyarev
Date: Thu Nov 26 04:12:46 2015
New Revision: 1716567
URL: http://svn.apache.org/viewvc?rev=1716567&view=rev
Log:
OPENMEETINGS-1279: User picture is displayed as expected for conference and
interview rooms.
Modified:
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewUserListItem.lzx
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/participants/participantListItem.lzx
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItem.lzx
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/videoUserProfilePicSWF10.lzx
Modified:
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewUserListItem.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewUserListItem.lzx?rev=1716567&r1=1716566&r2=1716567&view=diff
==============================================================================
---
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewUserListItem.lzx
(original)
+++
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/interviewuserlist/interviewUserListItem.lzx
Thu Nov 26 04:12:46 2015
@@ -107,7 +107,7 @@
}
</method>
- <image name="_userpic" stretches="both" x="1" y="1">
+ <omImage name="_userpic" stretches="both" x="1" y="1">
<handler name="onload">
<![CDATA[
if (this.height > 38) {
@@ -118,7 +118,7 @@
}
]]>
</handler>
- </image>
+ </omImage>
<method name="userTyping" args="v">
</method>
Modified:
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/participants/participantListItem.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/participants/participantListItem.lzx?rev=1716567&r1=1716566&r2=1716567&view=diff
==============================================================================
---
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/participants/participantListItem.lzx
(original)
+++
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/participants/participantListItem.lzx
Thu Nov 26 04:12:46 2015
@@ -352,7 +352,7 @@
this.setAttribute('bgcolor',0xDADADA);
</handler>
- <image name="_userpic" stretches="both" x="1">
+ <omImage name="_userpic" stretches="both" x="1">
<handler name="onload">
<![CDATA[
if (this.height > 38) {
@@ -369,7 +369,7 @@
}
]]>
</handler>
- </image>
+ </omImage>
<labelText name="_firstName" fontsize="10" x="40" text="${
parent.firstname == null ? '' : parent.firstname }" />
<labelText name="_lastName" fontsize="10" x="40" y="20" text="${
parent.lastname == null ? '' : parent.lastname }" />
Modified:
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItem.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItem.lzx?rev=1716567&r1=1716566&r2=1716567&view=diff
==============================================================================
---
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItem.lzx
(original)
+++
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/tabcontent/chat/chatTabItem.lzx
Thu Nov 26 04:12:46 2015
@@ -54,7 +54,7 @@
]]>
</handler>
- <image name="_userpic" />
+ <omImage name="_userpic" />
<text text="$once{ parent.username }" x="40" resize="false"
fontsize="10"
Modified:
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/videoUserProfilePicSWF10.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/videoUserProfilePicSWF10.lzx?rev=1716567&r1=1716566&r2=1716567&view=diff
==============================================================================
---
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/videoUserProfilePicSWF10.lzx
(original)
+++
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/videoUserProfilePicSWF10.lzx
Thu Nov 26 04:12:46 2015
@@ -32,7 +32,7 @@
this._userpic.setAttribute('src',
canvas.getPictureUrl(value.picture_uri, extra));
]]>
</handler>
- <image name="_userpic" stretches="both" width="${parent.width}"
height="${parent.height}" />
+ <omImage name="_userpic" stretches="both" width="${parent.width}"
height="${parent.height}" />
</class>
</library>