diff options
author | jcid <devnull@localhost> | 2007-11-11 20:22:50 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-11 20:22:50 +0100 |
commit | cb7aa86e241a35cb4b318deefe4970debfebf70c (patch) | |
tree | d10c13587d93347000305aaf3e08c10e8aae2b9e /src/ui.cc | |
parent | 942374b59eaf0988eac789e9ae415bf2beb9cbdc (diff) |
.
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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()); } |