[Libreoffice-bugs] [Bug 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2018-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Mike Kaganski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #13 from Mike Kaganski  ---
https://gerrit.libreoffice.org/58091

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2018-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #12 from Mike Kaganski  ---
(In reply to Heiko Tietze from comment #11)
> With all your tips it's definitely an easy hack, or will
> you submit the patch yourself?

Sigh... I didn't think about that; to be easy-hack, I shouldn't have posted the
patch itself. Sorry :) - will post the patch myself then.

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2018-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |mentoring@documentfoundatio
   |.freedesktop.org|n.org,
   ||tietze.he...@gmail.com
   Keywords||difficultyInteresting,
   ||easyHack, skillCpp, topicUI

--- Comment #11 from Heiko Tietze  ---
(In reply to Mike Kaganski from comment #10)
> So is the change consistent from UX PoV?

Sounds acceptable. With all your tips it's definitely an easy hack, or will you
submit the patch yourself?

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2018-07-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #10 from Mike Kaganski  ---
This one is easy to change, just

> case FN_UPDATE_CUR_TOX:
> {
> const SwTOXBase* pBase = m_pWrtShell->GetCurTOX();
> if(pBase)
> {
>+const bool bWasLocked = m_pWrtShell->IsViewLocked();
>+m_pWrtShell->LockView(true);
> m_pWrtShell->StartAction();
> if(TOX_INDEX == pBase->GetType())
> m_pWrtShell->ApplyAutoMark();
> m_pWrtShell->UpdateTableOf( *pBase );
> m_pWrtShell->EndAction();
>+if (!bWasLocked)
>+m_pWrtShell->LockView(false);
> }
> }
> break;

to void SwView::Execute(SfxRequest ) in
C:\lo\core\sw\source\uibase\uiview\view2.cxx. Note though, that the update not
only jumps the view; it also moves the cursor position to the position just
before the index field (which is natural: the cursor is placed inside the
field, e.g. by right-clicking; the content of the field is regenerated - i.e.,
it is destroyed and recreated again; so the position is lost in the process;
and the content of the field might be very different after the update). So is
the change consistent from UX PoV?

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2018-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #9 from Thomas Lendo  ---
Still reproducible in Version: 6.1.0.0.alpha0+ (x64)
Build ID: 8e0eb015e74775b9bf02326ffd7b67e83ad6c60d
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-04-03_03:53:38
Locale: de-AT (de_AT); Calc: CL

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2018-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

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
http://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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||106773


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106773
[Bug 106773] [META] Writer document canvas view jump issues
-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #7 from Heiko Tietze  ---
(In reply to Thomas Lendo from comment #6)
> Just FYI I collected some jump issues in the wiki:
> https://wiki.documentfoundation.org/User:Lendo/Usability#Annoying_Jump_Issues

Great overview. Put that into a meta ticket so all Bugzilla fellows can add
issues in case you missed some. It also helps to interlink tickets.

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #6 from Thomas Lendo  ---
Just FYI I collected some jump issues in the wiki:
https://wiki.documentfoundation.org/User:Lendo/Usability#Annoying_Jump_Issues

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Xisco Faulí  ---
Thanks Heiko.
Let's move it to NEW then, as the behaviour should be consistent throughout the
application.

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=41
   ||063

--- Comment #4 from Heiko Tietze  ---
The issue is similar to bug 41063 (and maybe to bug 95797 where kendy solved a
regression). 

I don't see any reason to change the cursor position on save. At least from the
user POV it must stick to the current place. Stuart added some more situations,
i.e. auto save and restore edit view as well as reopen that has to be
considered.

PS: Haven't tested the issue myself, so keep UNCONFIRMED.

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #3 from Xisco Faulí  ---
Adding 'needsUXEval' to see whether it's the expected behaviour or not...

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Thomas Lendo  changed:

   What|Removed |Added

   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=6709

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Thomas Lendo  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

--- Comment #2 from Thomas Lendo  ---
Created attachment 131753
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131753=edit
File with long ToC to test the jump issue

Steps to reproduce:

1. Open the attached Writer document.
2. Scroll down to the end of ToC at the first page.
3. Right-click at ToC and choose "Update Index" in the context menu.

Actual result:

The document canvas view jumps up to the beginning of the ToC. You can't see
what changed at the bottom part of the ToC during update. (Real world use case:
My detailed ToC in a master document fills 4 A4 pages.)

Expected result:

The document canvas view shouldn't change when updating a ToC. It's not clear
to as user like me why that happens.

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Hello Thomas,

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

-- 
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 106374] VIEWING: Document canvas view jumps to beginning of index after updating

2017-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Thomas Lendo  changed:

   What|Removed |Added

Summary|Viewing: Document canvas|VIEWING: Document canvas
   |view jumps to beginning of  |view jumps to beginning of
   |index after updating|index after updating

-- 
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 106374] Viewing: Document canvas view jumps to beginning of index after updating

2017-03-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106374

Thomas Lendo  changed:

   What|Removed |Added

 CC||thomas.le...@gmail.com
Summary|View jumps to beginning of  |Viewing: Document canvas
   |index after updating|view jumps to beginning of
   ||index after updating

-- 
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