[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

V Stuart Foote  changed:

   What|Removed |Added

   Keywords|regression  |
   Priority|high|medium
   Severity|normal  |enhancement

--- Comment #11 from V Stuart Foote  ---
(In reply to Paul Ivaska from comment #10)
> Created attachment 122459 [details]
> Issue with HH:MM:SS
> 
> Attached file is the issue of HH:MM:SS with the :MM being a problem when
> entering 01 etc.

Known issue. Simple work around of opening Tools -> Autocorrect Options and
deleting the "Emoji" replacements for

:10: ten-o'clock
:11: eleven-o'clock
:12: twelve-o'clock

Changing to enhancement -- removing the regression keyword

Changing auto-correct Emoji entry to use a double "::" bracketing (or possibly
something else if more suitable) seems the correct way to consistently resolve
this anti-feature.

-- 
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 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

--- Comment #10 from Paul Ivaska  ---
Created attachment 122459
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122459=edit
Issue with HH:MM:SS

Attached file is the issue of HH:MM:SS with the :MM being a problem when
entering 01 etc.

-- 
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 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

--- Comment #9 from V Stuart Foote  ---
@László, * 

Any comment on feasibility/need to change the EMOJI delimiter from a single ":"
to a double "::" and avoiding this conflict with date/time formats?  

Would changing the input to require two extra characters detract from using
EMOJI feature? IMHO seems reasonable adjustment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||r...@post.cz

--- Comment #7 from raal  ---

386d64546a50a4abfafc1c309bf4f12b31aa7289 is the first bad commit
commit 386d64546a50a4abfafc1c309bf4f12b31aa7289
Author: Norbert Thiebaud 
Date:   Sun Aug 2 10:04:17 2015 -0700

source sha:fa8089e1099c6c6668fef2cd3ac01373269d6ef9

source sha:fa8089e1099c6c6668fef2cd3ac01373269d6ef9

:04 04 98617e71cc180b3c141980417a9949b72b0c87b7
714dc3d4608d9a92a27cf771617631ec18391b37 M  instdir

authorChristian Lohmaier    
2015-07-24 17:45:49 (GMT)
committerChristian Lohmaier    
2015-07-24 17:46:21 (GMT)
commitfa8089e1099c6c6668fef2cd3ac01373269d6ef9 (patch)
update emoji autocorrect entries from po-files

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

V Stuart Foote  changed:

   What|Removed |Added

   Priority|highest |high

--- Comment #8 from V Stuart Foote  ---
Not sure this is really a bug, we added support for Emoji input--choosing to
bracket mnemonic with a single ":", but that also happens to be a valid input
format for dates and time.

And the autocorrect affecting just these three HH:MM:SS formatted minute
values--:10:, :11:, :12:--can be immediately +Z reverted, or disabled in
the autocorrect tables (deleted, or replaced).  And, is the same for those
using :MM:DD or similar date entry--the middle value gets corrupted.

A solution might be to change the bracketing for entering the emoji--there is
no standard--so bracketing with "::", or some other sequence, that would
eliminate this autocorrect collision.

The autocorrect mechanism is performing the codepoint substitution as designed.
But the fallback font handling to render glyph from a grapheme including the
BMP or SEP codepoint is not correct--that is bug 71603.  The resulting
substitution here is visually incorrect, but not unintended programmatically.
And as noted can be reverted or prevented.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

V Stuart Foote  changed:

   What|Removed |Added

 CC||nem...@numbertext.org,
   ||vstuart.fo...@utsa.edu

--- Comment #3 from V Stuart Foote  ---
This was introduced in the 5.0 release with autocorrect support for Emoji

The :10:, :11:, and :12: strings in Calc or Writer are being replaced with
nothing--but could have been replaced with the clock face Emoji (I think that
was the intent -- László? )

Simple work around to delete those lines from the autocorrect tables

Tools -> AutoCorrect -> AutoCorrect Options

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

--- Comment #4 from Frank  ---
(In reply to V Stuart Foote from comment #3)
> This was introduced in the 5.0 release with autocorrect support for Emoji
> 
> The :10:, :11:, and :12: strings in Calc or Writer are being replaced with
> nothing--but could have been replaced with the clock face Emoji (I think
> that was the intent -- László? )
> 
> Simple work around to delete those lines from the autocorrect tables
> 
> Tools -> AutoCorrect -> AutoCorrect Options

Thanks for the work-around. I assume this will be fixed in next release?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

V Stuart Foote  changed:

   What|Removed |Added

   Keywords||dataLoss
   Priority|medium  |highest
 Depends on||71603

--- Comment #5 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #3)
> This was introduced in the 5.0 release with autocorrect support for Emoji
> 
> The :10:, :11:, and :12: strings in Calc or Writer are being replaced with
> nothing--but could have been replaced with the clock face Emoji (I think
> that was the intent -- László? )
> 
> Simple work around to delete those lines from the autocorrect tables
> 
> Tools -> AutoCorrect -> AutoCorrect Options

Actually the autocorrect replacement is happening, but the emoji's are not
receiving font fall back replacement (pulling from OpenSymbol, or Segoe UI
Emoji, Segoe UI Symbols font on Windows).

:10: gets U+1F559
:11: gets U+1F55a
:12: gets U+1F55b

Of course with unreliable fallback font substitution no glyph is being written
to the canvas. So the time format is visually garbled as well as corrupted by
the autocorrect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

--- Comment #6 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #5)
> (In reply to V Stuart Foote from comment #3)
> > 
> > Simple work around to delete those lines from the autocorrect tables
> > 
> corrupted by the autocorrect.

Just verified that alternative to editing the autocorrect table, you can also
simply issue +Z for each incorrectly applied autocorrect.

So, :10: becomes  U+1f559, but immediate use of +Z reverts to :10:

Just have to remember to do it--without the visual clue of the fallback font
Emoji.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

FutureProject  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||futureproj...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from FutureProject  ---
Hello, and thank you for bringing this issue to our attention.

I can confirm the described behaviour. After some testing, I found out that the
issue emerged somewhere after

Version: 4.4.0.1
Build ID: 1ba9640ddd424f1f535c75bf2b86703770b8cf6f
Locale: de_DE

but before or at

Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75-GL
Locale: de-DE (de_DE)

To reproduce quick and efficiently:
1. Open new Writer document
2. If not set: Tools -> Language -> For all text -> English (USA)
3. Write: 01:11:12
4. When writing the second colon the line resets back to reading "01"

I'm setting this report to NEW since I found it to be reproduceable very well
through a number of builds.

--
Windows 10 Pro, Version 1511 (OS Build 10586.36)
Version: 5.0.4.2 Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78
Locale: de-DE (de_DE)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

Frank  changed:

   What|Removed |Added

   Hardware|All |x86-64 (AMD64)
Version|unspecified |5.0.4.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97191] Entry of time in format HH:MM:SS is corrupt when entering some values in Writer and Calc

2016-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97191

Frank  changed:

   What|Removed |Added

 CC||fwrun2...@gmail.com
 OS|Linux (All) |All

--- Comment #1 from Frank  ---
Tested LibreOffice 5.0.4 on Windows 7 X64 and found the same bug to exist.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs