Summary: | UI: Opening the new "navigate by" for choosing the object to go back&forth opens the "big" navigation window, too | ||
---|---|---|---|
Product: | LibreOffice | Reporter: | riesslibo <lothar.becker> |
Component: | Writer | Assignee: | Not Assigned <libreoffice-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | gautier.sophie, harald.koester, jbfaure, jmadero.dev, libreoffice, libreoffice-ux-advise, lothar.becker, s.mehrbrodt |
Version: | 4.3.0.0.beta1 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=43220 | ||
Whiteboard: | EasyHack DifficultyBeginner SkillCpp | ||
i915 platform: | i915 features: |
Description
riesslibo
2014-05-24 07:02:27 UTC
Asking for UX advice on this one. Thanks for reporting :) Hi, confirmed, for me it's a bug because if you have several workspaces open, it has the effect to switch the view to another workspace because the Navigator window is moved between two workspaces. Sophie Confirmed on LibreOffice: * Version: 4.3.0.0.beta1 * Build ID: 2e39c7e59c8fc8b16a54c3d981dceef27fb0c07f LibreOffice installed with fresh user profile with Italian langpack and helppack. OS: Ubuntu 13-10 x86_64 unity --version: unity 7.1.2 Steps to reproduce: 1) Open a new Writer document 2) Fill it with text, tables, pictures, comments... 3) Open the Find bar from Edit -> Find 4) Click on "Navigate by" button LibreOffice is still open but another workspace gets the focus I agree with Sophie, it is a bug. In LO 4.3.0.0.beta2+ under Ubuntu (Unity window manager with 2 x 2 workspaces), I get both the small navigation toolbar and the Navigator window if it is closed. What is the most frustrating is that the small navigation toolbar always opens on another workspace. Reset importance to normal and component to Writer. Best regards. JBF Hi Samuel, It seems that your change on navigation toolbar has some weird side effect. Please could you have a look ? Best regards. JBF Sorry I don't have the time for this currently. But this might be an easy hack. Here's the code that gets executed when clicking the "Navigate by" button: http://opengrok.libreoffice.org/xref/core/sw/source/uibase/uiview/view2.cxx#1060 This commit removed the old buttons from the scrollbar: http://cgit.freedesktop.org/libreoffice/core/commit/?id=3e8fe4d8e19be2ccd8f5bb898530e2f615a90321 And this commit added the buttons to the find bar: http://cgit.freedesktop.org/libreoffice/core/commit/?id=0f86895fcd1001324974d644a728152b97b22ab0 So to show only the small element selector window when clicking the "Navigate by" button, you need to reintroduce the code that was removed in the first commit ("SwNaviImageButton::Click" is the start point). adding LibreOffice developer list as CC to unresolved Writer EasyHacks for better visibility. see e.g. http://nabble.documentfoundation.org/minutes-of-ESC-call-td4076214.html for details I observed a strange behaviour allready before the move of the "Navigate by" button to the find bar (see bug 43220). I would expect that the navigation bar is displayed if the "Navigate by" button is clicked once and it will be closed again if the button is clicked again. But this has not worked correctly neither before the move nor in version 4.3. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.