[
https://issues.apache.org/jira/browse/DIRSTUDIO-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre-Arnaud Marcelot updated DIRSTUDIO-823:
---------------------------------------------
Attachment: Screen Shot 2012-10-12 at 09.59.53.png
Here's the new version of the Integer Dialog.
I've replaced the Spinner widget which only support values of 'int' type by a
standard Text widget backed up with a BigDecimal value which can accept any
magnitude.
I've mapped the standard controls of the Spinner onto this Text widget:
- it only accept number (and the '-' sign)
- arrow up adds 1
- arrow down subtracts 1
- page up adds 100
- page down subtracts 100
> Integer Value Editor only selects values of Java Integer magnitude
> ------------------------------------------------------------------
>
> Key: DIRSTUDIO-823
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-823
> Project: Directory Studio
> Issue Type: Bug
> Components: studio-ldapbrowser
> Affects Versions: 1.5.3
> Reporter: lucas theisen
> Attachments: Screen Shot 2012-10-12 at 09.59.53.png
>
>
> According to rfc 4517 (http://tools.ietf.org/html/rfc4517):
> {qoute}
> 3.3.16. Integer
> A value of the Integer syntax is a whole number of unlimited
> magnitude. The LDAP-specific encoding of a value of this syntax is
> the optionally signed decimal digit character string representation
> of the number (for example, the number 1321 is represented by the
> character string "1321"). The encoding is defined by the following
> ABNF:
> ...
> {qoute}
> Since the value can be of unlimited magnitude, it seems the editor should
> allow for that. If i choose to use the In-Place Text Editor, it works, but
> that seems unnecessarily complicated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira