#123: Duplicate IDs in HTML templates ------------------------+--------------------------------------------------- Reporter: dom | Owner: dom Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Keywords: ------------------------+--------------------------------------------------- With Test::HTML::Content installed, we get some warnings that have probably been around for ages:
{{{ t/27_geo_data_edit_form............ok 12/18element textarea: validity error : ID content already defined <td><textarea name="content" id="content" rows="21" cols="70" wrap="virtual" ^ element textarea: validity error : ID content already defined <td><textarea name="content" id="content" rows="21" cols="70" wrap="virtual" ^ element textarea: validity error : ID locales already defined <td><textarea name="locales" id="locales" rows="5" cols="70"></tex ^ element textarea: validity error : ID categories already defined <td><textarea name="categories" id="categories" rows="5" cols="70" ^ element select: validity error : ID edit_type already defined <select name="edit_type" id="edit_type"> ^ }}}
etc etc.
#123: Duplicate IDs in HTML templates ------------------------+--------------------------------------------------- Reporter: dom | Owner: dom Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Comment (by nick):
I've fixed the content id duplication
As best as I can tell, locale and edit_type aren't duplicated, so I don't know where those errors are coming from.
Can you test again with the latest svn, and close the ticket if the errors are now gone?
#123: Duplicate IDs in HTML templates ------------------------+--------------------------------------------------- Reporter: dom | Owner: dom Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Comment (by dom):
Testing on [846] the errors are all still there.
openguides-tickets@lists.openguides.org