VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Hanmac on April 17, 2015, 16:48:14 PM

Title: html broken for edit_address_userfields
Post by: Hanmac on April 17, 2015, 16:48:14 PM
there is a bug in
/components/com_virtuemart/views/user/tmpl/edit_address_userfields.php

something about the fieldsets/tables does break the HTML (and firefox does show that red in the site sourcecode, other brower seems not that intelligent)
<table class="adminForm user-details">
...
<fieldset class="userFields">
<span class="userfields_info">Text</span>

</table>
</fieldset>


for short it does
Quote<table><fieldset><span>Text</span></table></fieldset>
and browser  should/does not know how to interpret that (validator.w3.org does crash while trying to parse it)

which makes it for me as webdeveloper even more complicated to style pages with css because elements does jump out of the line.

the bad thing is that this was introduced 15.08.2013 and no one seems to notice it.
Title: Re: html broken for edit_address_userfields
Post by: Milbo on April 17, 2015, 16:53:36 PM
version?
Title: Re: html broken for edit_address_userfields
Post by: Hanmac on April 17, 2015, 16:56:34 PM
i don't know which version currently is installed on the machine i use,
but it was introduced in https://dev.virtuemart.net/projects/virtuemart/repository/revisions/7106 (https://dev.virtuemart.net/projects/virtuemart/repository/revisions/7106) and still exist in trunk till now