This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Error anchors id instead of name #2
Labels
Comments
SvenJuergens
added a commit
to SvenJuergens/formhandler
that referenced
this issue
May 18, 2017
I think this change should be added. But removing the name property completely might break JavaScript / CSS selectors on this name. Let us add the id and keep the name. |
Hi @SvenJuergens , did you find the time to adapt the changeset yet? Thank you |
SvenJuergens
added a commit
to SvenJuergens/formhandler
that referenced
this issue
Aug 24, 2017
… for compatibility reason See PHORAX#2
hi @7elix the name attribute is back again :) |
Thanks a lot. Sorry for my late, I’m a little busy atm. So this is resolved then and can be closed. |
Sorry, I have to open this again. The id attribute is still missing. Without it the error anchors don’t work. |
luzat
pushed a commit
to luzat/formhandler
that referenced
this issue
Nov 23, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to html5 should be . In my case the browser did not jump to the right anchor when using name attribute. I changed it to id, then it worked. Change is in Classes/View/Form.php, line 1046.
The text was updated successfully, but these errors were encountered: