[jira] Created: (OFBIZ-3683) XHTML validation errors round 2 (product)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
XHTML validation errors round 2 (product)
-----------------------------------------

                 Key: OFBIZ-3683
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: OFBIZ-3683_product_xhtml.diff

XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId




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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment: OFBIZ-3683_product_xhtml.diff

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Description:
XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatureCats.ftl
Line 32: invalid </div>
LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId




  was:
XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId





> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment: OFBIZ-3683_product_xhtml_v2.diff

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment:     (was: OFBIZ-3683_product_xhtml.diff)

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Description:
XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatureCats.ftl
Line 32: invalid </div>
LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId

EditProductQuickAdmin.groovy
Lines 221, 223, 265,267,269, 273, 275, 277.
Wrong markup <div (block) must be <span(inline)
The render with <div is wrong . See attached screenshots


  was:
XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatureCats.ftl
Line 32: invalid </div>
LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId





> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml_v2.diff, OFBIZ-3683_product_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment: OFBIZ-3683_product_xhtml_v3.diff

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml_v2.diff, OFBIZ-3683_product_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment:     (was: OFBIZ-3683_product_xhtml_v2.diff)

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_product_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment: OFBIZ-3683_after.jpg
                OFBIZ-3683_before.jpg

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_after.jpg, OFBIZ-3683_before.jpg, OFBIZ-3683_product_xhtml_v3.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Description:
XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatureCats.ftl
Line 32: invalid </div>
LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
LInes 288-345: Avoid visible empty table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId

EditProductQuickAdmin.groovy
Lines 221, 223, 265,267,269, 273, 275, 277.
Wrong markup <div (block) must be <span(inline)
The render with <div is wrong . See attached screenshots


  was:
XHTML validation errors

    * Unclosed tags
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

EditFeatureCategoryFeatureCats.ftl
Line 32: invalid </div>
LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.

EditFeatureCategoryFeatures.ftl
- Form must be outside table
- hidden input fields must be inside td and not directly inside tr or table.

EditFeatureGroups.ftl
- Form and input fields should be inside td.

EditProductFeatures.ftl
- hidden input fields must be inside td and not directly inside tr.

EditProductQuickAdmin.ftl
Line 72: unclosed h2.
Line 125: hidden input fields must be inside td and not directly inside tr or table.
Line 387: unclosed td

EditProductPromoRules
Line 153, 314, 464- duplicated id productCategoryId

EditProductQuickAdmin.groovy
Lines 221, 223, 265,267,269, 273, 275, 277.
Wrong markup <div (block) must be <span(inline)
The render with <div is wrong . See attached screenshots



> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_after.jpg, OFBIZ-3683_before.jpg, OFBIZ-3683_product_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> LInes 288-345: Avoid visible empty table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment: OFBIZ-3683_product_xhtml_v4.diff

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_after.jpg, OFBIZ-3683_before.jpg, OFBIZ-3683_product_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> LInes 288-345: Avoid visible empty table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Blas Rodriguez Somoza updated OFBIZ-3683:
-----------------------------------------

    Attachment:     (was: OFBIZ-3683_product_xhtml_v3.diff)

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_after.jpg, OFBIZ-3683_before.jpg, OFBIZ-3683_product_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> LInes 288-345: Avoid visible empty table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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

       
Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3683) XHTML validation errors round 2 (product)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bruno Busco closed OFBIZ-3683.
------------------------------

      Assignee: Bruno Busco
    Resolution: Fixed

Thank you Blas for your continued great work!
Your patch is in trunk at revision: 935309

> XHTML validation errors round 2 (product)
> -----------------------------------------
>
>                 Key: OFBIZ-3683
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3683
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3683_after.jpg, OFBIZ-3683_before.jpg, OFBIZ-3683_product_xhtml_v4.diff
>
>
> XHTML validation errors
>     * Unclosed tags
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> EditFeatureCategoryFeatureCats.ftl
> Line 32: invalid </div>
> LInes 80-94: When productFeatureGroups has no content, this form is invalid, select is empty and so submitting will give an error, because invalid productFeatureGroupId.
> EditFeatureCategoryFeatures.ftl
> - Form must be outside table
> - hidden input fields must be inside td and not directly inside tr or table.
> EditFeatureGroups.ftl
> - Form and input fields should be inside td.
> EditProductFeatures.ftl
> - hidden input fields must be inside td and not directly inside tr.
> EditProductQuickAdmin.ftl
> Line 72: unclosed h2.
> Line 125: hidden input fields must be inside td and not directly inside tr or table.
> LInes 288-345: Avoid visible empty table.
> Line 387: unclosed td
> EditProductPromoRules
> Line 153, 314, 464- duplicated id productCategoryId
> EditProductQuickAdmin.groovy
> Lines 221, 223, 265,267,269, 273, 275, 277.
> Wrong markup <div (block) must be <span(inline)
> The render with <div is wrong . See attached screenshots

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