[Libreoffice-bugs] [Bug 113219] Contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2023-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org
 Blocks|86349   |
 Resolution|--- |DUPLICATE

--- Comment #27 from Stéphane Guillou (stragu) 
 ---
I understand this to be the same issue as the lost selection on right-click of
text selection in bug 111969.
Marking as a duplicate. Thanks!

*** This bug has been marked as a duplicate of bug 111969 ***


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86349
[Bug 86349] [META] Context menu bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113219] Contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2023-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

BogdanB  changed:

   What|Removed |Added

 Blocks||86349
 CC||buzea.bog...@libreoffice.or
   ||g
Summary|contents of the context |Contents of the context
   |menu after selecting a word |menu after selecting a word
   |with a mouse differs|with a mouse differs
   |depending on the direction  |depending on the direction
   |in which the selection was  |in which the selection was
   |made|made


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86349
[Bug 86349] [META] Context menu bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2022-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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

[Libreoffice-bugs] [Bug 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2022-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #26 from LeroyG  ---
Direction of selection has nothing to do here. You can select with double click
(or .uno:SelectWord).
I think that bug title must be reworded.

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

[Libreoffice-bugs] [Bug 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2022-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #25 from LeroyG  ---
No need to use large font size. A large zoom level could help.

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

[Libreoffice-bugs] [Bug 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2022-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #24 from LeroyG  ---
Reproducible with:

Version: 7.2.3.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 1; OS: Linux 5.3; UI render: default; VCL: gtk3
Locale: es-MX (es_ES.UTF-8); UI: en-US
Calc: threaded

Just select "Lorem" and right-click in the middle of the "m".

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

[Libreoffice-bugs] [Bug 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2022-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #23 from Xisco Faulí  ---
Thanks for reporting this issue.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-06-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #22 from Dave Gilbert  ---
The selection clearing is done in SwEditWin::SelectMenuPosition
by the:
bool bOverSelect = rSh.TestCurrPam( aDocPos );
...

if ( !bOverSelect )
{
// create only temporary move context because otherwise
// the query against the content form doesn't work!!!
SwMvContext aMvContext(  );
rSh.CallSetCursor(, false);
}

so there's a conversation to be had with TestCurrPam and friends to
see how it decides 'OverSelect'

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #21 from Dave Gilbert  ---
I can reproduce my case on Ubuntu 21.04 / LO 7.1.2.2 - so it's not a fedoraism.

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-06-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #20 from Dave Gilbert  ---
Oops, that's the wrong way around, it should be:

but overshooting by under a half character to the left keeps the selection,
but overshooting by under a half character to the *right* clears it

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-06-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #19 from Dave Gilbert  ---
I think I can reproduce this or something similar, possibly related to comment
6 (on ~head as of about a week old source) - I think there's an asymmetry about
partially selected characters. (I'm on Fedora 34, on xfce)

a) Select a largeish font size (I'm using 32pt)
b) type 'Hello world this is a test' (you don't want to trigger spelling stuff)
c) Click in the left half of the 'w' and drag to the right, releasing while the
pointer is still in the left half of the 'd' - at this point 'worl' is
highlighted.
d) Right click (without moving) - the selection is cleared, copy/cut are not
shown in the menu

e) Ensure there is no selection
f) click slightly to the right of the 'd' and drag to the left, releasing while
the point is still in the right half of the 'w' - at this point 'orld' is
highlighted.
g) Right click (without moving) - the selection is kept, copy/cut are shown in
the menu

So in both of these cases the right-click is performed slightly outside of the
selection - just after overshooting a little; 
but overshooting by under a half character to the right keeps the selection,
but overshooting by under a half character to the *left* clears it

I'm not 100% sure if this is what the reporter is seeing, but I think it is

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #18 from Buovjaga  ---
Xisco's last question was about resetting profile, but as this is originally
from 2017 I guess you have erased your profile at some point

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-01-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2021-01-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #16 from QA Administrators  ---
Dear McAaron,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2020-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #15 from QA Administrators  ---
Dear McAaron,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2020-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #14 from Xisco Faulí  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2020-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #13 from Dieter  ---
McAaron, have you ever tested with a fresh user profile?

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2020-03-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #12 from mcaa...@mail.ru ---

@LANG=ru_RU.utf8

Версия: 6.4.1.2
ID сборки: 4d224e95b98b138af42a64d84056446d09082932
Потоков ЦП: 8; ОС: Linux 5.4; Отрисовка ИП: по умолчанию; VCL: gtk3; 
Локаль: en-US (ru_RU.utf8); Язык интерфейса: ru-RU
Calc: threaded

LibreOffice - это современное, с открытым кодом, простое в использовании
средство обработки текстов, электронных таблиц, презентаций и т.п.

См. журнал: 4d224e95b98b138af42a64d84056446d09082932
https://gerrit.libreoffice.org/plugins/gitiles/core/+log/4d224e95b98b138af42a64d84056446d09082932

Этот продукт предоставлен The Document Foundation.
Copyright © 2000-2020 участники сообщества LibreOffice.
LibreOffice основан на OpenOffice.org.

@LANG=C

Version: 6.4.1.2
Build ID: 4d224e95b98b138af42a64d84056446d09082932
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: en-US (C); UI-Language: en-US
Calc: threaded

LibreOffice is a modern, easy-to-use, open source productivity suite for word
processing, spreadsheets, presentations and more.

See Log: 4d224e95b98b138af42a64d84056446d09082932
https://gerrit.libreoffice.org/plugins/gitiles/core/+log/4d224e95b98b138af42a64d84056446d09082932

This release was supplied by The Document Foundation.
Copyright © 2000–2020 LibreOffice contributors.
LibreOffice was based on OpenOffice.org.

---

Video of selection reset https://radikal.ru/video/BHuYQa49hEV

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

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

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|REOPENED|UNCONFIRMED

--- Comment #11 from Buovjaga  ---
(In reply to McAaron from comment #10)
> This selection reset bug is back
> 
> $ libreoffice6.4 --version
> LibreOffice 6.4.1.2 4d224e95b98b138af42a64d84056446d09082932
> $ uname -srv
> Linux 5.4.18-100.fc30.x86_64 #1 SMP Fri Feb 7 14:37:00 UTC 2020

For completeness, please copy and paste here the contents of your Help - About.

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

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

mcaa...@mail.ru changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #10 from mcaa...@mail.ru ---
This selection reset bug is back

$ libreoffice6.4 --version
LibreOffice 6.4.1.2 4d224e95b98b138af42a64d84056446d09082932
$ uname -srv
Linux 5.4.18-100.fc30.x86_64 #1 SMP Fri Feb 7 14:37:00 UTC 2020

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2018-12-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #9 from Buovjaga  ---
Oh, that's cool -> closing

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2018-12-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #8 from mcaa...@mail.ru ---
There is no selection reset bug in version 6.1.3.
Thanks.


Fedora Core 27

Writer
Version: 6.1.3.2
Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb
CPU threads: 4; OS: Linux 4.18; UI Rendering: default; VCL: gtk2;
Locale: ru-RU (ru_RU.utf8); Calc: threaded

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2018-11-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #7 from Xisco Faulí  ---
A new major release of LibreOffice is available since this bug was reported.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2018-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

mcaa...@mail.ru changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from mcaa...@mail.ru ---
Problem not fixed in
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@70-TDF/current/master~2018-05-31_05.25.23_LibreOfficeDev_6.2.0.0.alpha0_Linux_x86-64_rpm.tar.gz

It may be cursor position after selection from left to right stil stay out of
selection -- right boundary of selected area has less pixel coordinate then
cursor coordinate (rounding problem???).

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2018-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #5 from mcaa...@mail.ru ---
(In reply to Buovjaga from comment #3)
> (In reply to McAaron from comment #1)
> > The effect is occurred in Libreoffice versions 4 and 5 (both vanilla and
> > distributive) on Fedora Core at least from 19 up to current version.
> 
> By Vanilla, do you mean build supplied by TDF?
>From oficial libreoffice site

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2018-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

--- Comment #4 from QA Administrators  ---
Dear Bug Submitter,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping-20180530

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

2017-11-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113219

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
(In reply to McAaron from comment #1)
> The effect is occurred in Libreoffice versions 4 and 5 (both vanilla and
> distributive) on Fedora Core at least from 19 up to current version.

By Vanilla, do you mean build supplied by TDF?
Can you repro with a fresh daily build:
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@70-TDF/current/
https://wiki.documentfoundation.org/Installing_in_parallel/Linux

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #2 from Jean-Baptiste Faure  ---
Not reproducible for me under Ubuntu 16.04 with LO 5.4.2 from Ubuntu PPA.

(In reply to McAaron from comment #1)
> The effect is occurred in Libreoffice versions 4 and 5 (both vanilla and
> distributive) on Fedora Core at least from 19 up to current version.

So you should file a bug report on the Fedora bug tracker.

Best regards. JBF

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

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

--- Comment #1 from mcaa...@mail.ru ---
The effect is occurred in Libreoffice versions 4 and 5 (both vanilla and
distributive) on Fedora Core at least from 19 up to current version.

-- 
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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

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

mcaa...@mail.ru changed:

   What|Removed |Added

Summary|contents of the context |contents of the context
   |menu after selecting a word |menu after selecting a word
   |with a mouse differs on the |with a mouse differs
   |direction in which the  |depending on the direction
   |selection was made  |in which the selection was
   ||made

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