[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #14336 [Tor Launcher]: Disappearing Back/Next buttons on first Tor Launcher screen
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs