You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Benjamin McCann (JIRA)" <ji...@apache.org> on 2007/08/09 23:47:18 UTC

[jira] Created: (WW-2098) datetimepicker breaks validation in Firefox

datetimepicker breaks validation in Firefox
-------------------------------------------

                 Key: WW-2098
                 URL: https://issues.apache.org/struts/browse/WW-2098
             Project: Struts 2
          Issue Type: Bug
          Components: Misc
    Affects Versions: 2.0.9
         Environment: Firexfox 2.0.0.6
            Reporter: Benjamin McCann


If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
TypeError: row.cells has no properties

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


[jira] Commented: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42445 ] 

Benjamin McCann commented on WW-2098:
-------------------------------------

This issue has not been fixed in 2.1 (WW-2256).  It does not work in any version.

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Commented: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42296 ] 

Musachy Barroso commented on WW-2098:
-------------------------------------

Can you provide a section of your jsp? or tell us what theme are you using on your form?

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.0.12
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Commented: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42227 ] 

Benjamin McCann commented on WW-2098:
-------------------------------------

datetimepicker is completely broken in Firefox.  Shouldn't this get fixed sooner rather than later?  I can't imagine it'd be too hard a fix for someone familiar with the code.  I'd be happy to help show the steps needed to reproduce this if needed.

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>             Fix For: 2.0.12
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Assigned: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso reassigned WW-2098:
-----------------------------------

    Assignee: Musachy Barroso

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.0.12
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Commented: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42302 ] 

Benjamin McCann commented on WW-2098:
-------------------------------------

I posted a simpler version of my .jsp below.  

<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>Add New System</title>
		<s:head />
	</head>
	<body>
		<s:form action="Test" namespace="/admin" validate="true" method="get">
			<span style="font-size:22px; font-weight:bold;">Test</span>
			<s:textfield label="Name" name="name" required="true" />
			<s:datetimepicker label="Date" name="date" required="true" />
			<s:submit cssStyle="margin-right: 450px;" value="Add" />
		</s:form>
	</body>
</html>

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.0.12
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Updated: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2098:
-----------------------------

    Fix Version/s:     (was: 2.0.11)
                   2.0.12

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>             Fix For: 2.0.12
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Commented: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42308 ] 

Benjamin McCann commented on WW-2098:
-------------------------------------

Ok.  Fair, enough.  Any idea on when 2.1 is expected to be released?

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Commented: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42305 ] 

Musachy Barroso commented on WW-2098:
-------------------------------------

it seems to be working fine on 2.1, as there won't be any changes on the ajax theme for the 2.0 family and 2.1 is around the corner I will close this ticket. Feel free to reopen it if you still have a problem on 2.1 but it seems to work for me.

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Resolved: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2098.
---------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 2.0.12)
                   2.1.0

It just works on 2.1, not sure if it was a problem that was fixed before or not.

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Updated: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2098:
-----------------------------

    Affects Version/s: 2.0.10
        Fix Version/s:     (was: 2.0.10)
                       2.0.11

Moving to 2.0.11 in preparation for 2.0.10 release.

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9, 2.0.10
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>             Fix For: 2.0.11
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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


[jira] Updated: (WW-2098) datetimepicker breaks validation in Firefox

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2098:
-----------------------------

      Component/s:     (was: Misc)
                   Views
    Fix Version/s: 2.0.10

> datetimepicker breaks validation in Firefox
> -------------------------------------------
>
>                 Key: WW-2098
>                 URL: https://issues.apache.org/struts/browse/WW-2098
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Firexfox 2.0.0.6
>            Reporter: Benjamin McCann
>             Fix For: 2.0.10
>
>
> If I place a requiredstring validator on a datetimepicker then I get the following Javascript popup when the field is not filled in:
> TypeError: row.cells has no properties

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