Version: 5.2.0.0.alpha0+ Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969 CPU Threads: 2; OS Version: Windows 6.2; UI Render: default; TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44 1. In cell A1 type: =SUM( 2. Press and hold Ctrl 3. Click column headings B and D 4. Release Ctrl 5. Press Enter 6. Formula in A1 shows =SUM(D:D); however should show =SUM(D:D,B:B) Thank you
(In reply to Óvári from comment #0) > 6. Formula in A1 shows =SUM(D:D); however should show =SUM(D:D,B:B) 6. Formula in A1 shows =SUM(D:D); however should show =SUM(B:B,D:D)
@Dennis: You might be interested in this ;)
I have sent a patch in gerrit for review. https://gerrit.libreoffice.org/#/c/20836/
Dennis Francis committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=33455023a9c1e33591d97116ac2e400362f87fbb Fix tdf#96523 : Correct the behavior when Ctrl key is pressed It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Commit Notification from comment #4) > Affected users are encouraged to test the fix and report feedback. Please see bug 97143. Thank you.
Thank you Dennis Francis for your patch of bug 96523. It works if Ctrl is pressed and held before or immediately after the first column/row selection. Would it be possible to implement this for any selection as described in bug 93936. Thank you