SELECT tag retrofitting does not work inside client-side custom tags #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The routine to take SELECT tags and wrap them in our custom elements fails when the SELECT tag is within one of our uwt:* custom tags, which is parsed on the client side.
For some reason the element gets successfully popped out of the DOM and replaced with the custom DIV, but the events do not get correctly attached to the replacement INPUT. So the custom control doesn't work.
See in test.html the first SELECT element which gets properly retrofitted, vs. the SELECT inside a tab container which does not.