[Libreoffice-ux-advise] [Bug 68617] UI: Row/ Column Highlight of current selection not showing correctly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 3 20:50:03 UTC 2016
https://bugs.documentfoundation.org/show_bug.cgi?id=68617
--- Comment #13 from abhilash300singh at gmail.com ---
A few things I found in my investigation:
1. ScHeaderControl::SetMark takes care of highlighting row/column of current
selection. This function appears only inside ScTabView::UpdateAutoFillMark
which handles multiple continuous selection. The bug occurs because this
function is never called during non-continuous selection.
2. It is also required to remember the positions of all discretely selected
cells. If there is already a function that keeps record of the positions of
discretely selected cell, all that would be required is to call
ScHeaderControl::SetMark as is done inside ScTabView::UpdateAutoFillMark.
I will reassign myself when I find more info, until which anyone should feel
free to assign/try this out.
Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list