mconf / bigbluebutton

BigBlueButton is an open source web conferencing system for distance education
www.bigbluebutton.org
40 stars 33 forks source link

Deleted shared notes from a shared layout #243

Open mconf-daileon opened 8 years ago

mconf-daileon commented 8 years ago

Author Name: Pedro Beschorner Marin (Pedro Beschorner Marin) Original Redmine Issue: 1627, http://dev.mconf.org/redmine/issues/1627 Original Date: 2015-05-21


Users that join a room where:

  1. Shared notes were created,
  2. The layout with these notes was applied to other users, and
  3. These shared notes were deleted. Will receive the shared notes' included layout information and force the server to create those deleted notes again.
mconf-daileon commented 8 years ago

Original Redmine Comment Author Name: Pedro Beschorner Marin (Pedro Beschorner Marin) Original Date: 2015-05-21T19:08:19Z


This issue have also a similar behaviour of it's parent task (#1626). The removal or creation of a shared note is not caught by the layout modification listener. So, creating a shared note, moving it around (so the listener will notice it), deleting it and sharing the layout will force the creation of another shared note when another user join the room.

mconf-daileon commented 8 years ago

Original Redmine Comment Author Name: Felipe Cecagno (Felipe Cecagno) Original Date: 2015-06-08T00:19:25Z


We should review it, because it looks more like a design problem than a bug in the application. Let's revisit it in a future iteration.