[tor-commits] [tor-launcher/master] Add TODO comment r.e. error alert width problem.
brade at torproject.org
brade at torproject.org
Tue Apr 9 17:51:35 UTC 2013
commit 5c86998829dde659274df9cdf03b7b7dc9050350
Author: Kathy Brade <brade at 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)
More information about the tor-commits
mailing list