Re: Adding VO-pressable links to NSTextField
Re: Adding VO-pressable links to NSTextField
- Subject: Re: Adding VO-pressable links to NSTextField
- From: Boris Dušek <email@hidden>
- Date: Wed, 20 Aug 2014 20:36:41 +0200
I did hide `NSAccessibilityLinkTextAttribute ` there under `TATTR(Link)`, TATTR is a macro… :-)
I implemented links there as custom objects as well (subclass of NSObject).
I tried to implement most of the differences between my code mentioned above and your sample code (i.e. implementing the accessibilityArray* and accessibilityIndexOfChild: methods on the TextFieldCell, implementing accessibilityHitTest: and accessibilityFocusedUIElement on the LinkProxyObject, implementing position and size properly for LinkProxyObject etc.), all to no avail.
One thing I wanted to suggest/ask - would it be possible for you (and would you be willing) to put the sample code on github? So that the progress is tracked properly and I could submit pull requests with my improvements? (There is always possibility to send a link to download zipped version of any commit for GitHub repositories - https://github.com/<user>/<repo>/archive/<commit-sha1>.zip) |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden