тна Back to MegaDB Search

makzimus | 8 points | Feb 05 2017 18:48:30

[META] Title case loses after posting | Megalinks MegaDB [META] Title case loses after posting

When I type something in the title box, title case automatically applies. But after submitting, the formatting gets lost.

permalink


[-] [deleted] | 3 points | Feb 05 2017 19:44:36

That's common in a lot of subreddits, actually. The submission text boxes will auto-capitalize every word, whether it makes it grammatically correct or not. As for turning that off, you may be able to disable the stylesheet with Reddit Enhancement Suite. I believe it's a problem with the "Naut" theme that many subreddits use.

According to this post it can be turned off by having a moderator add the following code to the end of the stylesheet.

 textarea.title { 
text-transform: none!important; 
}

Is it possible to get this fixed /u/vcdupper?

permalink

[-] makzimus | 2 points | Feb 05 2017 19:47:23

Actually, I think it would be better to retain the style after posting. After all, titles are nothing but movie titles .LOL

permalink

[-] [deleted] | 3 points | Feb 05 2017 19:49:59

I agree that titles should be written beginning with capital letters, however it's confusing to users who are trying to post as it makes them think that they're post is automatically being capitalized when it's actually not.

permalink

[-] vcdupper | 2 points | Feb 05 2017 22:30:08

Added let know if it helps

permalink

[-] [deleted] | 2 points | Feb 06 2017 00:48:40

Working great! Thank you.

permalink

[-] sirin3 | 1 points | Feb 06 2017 10:01:17

Or you could do the opposite:

.link a.title {
   text-transform: capitalize;
}

permalink