SQL Server VARCHAR(10)
No, it's a bug in SSMS when you tab away from a field. It does get irritating.
probably it's just a bug in the designer.
I would strongly suggest never using the designer to create a table or change a table structure. You should write a create table or alter table statement for that and put it into source control. Then it is easier to deploy to production.