This may seems strange to you at first,
but today I got an email from our support engineer that reads:
Hi,
When doing spell checking on a
list form with the cascading field type, we are getting this error:
Please assist
Well... I know what you were
thinking... this guy has some serious spelling mistakes, right?
Thing is, this text wasn’t actually a
user input text – it was a hidden text box. You see, for debugging purposes we
sometimes use textboxes with style=”display:none” instead of input type:”hidden”
fields.
While SharePoint Spell Check skips
hidden inputs, it does not skip hidden text boxes, so our textbox gets the same
treatment as all other user inputs on the page.
In our Cascading Lookup Plus Field Type
we use hidden inputs like that to store information between post backs. We
believe it is important that users not get prompted for spelling in these
controls, let alone try and fix them!
|