serious DOM bug
-
I’ve simply installed, activated and then clicked to enable this plugin.
This is what I see in the wp-login.php login form:
https://www.screencast.com/t/NJgtwUkuF
For some reason your plugin is setting the ID of multiple form elements all to: “log_input_lable”
Regardless of the reason you’re doing this, you should not be doing this. All IDs on the DOM must be unique.
My issue with this is that clients of mine (Shield Security) are having their login forms broken because of this. We insert a paragraph element with a unique ID that we then attached Javascript to.
But your plugin is bulldosing everything in its path, and breaking our implementation.
There is no good reason to force all IDs to be the same, and instead you should be adding your own CLASSES to elements, not changing IDs.
Can you please take a look at this?
Many thanks.
- The topic ‘serious DOM bug’ is closed to new replies.