DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2862
Version: 1.3-current


As per a thread started on fltk.general (**), investigating why tab doesn't
navigate focus off Fl_Table.

Attaching code showing the issue, a modified version of the
simple-table.cxx example with just an Fl_Input field added. When run:

    1) one can't use Tab to navigate to the input field

    2) if focus is moved to the input field with the mouse,
       hitting tab moves focus to the table, but can't again be
       moved off using tab.

So:
    a) Fl_Table should handle tab navigation
    b) Fl_Table should honor the new Fl::option(OPTION_ARROW_FOCUS)
       flag for arrow key focus navigation as well
    c) the table example programs that depend on arrow keys
       for internal navigation may need modification to take this
       flag into account, since arrow keys are used to navigate the
       cells in the table in some cases.
    d) Fl_Table should be modified to show focus (eg. focus box),
       as I don't think it currently does.

**jseb opened a thread on fltk.general on 7/7/2012 asking about an issue
with keyboard navigation and Fl_Table (Subject: keeping keyboard events in
a widget)


Link: http://www.fltk.org/str.php?L2862
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to