Bug #39212
required only works if validation is chosen as well
| Status: | Closed | Start date: | 2012-07-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Alex Kellner | % Done: | 0% |
|
| Category: | Frontend Plugin | |||
| Target version: | 2.x | |||
| Votes: | 0 |
Description
I added a very simple form and after checking required in one input field, all ids where set to:
<input id="powermail_field_" .../>
If I add a validator to the required field the variable gets append to the ID of the element
<input id="powermail_field_test" .../>
History
Updated by Alex Kellner 10 months ago
- Category set to Frontend Plugin
- Status changed from New to Rejected
- Assignee set to Dominic Garms
- Target version set to 2.x
I think this is related to #37959
The markers are responsible for the id-creation
Updated by Dominic Garms 10 months ago
Hi Alex,
I tried the patch of your related post, but it doesn't work for this issue. The markers doesn't get its ID. Im spinning my head around, but it seems to depend on the required field and/or classes which are getting passed.
Updated by Alex Kellner 10 months ago
- Status changed from Rejected to Under Review
- Assignee changed from Dominic Garms to Alex Kellner
Hi Dominic,
thx for the hint - I will reopen this issue and try to get this bug on my testsite (powermail.in2code.de)
Alex
Updated by Dominic Garms 10 months ago
Hi Alex,
after a day sleeping over the problems I started again from scractch. The error doesn't show up anymore after starting a new form again. So the bug referred to the previous issue, I think you can close this thread.
Many Greetings
Dominic