[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2023-06-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Justin L  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |

--- Comment #9 from Justin L  ---
NotebookbarTabControlBase::SetContext knows eLastContext, and is passed
vcl::EnumContext::Context::Default when it is deactivated (but LOKit doesn't
deactive).

Then it activates with a real context, which always seems to match HOME if it
doesn't have a specific tab (so even skipping deactivation won't help).

If the current tab is vcl::EnumContext::Context::Any, then we don't want to
switch to another ANY control. ANY pages are always visible.

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

[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2023-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Justin L  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2023-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #8 from Justin L  ---
repro 24.2+
The same thing is true for switching between textbox content and the main body.
The issue is that these are "editeng" components which have a different menu
structure. At best we could see if both menus have the same "tab" and restore
the tab after the menu switch.

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

[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

--- Comment #7 from Jeff Fortin Tam  ---
To answer the bot: problem is still present in

Version: 7.5.2.2 (X86_64)
Build ID: 50(Build:2)
CPU threads: 8; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: fr-CA (en_CA.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2023-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

--- Comment #6 from QA Administrators  ---
Dear Jean-François Fortin Tam,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Timur  changed:

   What|Removed |Added

   Severity|minor   |normal

--- Comment #5 from Timur  ---
Ok, you are right. No idea who could be invited or interested to look into
this.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

--- Comment #4 from Jean-François Fortin Tam  ---
In this particular case, clicking inside or outside a comment, you're going
from the same "type" of content (text to text) so there should be no context
switch triggered when the fundamental type is the same (unless comment
management actions are added to the "Home" tab, but then it would get a bit
crowded).

Generally speaking (outside of this scenario), I would say that "an option for
auto-switching" is not the approach I would recommend. Don't add options for
things that should "just work". In theory either the app should not make a
mistaken assumption, or it shouldn't do any switching at all, but I still think
the auto-switching makes sense for some clear-cut cases (like when you select
an image, chart, multimedia/audio/video, or form element, or index/references
table).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Timur  changed:

   What|Removed |Added

   Severity|normal  |minor
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Timur  ---
I'll confirm behavior. 
As for solution, Is rather see an option for auto-switching. 
If not feasible, better not to have it, rather leave what user selected.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2021-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

--- Comment #2 from Jean-François Fortin Tam  ---
Note that this happens not only in Writer, but in Calc too.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2021-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Jean-François Fortin Tam  changed:

   What|Removed |Added

 Blocks||107237


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107237
[Bug 107237] [META] Notebookbar Tabbed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141136] Tabbed toolbar mode keeps switching you away from the current tab to the "Home" tab each time you enter (focus) or leave a comment

2021-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141136

Jean-François Fortin Tam  changed:

   What|Removed |Added

Summary|Tabbed toolbar mode keeps   |Tabbed toolbar mode keeps
   |switching you away from the |switching you away from the
   |"Review" tab towards the|current tab to the "Home"
   |"Home" tab each time you|tab each time you enter
   |enter (focus) or leave a|(focus) or leave a comment
   |comment |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs