hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

List of uploaded files is not visible right after entering into a conference room #702

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This bug can be observed often but not each time you enter a conference 
room. Once some files are uploaded, they should be visible in the file list 
for user that enters the room. But they often aren't. 

Later, after some actions in the room, the list of downloaded files 
suddenly reveals.

Which version of OpenMeetings are you running?
version: 0.8rc2

Original issue reported on code.google.com by e.rovin...@gmail.com on 17 Apr 2009 at 9:19

GoogleCodeExporter commented 9 years ago
Hello! I made a patch fix this problem.

The reason for the error that the file list is updated only when calling 
uploadTab.onvisible. Invoking this handler only occurs when you press the 
button. 

So I changed uploadTab.oninit. The call of the handler happens every time you 
enter in 
the conference room.

Original comment by CTpaH...@gmail.com on 20 May 2009 at 4:06

Attachments:

GoogleCodeExporter commented 9 years ago
The fix seems sensible.

Original comment by e.rovin...@gmail.com on 20 May 2009 at 4:11

GoogleCodeExporter commented 9 years ago
can you commit it?

Original comment by seba.wag...@gmail.com on 22 May 2009 at 2:46

GoogleCodeExporter commented 9 years ago
Testing the patch.

Original comment by alexei.f...@gmail.com on 25 May 2009 at 12:22

GoogleCodeExporter commented 9 years ago
actually this is committed at r2026, I've checked - works as a charm

Original comment by volkov.r...@gmail.com on 25 May 2009 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:03