[ 
https://issues.apache.org/jira/browse/OFBIZ-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-4628.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 11.04
         Assignee: Jacques Le Roux

Thanks Leon,

Your modified patch is in 
trunk at r1221889  
R11.04  r1221890

You were right at 1st << there're only two ways, remove "disabled" attribute or 
use javascript to set disable property to false>>

Actually W3C does not define any value for disabled 
http://www.w3.org/TR/html4/interact/forms.html#adef-disabled and its value in 
javascript is a boolean so we should rather use true instead of 'disabled' (as 
you said we could also use false instead of remove, but... anyway...)

So more files needed to be changed, though they all use 
".removeAttr('disabled')"
                
> re-enable the disabled submit button in ListInvoice and batchPayments
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-4628
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4628
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4628.patch
>
>
> To enable a disabled html element, there're only two ways, remove "disabled" 
> attribute or use javascript to set disable property to false. The patch 
> updates trivial to enable submit button in ListInvoices.ftl and 
> batchPayments.ftl.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to