hoangduit / openmeetings

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

improper mainNavi subview behaviour causes quicklink function to stop working #715

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of OpenMeetings are you running?
rev.1999

The problem: Somewhere in code the mainNavi class somehow manages to reset 
it's subview's state, more accurately, it's itemlist's id, which is 
mainmenuList. Therefore, the quicklink function from base/functions.lzx 
stops working for buttons. It can be easily demonstrated by the following 
steps:
1. Using english language, user signs in to OpenMeetings and presses "Goto 
Conference" button on the dashboard.
2. When in meeting view, user clicks the "Log out" on the top right corner.
3. User logs in again.
4. When user clicks the "Goto Conference" button again, nothing happens. 
(MainDebug displays an error message).
5. Other buttons may not work as well (i.e. "Goto Auditorium")

So, I've studied the case and found a solution to this problem, attached in 
the following patch. Anyway, this case should be studied - we still do not 
know why does the view's id disappear and when does it happen.

Original issue reported on code.google.com by volkov.r...@gmail.com on 29 Apr 2009 at 8:59

Attachments:

GoogleCodeExporter commented 9 years ago
Committed at r2008 and verified.

Original comment by alexei.f...@gmail.com on 5 May 2009 at 1:21