Issue 101083 - Scaling dialog (main interval) does not accept small values
Summary: Scaling dialog (main interval) does not accept small values
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 13:50 UTC by daniel.rentz
Modified: 2013-09-25 20:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description daniel.rentz 2009-04-14 13:50:49 UTC
In the axis scaling dialog, the main interval edit field does not accept small
values, and does not take number format into account in all cases.

Use case: Scale Y axis from 0 minutes to 1 minute. Data based on time values,
number format is "MM:SS". Min set to 00:00:00, max set to 00:01:00.

Trying to set main interval to 10 seconds:
-> Insert value "00:00:10". This is converted to "0.000115..." when field loses
focus. Note the "." instead of an expected "," in a German locale. Trying to
leave dialog gives error message.
-> Insert value "0,000115". This is converted to "0" when field loses focus,
again leading to an error.
-> Interestingly, the only way to be successful is to type "00:00:10" and
immediately hit the RETURN key without leaving the edit field (by clicking OK etc.).
Comment 1 Regina Henschel 2010-11-23 22:51:37 UTC
Do you still see the problem? I think, it should have been solved with fix for
issue 87900.

In DEV300m93 I cannot reproduce it, but I can enter times in seconds without
problems in time syntax.