Opened 19 years ago

Closed 19 years ago

#1836 closed defect (fixed)

tab/shift tab does not move to the next/previous table cell

Reported by: helge.hafting@… Owned by: poenitz
Priority: high Milestone: 1.4.0
Component: tabular Version: 1.4.0cvs
Severity: normal Keywords:
Cc:

Description

Pressing tab or shift-tab in a table cell does nothing. Moving to the next/
previous table cell was expected, it is nice and quick to be able to jump out of
a (long) cell text directly to the next cell.

Change History (3)

comment:1 by Juergen Spitzmueller, 19 years ago

Milestone: 1.4.0

This is because LFUN_NEXT and LFUN_PREVIOUS are commented out in
insettabular.C.

comment:2 by Juergen Spitzmueller, 19 years ago

Subject: lyx-devel src/insets/: ChangeLog insettabular.C ...

CVSROOT: /usr/local/lyx/cvsroot
Module name: lyx-devel
Repository: lyx-devel/src/
Changes by: spitz@… 05/03/21 12:14:55

Modified files:

lyx-devel/src/insets/: ChangeLog insettabular.C
lyx-devel/src/: ChangeLog lyx_main.C

Log message:

fix tabulator keys in tabular (#1836)

Bugs:
#1836

Patches:
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/insets/ChangeLog?r1=1.1119&r2=1.1120
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/insets/insettabular.C?r1=1.458&r2=1.459
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/ChangeLog?r1=1.2139&r2=1.2140
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/lyx_main.C?r1=1.204&r2=1.205

Complete Diff:
/usr/bin/cvs -f diff -kk -u -r 1.1119 -r 1.1120 src/insets/ChangeLog
/usr/bin/cvs -f diff -kk -u -r 1.458 -r 1.459 src/insets/insettabular.C
/usr/bin/cvs -f diff -kk -u -r 1.2139 -r 1.2140 src/ChangeLog
/usr/bin/cvs -f diff -kk -u -r 1.204 -r 1.205 src/lyx_main.C

comment:3 by Juergen Spitzmueller, 19 years ago

Resolution: fixed
Status: newclosed

should be fixed now.

Note: See TracTickets for help on using tickets.