[tor-bugs] #11783 [TorBrowserButton]: Torbutton: Unexpected error on new identity: TypeError: b.webProgress is undefined

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat May 17 16:08:36 UTC 2014


#11783: Torbutton: Unexpected error on new identity: TypeError: b.webProgress is
undefined
----------------------------------+------------------------
     Reporter:  cypherpunks       |      Owner:  mikeperry
         Type:  defect            |     Status:  reopened
     Priority:  normal            |  Milestone:
    Component:  TorBrowserButton  |    Version:
   Resolution:                    |   Keywords:  tbb-newnym
Actual Points:                    |  Parent ID:
       Points:                    |
----------------------------------+------------------------

Comment (by cypherpunks):

 Or even simpler:
 {{{
 --- torbutton.js
 +++ torbutton.js.modified
 @@ -1430,6 +1430,7 @@

  // Bug 1506 P4: Needed for New Identity.
  function torbutton_new_identity() {
 +  document.getElementById("torbutton-new-identity").disabled = true;
    try {
      torbutton_do_new_identity();
    } catch(e) {
 }}}
 This should be the same.
 But why torbutton_new_identity called twice at all? without answer even
 this kludge can't guarantee such protection actually works for every case.

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


More information about the tor-bugs mailing list