Closed (outdated)
Project:
Masquerade
Version:
7.x-1.0-rc5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2010 at 19:01 UTC
Updated:
29 Apr 2017 at 03:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hefox commentedConsidering form_clean_id, relying on an ID for a form element is, well, asking for trouble.
though, it's odd that the id's are the same; one ID should be edit-submit-1, but it could be due to something (views I think?) flushing the form_clean_id cache between node form and masquerade form creation.
Comment #2
dpearcefl commentedThis is still happening. I'll be happy to submit a patch if we can agree on what the id should be.
Comment #3
mgiffordSo something like this should resolve this.
Comment #5
nvahalik commentedThis no longer appears to be the case as the
#idis not defined explicitly and on pages where anotheredit-submitis defined, it correctly has another ID.