commit 5c86998829dde659274df9cdf03b7b7dc9050350 Author: Kathy Brade brade@torproject.org Date: Tue Apr 9 13:51:14 2013 -0400
Add TODO comment r.e. error alert width problem. --- src/modules/tl-util.jsm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/modules/tl-util.jsm b/src/modules/tl-util.jsm index e6ed617..8809ee4 100644 --- a/src/modules/tl-util.jsm +++ b/src/modules/tl-util.jsm @@ -29,6 +29,7 @@ let TorLauncherUtil = // Public // Error Reporting / Prompting showAlert: function(aParentWindow, aMsg) { + // TODO: alert() does not always resize correctly to fit the message. try { if (!aParentWindow)
tor-commits@lists.torproject.org