You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (JIRA)" <ji...@apache.org> on 2010/02/23 12:48:27 UTC

[jira] Created: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

using date-time type="time" shouldn't display a textbox for a date
------------------------------------------------------------------

                 Key: OFBIZ-3497
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
             Project: OFBiz
          Issue Type: Bug
          Components: ALL APPLICATIONS
    Affects Versions: SVN trunk
            Reporter: Erwan de FERRIERES
             Fix For: SVN trunk


When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837272#action_12837272 ] 

Jacques Le Roux commented on OFBIZ-3497:
----------------------------------------

Erwan,

Sure, I know that, it's in the examples: <<Field4: advanced date time selection>> ;)
I was just saying that maybe some persons will like to be able to enter a time by hand. Hence the idea to have an attribute for that...

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837388#action_12837388 ] 

Jacques Le Roux commented on OFBIZ-3497:
----------------------------------------

Ha!

I see, sorry for the confusion. I must say I never used <date-time type="time" input-method="time-dropdown"/> and from what you say it seems that I'm not alone. Because I can see any reasons to show an useless field :) Or maybe something has changed behind? Anyway, I totally agree with you then!

Thanks for the clarification Erwan

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837233#action_12837233 ] 

Erwan de FERRIERES commented on OFBIZ-3497:
-------------------------------------------

Hi Jacques,

if you want to choose the date and have drop-downs for the time, you can use this combination :
<date-time type="date" input-method="time-dropdown"/>

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837300#action_12837300 ] 

Erwan de FERRIERES commented on OFBIZ-3497:
-------------------------------------------

Jacques,

we are not speaking of the same thing. The advanced date/time is here to select date and time, but when you use type="time", it's only to select a time, so the date box is not needed

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837217#action_12837217 ] 

Jacques Le Roux commented on OFBIZ-3497:
----------------------------------------

Hi Erwan,

This makes sense indeed since we have all the information in the dropdowns. Maybe could be an option though, to let the user type in (even if I guess most of the time it's not used). Then I would suggest to not show the field by default.

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray updated OFBIZ-3497:
------------------------------

    Component/s:     (was: ALL APPLICATIONS)
                 framework

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-3497) using date-time type="time" shouldn't display a textbox for a date

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-3497:
--------------------------------------

    Attachment: OFBIZ-3497.png

An example

> using date-time type="time" shouldn't display a textbox for a date
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-3497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3497.png
>
>
> When using a field like this : <date-time type="time" input-method="time-dropdown"/>, a textbox is added at the beginning of the field, but not needed. As we just want to select time, this textbox which is usually for dates is not needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.