Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ioquatix/tableviewtokencelltest
NSTableView has issues when using NSTokenFieldCell. This application allows those bugs to be reproduced.
https://github.com/ioquatix/tableviewtokencelltest
Last synced: about 1 month ago
JSON representation
NSTableView has issues when using NSTokenFieldCell. This application allows those bugs to be reproduced.
- Host: GitHub
- URL: https://github.com/ioquatix/tableviewtokencelltest
- Owner: ioquatix
- Created: 2015-11-12T03:11:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T03:17:23.000Z (about 9 years ago)
- Last Synced: 2024-05-01T23:58:57.141Z (7 months ago)
- Language: Objective-C
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TableViewTokenCellTest
NSTableView has issues when using NSTokenFieldCell. This application allows those bugs to be reproduced.
There are two main issues:
* Crash when editing a NSTokenFieldCell more than once.
* Value not propagated via bindings.These issues are currently being tracked by Apple on their Bug Reported under issue rdar://23497422
For more details, please see the `README.rtfd` document.