|
: 29 : 29 : 0 |
Currently, when Domino presents a form to a web browser, the FORM tag only contains the NAME attribute. Many JavaScript frameworks have issues accessing the form using the name attribute, especially in Firefox. it would be much better if the ID attribute was also set. I know this can be done programatically with a single line of JavaScript, but it's not something that developers should have to do.
|