Bug 135134 - EDITING unable dlt table row or column before save
Summary: EDITING unable dlt table row or column before save
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha0+
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-25 14:40 UTC by Terrence Enger
Modified: 2021-02-28 18:33 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
source bisect, tail of output (3.15 KB, text/plain)
2020-07-25 14:40 UTC, Terrence Enger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Terrence Enger 2020-07-25 14:40:11 UTC
Created attachment 163530 [details]
source bisect, tail of output

The bug here is in steps 6 and 9.  I have not been able to get
consistent results with step 15.

STR 

( 1) start Writer from command line

( 2) Menu option Table > "Insert Table".  Program presents dialog
    "Insert Table".

( 3) "<Enter>"

( 4) "one<tab>two<tab>three<tab>four<right>"

( 5) Move cursor to left of first row so that cursor becomes a right
     arrow.

( 6) <right-click>.  Program shows pop-up menu.

     Expected: The pop-up menu offers "Delete..."

     Observed: No such option in pop-up menu.

( 7) "<esc>".  Pop-up menu closes.

( 8) "<up><up>".  Caret is in first cell of table.

( 9) Menu options Table > Delete.

     Expected: The submenu offers Rows.

     Observed: Option Rows is greyed-out in the submenu.

(10) "<esc>"

(11) Save the file.

(12) Close the file.

(13) From Start Center, open the file.

(14) Move cursor to left of first row of table so that
     cursor becomes a right arrow.

(15) <right-click>.

     Observe that this time the pop-up menu offers "Delete..."

(16) "<esc>".  Pop-up menu closes.

(17) Menu options Table > Delete.  Observe that this time the submenu
     offers Rows.


The bisect is from source configured

    --with-vendor=Terrence Enger
    --with-jdk-home=/usr/lib/jvm/default-java
    --enable-split-debug
    --enable-gdb-index
    --enable-ld=gold
    --enable-option-checking=fatal
    #--enable-dbgutil
    --enable-debug
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    --without-package-format

built and running on debian-buster.

I am setting keywords regression, bisected.
Comment 1 Dieter 2020-08-10 06:50:37 UTC
I can't confirm it with

Version: 7.1.0.0.alpha0+ (x64)
Build ID: <buildversion>
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: threaded
Comment 2 Buovjaga 2021-02-22 16:38:24 UTC
I don't repro with gtk3 or kf5 backends. Terrence: can you try again with the very latest?

Arch Linux 64-bit
Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: dec32864a61104001cb6ff63c218ea5fb2a7ab1e
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 22 February 2021
Comment 3 Terrence Enger 2021-02-28 18:33:55 UTC
Thank you for the reminder, Buovjaga.

With SAL_USE_VCLPLUGIN both gtk3 and gen, I see no bug in a local
build of commit 129deefc, 2021-02-27, built and running on debian
buster.  I am setting status RESOLVED WORKSFORME.