[Libreoffice-bugs] [Bug 131614] Ellipsis inconsistencies

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

--- Comment #6 from QA Administrators  ---
Dear David Viner,

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 131614] Ellipsis inconsistencies

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

QA Administrators  changed:

   What|Removed |Added

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

-- 
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 131614] Ellipsis inconsistencies

2020-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131614

--- Comment #5 from QA Administrators  ---
Dear David Viner,

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 131614] Ellipsis inconsistencies

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

V Stuart Foote  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from V Stuart Foote  ---
Hmm, and if your issue actually is the find and replace of three periods that
have made it into text (e.g. the autocorrect is disabled) that is done using
the Find & Replace +H dialog with 'Regular expressions' and 'Diacritic'
checkboxes enabled.

The find pattern to use is:

'\.\.\.'

and the replacement is the U+2026 glyph '…'

You'll have to be more specific as to your issue--I am simply not seeing one
with any facet of handling the horizontal ellipsis.

-- 
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 131614] Ellipsis inconsistencies

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

V Stuart Foote  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|REOPENED|UNCONFIRMED

--- Comment #3 from V Stuart Foote  ---
No I read exactly what you wrote. 

Entering either "Some text..."  or "Some text:.:" they will both convert by
autocorrection to the U+2026 glyph and result in the desired '…"' string.

No space, no extract actions--just the default Replacements as defined in the
autocorrection tables:

.*...
:.:

You might retest with a default user profile, but the autocorrection entries
are already provided.

-- 
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 131614] Ellipsis inconsistencies

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

David Viner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED

--- Comment #2 from David Viner  ---
V Stuart Foote

I don't understand why you marked this as "Resolved" when your answer has
absolutely nothing to do with the problems I reported. Did you even read what I
wrote?

I am reopening this - please do NOT mark it as resolved again.

-- 
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 131614] Ellipsis inconsistencies

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from V Stuart Foote  ---
There are already two autocorrect entry strings defined to insert the Unicode
U+2026 HORIZONTAL ELIPSIS (drawn from the current paragraph's font or
fallback).

Either of these strings will convert.

"..." (this is the .*... AC table entry),

":.:" (this is the "new" emoji entry).

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