That label is so long it’s breaking the HN front page layout for me on mobile.
CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
21–30 of 188 posts
I was wondering what was going on!
Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#22Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#23表姐, in case you were wondering.
I'm assuming those Mandarin characters comprise the word for that relationship? I was wondering why this existed and I thought maybe they were adding the Hindi words for specific relatives (there's many, I assume the same is true for Mandarin).
Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#24Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#25Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#26表姐, in case you were wondering.
The "CN" is just the prefix for the Contacts framework, it doesn't refer to Chinese
Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#27[deleted]
Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#28For those using Refined Hacker News[1] for Firefox on Android, you can add this to the Custom CSS field to prevent the overflow:
tr.athing td.title:not([valign="top"]) {
word-break: break-word;
}
[1]: https://github.com/plibither8/refined-hacker-newsRe: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#29Does this page have some sort of camel-case aware word breaking? As I resize the page I notice it always remains broken at a word boundary and never breaks inside a word.
Ok, I see it now: there are wbr tags between the words on the page. TIL.
Re: CNLabelContactRelation​YoungerCousin​MothersSiblingsDaughter​OrFathersSistersDaughter
#30Java Swing took verbosity even further than that. I present to you a 92-character class name [1].
> InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Thankfully, I think they fixed it in the newer version.
[1]: https://twitter.com/peterlawrey/status/577176384520384512