[tor-bugs] #14336 [Tor Launcher]: Disappearing Back/Next buttons on first Tor Launcher screen

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Feb 2 18:40:02 UTC 2015


#14336: Disappearing Back/Next buttons on first Tor Launcher screen
------------------------------+-------------------
     Reporter:  dcf           |      Owner:  brade
         Type:  defect        |     Status:  new
     Priority:  minor         |  Milestone:
    Component:  Tor Launcher  |    Version:
   Resolution:                |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |
------------------------------+-------------------

Comment (by mcs):

 Replying to [ticket:14336 dcf]:
 > I'm guessing it's a bug that the Back/Next show up on the first screen,
 because Back doesn't make sense and Next is the same as Configure.

 Yes, that is the bug – the buttons are supposed to be hidden.  They are
 hidden on Mac OS but not on Windows or Linux (I think).  Within
 src/chrome/content/network-settings-wizard.xul, there is an onpageshow
 attribute on the first wizardpage element that is supposed to hide the
 buttons:
   onpageshow="setTimeout(function() { showWizardNavButtons(false); }, 0);"
 We will need to investigate.  The fact that we already put a
 setTimout(..., 0) there leads me to guess that this bug might be caused by
 a timing issue (which could easily be platform-specific).

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14336#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list