Now I have a site running news stories, some stories have long titles for about 125 chars. However, the nodereference module for some reason only accepting the first 128 chars. Makes the node being not able to be referenced. Every time you save, it disappears.
And I cannot find anywhere the #maxlength = 128 was set. If I set it in nodereference_autocomplete_process(), it makes an error every time I'm saving and still cannot change the #maxlength value.
A node title seems to be capable of 255 chars long so I think it's really a bug
Comments
Comment #1
yched commentedWhat widget is your field using ?
Comment #2
yang_yi_cn commentedIt's the autocomplete widget
Comment #3
yched commentedThx - not critical, btw
Comment #4
yched commenteddupe of #276988: nodereference doesnt work when titles exceeds 128 characters