Do Not Type "File:///" in OS X
101–110 of 206 posts
Re: Do Not Type "File:///" in OS X
#102Re: Do Not Type "File:///" in OS X
#103Earlier quoted context omitted.
That's because SublimeText doesn't use NSTextFields, and therefore, doesn't use Data Detectors. It's not voodoo.
Seriously, people, learn how to read a backtrace. This is hacker news, not social-media-manager-who-claims-they-are-a-geek news.
I only see someone who said that it was safe to type it in a software, but I can be wrong.
Re: Do Not Type "File:///" in OS X
#104Earlier quoted context omitted.
Add Messages.app to that list, I discovered as I stupidly tried to explain how to repro it to someone..
The fun thing about having it in messages.app, is it is actually a bug on the RECEIVING end of messages.app. And I can't seem to delete the message before the app crashes again. I'm so happy I have nice friends.
Re: Do Not Type "File:///" in OS X
#105Re: Do Not Type "File:///" in OS X
#106Interesting, though, what exactly causes this bug. It seems as if the built-in spellcheck seems to misinterpret the string "file:///" as some sort of alien construct, or perhaps false typed directories trigger some sort of lockdown. Either way, it's very puzzling how this sort of thing made it past the OS X developers, especially with Apple's level and standard of ultra-high quality control.
Re: Do Not Type "File:///" in OS X
#107The assert that fails is this:
assertion on /SourceCache/DataDetectorsCore/DataDetectorsCore-269.1/Sources/PushDown/DDResultExtraction.c:1576 "CFStringHasPrefix(urlVal, CFSTR("file://"))" failed :wrong extraction: File://
There's an extra slash at the end, but I left it out because it crashes Safari.
Re: Do Not Type "File:///" in OS X
#108Re: Do Not Type "File:///" in OS X
#109Re: Do Not Type "File:///" in OS X
#110Tried it out by sending an email to myself (from webmail) and opening the mail in Mail.app. Mail.app doesn't crash, but if you hit reply to the message and put the cursor on the "File:///" part, it does crash.
In one instance the Sparrow crash caused the entire mail library to be corrupt and I have to download all my mails again.