-
```
On my MBP 15" I see several drawing issues.
Lines and text show blurry. Rounded corners are drawn weirdly. Hard to
describe, see the images:
Rounded corners on standard display:
http://www.pas…
-
```
2015-06-18 14:08:01.759 PRIMs[29998:2342033] Unable to simultaneously satisfy constraints:
(
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
Set the NSUserDefau…
-
```
What steps will reproduce the problem?
1. Edit date format in Preferences window
2. Move the focus to another control
3. Crash
What is the expected output? What do you see instead?
What version…
-
```
Text is blurry because sub-pixel antialiasing is disabled on layer-backed
views. Suggestions from
around the web are limited to two possibilities: render the text as an image
first then display…
-
I tried to generate a password for a website that allows alphanumeric characters and only certain symbols.
The current UI allows only to toggle between the preset groups (uppercase characters, lowerc…
-
```
What steps will reproduce the problem?
1. Edit date format in Preferences window
2. Move the focus to another control
3. Crash
What is the expected output? What do you see instead?
What version…
-
```
What steps will reproduce the problem?
1. Edit date format in Preferences window
2. Move the focus to another control
3. Crash
What is the expected output? What do you see instead?
What version…
-
```
What steps will reproduce the problem?
1. Edit date format in Preferences window
2. Move the focus to another control
3. Crash
What is the expected output? What do you see instead?
What version…
-
```
Text is blurry because sub-pixel antialiasing is disabled on layer-backed
views. Suggestions from
around the web are limited to two possibilities: render the text as an image
first then display…
-
class TextFieldDynamicHelper: NSObject {
```
weak var control: NSTextField?
var listener: (String -> Void)?
init(control: NSTextField) {
self.control = control
super.init()
control.targe…