Bugzilla – Bug 16779
"Continue" item after mysb.com registration of new player does not push to home menu
Last modified: 2011-05-13 15:34:45 UTC
Steps to reproduce: 1. start with a "fresh" SB Touch (this can be accomplished by deleting the previously registered fab4 from mysb.com) 2. go through setup and register it to existing mysb.com account 3. get to window at the end of setup that says registration was successful with a one item menu that lists "Continue". Continue is broken in this path-- item should do two things, spawn a serverLinked notification internally (this works) and execute a nextWindow = 'home' (this doesn't) after about 10 seconds or so the player does push to the home menu, but not before any sane customer would think the software was buggy... this is the callback on the CONTINUE item that isn't functional: { text => $string->('CONTINUE'), serverLinked => 1, # hack to notify serverLinked to set registerDone nextWindow => 'home', }, these are the three console messages I see when tapping on Continue: Jan 5 11:10:19 squeezeplay: INFO applet.SlimBrowser - SlimBrowserApplet.lua:2038 serverlinked: pin: 34CE7 Jan 5 11:10:19 squeezeplay: INFO applet.SetupWelcome - SetupWelcomeApplet.lua:505 notify_serverLinked: SlimServer {mysqueezebox.com} Jan 5 11:10:19 squeezeplay: INFO applet.SetupWelcome - SetupWelcomeApplet.lua:519 server linked: SlimServer {mysqueezebox.com} pin=34CE7 registerRequestRequireAlreadyLinked: false wasAlreadyLinked: true so, serverLinked notification happens, but nextWindow->'home' isn't working
== Auto-comment from SVN commit #9279 to the jive repo by bklaas == == http://svn.slimdevices.com/jive?view=revision&revision=9279 == Fixed Bug: 16779 Description: goHome() should be called in all cases when a nextWindow->'home' directive is sent
Verified on Radio and TOuch --7.6.0 r 32413 fw 9441