diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/component.jsx index e5005a2952e0..44e4ecab4a7f 100755 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/component.jsx @@ -259,7 +259,7 @@ class BreakoutRoom extends PureComponent { handleShiftUser(activeListSibling) { const { users } = this.state; if (activeListSibling) { - const text = activeListSibling.getElementsByTagName('p')[0].innerText; + const text = activeListSibling.getElementsByTagName('input')[0].value; const roomNumber = text.match(/\d/g).join(''); users.forEach((u, index) => { if (u.userId === document.activeElement.id) { @@ -628,7 +628,7 @@ class BreakoutRoom extends PureComponent { } />

-
+
{this.renderUserItemByRoom(0)}
@@ -651,7 +651,7 @@ class BreakoutRoom extends PureComponent { aria-label={intl.formatMessage(intlMessages.duration)} />

-
+
{this.renderUserItemByRoom(value)} {isInvitation && this.renderJoinedUsers(value)}
@@ -879,6 +879,7 @@ class BreakoutRoom extends PureComponent { return this.getUserByRoom(room) .map((user) => (