aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-11 20:22:50 +0100
committerjcid <devnull@localhost>2007-11-11 20:22:50 +0100
commitcb7aa86e241a35cb4b318deefe4970debfebf70c (patch)
treed10c13587d93347000305aaf3e08c10e8aae2b9e /src/ui.cc
parent942374b59eaf0988eac789e9ae415bf2beb9cbdc (diff)
.
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 968b2630..391e325e 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -221,7 +221,9 @@ void location_cb(Widget *wid, void *data)
Input *i = (Input*)wid;
/* This test is necessary because WHEN_ENTER_KEY also includes
- * other events we're not interested in */
+ * other events we're not interested in. For instance pressing
+ * The Back or Forward, buttons, or the first click on a rendered
+ * page. BUG: this must be investigated and reported to FLTK2 team */
if (event_key() == ReturnKey) {
a_UIcmd_open_urlstr(i->window()->user_data(), i->value());
}