There is a strange behavior observed in terms of length of component title in two different scenarios. When a component is created/updated using web interface in browser, it is restricting the max length to 250 characters for title. However when we copy a component whose title is 250 characters in length and paste somewhere, then the error message is saying that component title must be in between 1 and 255 characters. And the corresponding column length in CM database which holds this title is having nvarchar(255). The same is the case, when the component is created using core service.
Can we have a seamless behavior in all scenarios and let authors supply title whose length can be in between 1 to 255.