Open kimisgold opened 8 years ago
Do you mean on the admin plugins page? Or plugins adding their inputs to, e.g., the item edit tabs?
Admin plugins browse.
On Wednesday, July 13, 2016, Patrick Murray-John notifications@github.com wrote:
Do you mean on the admin plugins page? Or plugins adding their inputs to, e.g., the item edit tabs?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/omeka/Omeka/issues/721#issuecomment-232369802, or mute the thread https://github.com/notifications/unsubscribe/AAlCLGiIkfgnv2c6FocvHybMVGfDd9fmks5qVPQcgaJpZM4JK_44 .
Kim Nguyen Web Designer Roy Rosenzweig Center for History and New Media
ugh. yeah. now i see it
The only simple way to fix this is to trade one validation problem for another: we can get Zend's form code to output a blank-string ID, but not to omit it entirely. In practice the browsers uniformly seem to ignore blank IDs, but it is a violation of the standard (see #701).
Each of these inputs should have unique ids.