Skip to content

Size in percentage field gets set using wrong decimal place in some LOCALEs #16

@castilma

Description

@castilma

On step 4, if you choose e.g. size in pages, the percentage field gets set automatically according to the locale. (using , as decimal separator with german locale).
sizekomma

When switching to percentage, that number is not recognized. I guess, the used number scanning function is not locale aware and expects a dot.
invalidpercentage

The scanning function should be locale aware or alternatively the field should be preset always using a dot as decimal separator.

There might be a related bug. If I manually try to fix this by first removing the comma, posterazor hangs for some seconds, because it read something like 305533. It should not try to interprete such large numbers without asking or giving the option to interrupt the processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions