[Libreoffice-bugs] [Bug 116184] Date acceptance pattern can interfere with entering decimal numbers

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

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 116184] Date acceptance pattern can interfere with entering decimal numbers

2021-09-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116184

Eike Rathke  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #30 from Eike Rathke  ---
*Of course* defining a D. date acceptance pattern if the decimal separator is .
dot as well (or D, with comma decimal separator) is asking for trouble. Geez..

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

[Libreoffice-bugs] [Bug 116184] Date acceptance pattern can interfere with entering decimal numbers

2021-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116184

--- Comment #29 from QA Administrators  ---
Dear burkhard.kasten,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 116184] Date acceptance pattern can interfere with entering decimal numbers

2019-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116184

--- Comment #28 from Oliver Brinzing  ---
Created attachment 151013
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151013=edit
test csv import

csv import is also affected:

- open attaced *.csv file
- Text Import dialog options:
  [X] Semicolon
  [X] Detect special numbers

-> with "D." first data row is not converted into values

-- 
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 116184] Date acceptance pattern can interfere with entering decimal numbers

2019-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116184

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #27 from Oliver Brinzing  ---
i can confirm this too.
for convenience we added "D." to Date acceptance patterns.
this worked by default with AOO 4.1.5, but with LO it has
some side effects.

steps to reproduce:
- Menu Tools/Options/Language Settings/Languages
  -> Locale setting: "German (Germany)"
  -> add to Date acceptance patterns: "D."
- create new spreadsheet
- enable Menu "View/Value Highlighting"
- cell A1, enter: 1.
  -> Date: 01.04.19
- cell B1, enter: -1.234,56
  -> Text: -1.234,56
- Cell B2, enter: =Value(B1)
  -> Err:522

now remove "D." from Date acceptance patterns and 
- create new spreadsheet
- cell A1, enter: 1.
  -> Text: 1.
- cell B1, enter: -1.234,56
  -> Value: -1234,56
- cell B2, format as Text @ and enter: -1.234,56
- cell B3, enter: =Value(B2)
  -> Value: -1234,56

-- 
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 116184] Date acceptance pattern can interfere with entering decimal numbers

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

--- Comment #26 from Xavier Van Wijmeersch  ---
I changed the last comma with a point and then i cannot reproduce
With the comma I can also reproduce the 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 116184] Date acceptance pattern can interfere with entering decimal numbers

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

Buovjaga  changed:

   What|Removed |Added

Summary|In Calc some numbers cannot |Date acceptance pattern can
   |be entered as numbers   |interfere with entering
   ||decimal numbers
 OS|Windows (All)   |All
   Severity|normal  |minor
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
Version|6.0.1.1 release |4.3.0.4 release

--- Comment #25 from Buovjaga  ---
(In reply to burkhard.kasten from comment #24)
> Now the error ist reproducable:
> 
> Options -> Language Settings -> Language ->  Date acceptance Patterns:
> 
> D.M.Y;D.M.;D.;D,M,Y,;D,M,;D,
> 
> This entry allows to write dates using the digits block of the german
> keyboard, which bears "," instead of decimal point.
> 
> The very last entry "D," causes the problem, using german as well as english
> language.
> 
> It would be very nice to fix that.

Yep, I can repro with this. The Date acceptance pattern feature is already in
4.3, but not yet in 3.5.

I feel this might be a tricky issue. How to determine what the user wants to
express with their typing? Setting to NEW for now.

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