[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest,|bibisected, bisected,
   |possibleRegression  |regression
   Priority|medium  |high
   Severity|normal  |major
 CC||qui...@gmail.com
  Regression By||Tomaž Vajngerl

--- Comment #9 from Xisco Faulí  ---
Regression introduced by:

author  Tomaž Vajngerl  2022-04-03 09:02:38
+0900
committer   Tomaž Vajngerl2022-04-06 02:59:02
+0200
commit  c6fecc628a60a3955c022f04020cdb515cc4fb6e (patch)
tree64debf2d425982dc37cf6b06e305e7707739fe97
parent  ec18c7bf707e85d85f362d43454d35b1636de40f (diff)
sc: add Group and Ungroup to context menu for sparklines

Bisected with: bibisect-linux64-7.4

Adding Cc: to Tomaž Vajngerl

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #16 from Caolán McNamara  ---
yeah, that's works. Lets try that as a presumably safe to backport to 7-4 fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #15 from Caolán McNamara  ---
It's possible that commit just added enough entries in sc/inc/sc.hrc to cause
some other entries to be then numbered high enough to overlap some other range
of include/sfx2/sfxsids.hrc and there is some collision there between multiple
slots now with the same id. No idea why it would only affect the tabbar ui
though.

It's possible that that e.g. removing those relatively new *SPARKLINE* entries
from the block that ends with INSERT_MENU_END (and restoring INSERT_MENU_END to
a lower number) and putting them instead down numbered after
SID_CURRENT_FORMULA_RANGE would fix it. Or finding where the overlap is and
what range reservation is the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #14 from Xisco Faulí  ---
same behaviour with GEN and GTK3. Shift up/left don't work

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #13 from Heiko Tietze  ---
(In reply to Xisco Faulí from comment #11)
> @Caolán, @Heiko,
> any idea why this is only happening with the tabbed UI ?

Works for me with standard and tabbed UI

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: bd6cecbae44f4adce6e245bab46a88e86f068d99
CPU threads: 8; OS: Linux 5.19; UI render: default; VCL: kf5 (cairo+xcb)
Locale: de-DE (en_US.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #12 from Rafael Lima  ---
For some reason the commands .uno:GoLeftSel and .uno:GoUpSel are disabled in
the tabbed interface. If you run the following macro in LO 7.4 using the Tabbed
interface, LibreOffice will stop responding and you'll have to kill its
process.

Sub SelectLeft
  dispatcher = CreateUnoService("com.sun.star.frame.DispatchHelper")
  provider = ThisComponent.CurrentController.Frame
  dispatcher.executeDispatch(provider, ".uno:GoLeftSel", "", 0, Array())
End Sub

The macro above will work if you return to the standard toolbar and restart
LibreOffice.

So basically switching the interface is disabling these commands.

I'm not sure if this is related, but I got these messages in the terminal after
launching LO 7.4 from the terminal:

warn:sfx.control:15433:15433:sfx2/source/control/dispatch.cxx:1206: Childwindow
slot missing: 25917
warn:sfx.control:15433:15433:sfx2/source/control/dispatch.cxx:1206: Childwindow
slot missing: 26189
warn:sfx.control:15433:15433:sfx2/source/control/dispatch.cxx:1206: Childwindow
slot missing: 26190

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Xisco Faulí  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||heiko.tietze@documentfounda
   ||tion.org

--- Comment #11 from Xisco Faulí  ---
@Caolán, @Heiko,
any idea why this is only happening with the tabbed UI ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

 CC||gtavoa...@gmail.com

--- Comment #10 from Rafael Lima  ---
*** Bug 150051 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

   Keywords||bibisectRequest

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #8 from Xisco Faulí  ---
(In reply to Rafael Lima from comment #7)
> Steps to reproduce
> 
> 1) On a new installation of LO 7.4 beta, notice it is using the standard
> toolbar; In Calc selecting with Shift + Up / Left works fine
> 
> 2) Switch to the Tabbed UI variant (Apply to all); before restarting
> selecting with Shift + Up / Left still works
> 
> 3) Now restart LO and open Calc; Selecting with Shift + Up / Left no longer
> works
> 
> 4) Switch back to the Standard toolbar and restart; now selecting works again
> 
> System info
> 
> Version: 7.4.0.2 / LibreOffice Community
> Build ID: 1512ce97d7ed39dce3121f7e15651fd8895f950e
> CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
> Locale: pt-BR (pt_BR.UTF-8); UI: en-US
> Calc: threaded

Reproduced in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: da46f3db22814c03fbc303275342f7182ea288b4
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (C); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2 (using the Tabbed UI)

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

Summary|Shift + Up/Left no longer   |Shift + Up/Left no longer
   |works to select cells in LO |works to select cells in LO
   |7.4 beta 2  |7.4 beta 2 (using the
   ||Tabbed UI)
 Blocks||102062


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102062
[Bug 102062] [META] Notebookbar: bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #7 from Rafael Lima  ---
Steps to reproduce

1) On a new installation of LO 7.4 beta, notice it is using the standard
toolbar; In Calc selecting with Shift + Up / Left works fine

2) Switch to the Tabbed UI variant (Apply to all); before restarting selecting
with Shift + Up / Left still works

3) Now restart LO and open Calc; Selecting with Shift + Up / Left no longer
works

4) Switch back to the Standard toolbar and restart; now selecting works again

System info

Version: 7.4.0.2 / LibreOffice Community
Build ID: 1512ce97d7ed39dce3121f7e15651fd8895f950e
CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from Rafael Lima  ---
(In reply to Xisco Faulí from comment #4)
> Setting to NEEDINFO until futher info is provided

Hi Xisco, considering that we have two other similar and recent bug reports
about the same problem (see bug 150051 and bug 150412 - both in 7.4 beta), I
believe there's something wrong we should look into.

One thing I figured out is that the problem is not related to extensions since
the user in bug 150051 did not have any additional extensions installed.

>From bug 150412 I found out that the problem may be related to the UI variant.
When I switch to the standard toolbar (and then restart LO), all returns to
normal. Selection starts working again as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

 CC||claude.ew...@gmail.com

--- Comment #5 from Rafael Lima  ---
*** Bug 150412 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||0412

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Xisco Faulí  ---
it works in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 4e2ce2a460458f17ee4360c45a2da2fc4b4d753e
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded Jumbo

Setting to NEEDINFO until futher info is provided

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

--- Comment #3 from Rafael Lima  ---
With clear user profile it works again.

But installing some extensions will break the shortcuts again.

I need to investigate a bit further.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150336] Shift + Up/Left no longer works to select cells in LO 7.4 beta 2

2022-08-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150336

Rafael Lima  changed:

   What|Removed |Added

Summary|Shift + Up not working  |Shift + Up/Left no longer
   |anymore to select cells in  |works to select cells in LO
   |LO 7.4 beta 2   |7.4 beta 2

-- 
You are receiving this mail because:
You are the assignee for the bug.