Author: bklaas
Date: Fri Jul 16 10:11:39 2010
New Revision: 8955

URL: http://svn.slimdevices.com/jive?rev=8955&view=rev
Log:
Fixed Bug: 16336
Description: remove simple menu overlay when refreshing origin. This gets rid 
of the ghosted menu problem, however it also brings the user up to the top of 
the menu when backing out. Attempts to use setSelectedIndex to select the 
previously selected item proved ineffective, but this is a much more minor bug 
than what happens in 16336.

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua?rev=8955&r1=8954&r2=8955&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SlimBrowser/SlimBrowserApplet.lua
 Fri Jul 16 10:11:39 2010
@@ -1024,6 +1024,11 @@
                                if step.menu and setSelectedIndex then
                                        
step.menu:setSelectedIndex(setSelectedIndex)
                                        step.lastBrowseIndexUsed = 
setSelectedIndex
+                               end
+                               if step.window and step.simpleMenu then
+                                       -- Bug 16336, ghosted menu over menu 
after refreshing origin
+                                       log:warn('removing simpleMenu overlay 
when refreshing origin')
+                                       
step.window:removeWidget(step.simpleMenu)
                                end
                        end, true)
                timer:start()

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to