Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a text field bug and add support for manipulating text views. #49

Merged
merged 12 commits into from
Jul 30, 2013

Conversation

wearhere
Copy link
Contributor

No description provided.

Jeff Wear added 12 commits July 29, 2013 17:03
…ile templates.

This file was renamed in the run-up to open-sourcing Subliminal and I guess we haven't
added many test classes since then.
…eld].text`.

Not that instances of `SLTextField` or `SLWebTextField` store the text themselves
either way, but the qualifier should match that on `UITextField`.
Those cases appear to be duplicates of those in `SLElementTapTest` and that material
is more appropriately tested in `SLElementTapTest`.
Corresponding to `UIAElement.hasKeyboardFocus()`.
To establish a baseline for refactoring how text field accessibility elements are identified.
…bjects. (fixes #48)

While editing,  text fields render their text using something like a web view
which vends an accessibility element representing the current text. This element
is not recognized by UIAutomation.
…lityDescription]`

against `-[UITextView accessibilityValue]` returning an attributed string.
Which matches instances of `UITextView`, and corresponds to `UIATextView`.
Which matches text views displayed in web views, i.e. HTML `textarea` elements.
I cannot reproduce the issues described--possibly they do not affect an implementation
which uses `-[SLKeyboard typeString:]` instead of `-setValue:`.
@ghost ghost assigned ahaneyinkling Jul 30, 2013
ahaneyinkling added a commit that referenced this pull request Jul 30, 2013
Fix a text field bug and add support for manipulating text views.
@ahaneyinkling ahaneyinkling merged commit af2be1c into master Jul 30, 2013
@ahaneyinkling ahaneyinkling deleted the jeff/textfield_fixes_and_textviews branch July 30, 2013 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants