You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the control draws its auxiliary elements in its implementation of drawRect. It also handles dirtying and accessibility. Accessibility in particularly does not work very well in such approach (e.g. a user cannot navigate to these aux elements).
Both clear and delete buttons should be implemented as either custom views or NSImageView's (if it's possible to set up accessibility properly).
If custom subview path is taken, it should implement both -updateLayer and -drawRect:
The text was updated successfully, but these errors were encountered:
Currently the control draws its auxiliary elements in its implementation of drawRect. It also handles dirtying and accessibility. Accessibility in particularly does not work very well in such approach (e.g. a user cannot navigate to these aux elements).
Both clear and delete buttons should be implemented as either custom views or NSImageView's (if it's possible to set up accessibility properly).
If custom subview path is taken, it should implement both -updateLayer and -drawRect:
The text was updated successfully, but these errors were encountered: