Haitao Li

Results 6 issues of Haitao Li

I recently evaluated EarlGrey and XCUITest frameworks to understand pros and cons of each. I found the biggest advantage of EarlGrey is that since my test code runs inside the...

P2

If UITextView content contains links, EG is not able to detect them. The whole string is still accessible as static text. Accessibility Explorer list the links as child elements, and...

Header and footer always have width of the view, so comparison with CGSizeZero always fails. This causes crash when calling [UICollectionView insertSections:].

I'm following the instructions in readme file to set up a simple project. But JVM filed to initialize. From network log, the last file loaded was rt.jar. All files have...

### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment Environment: OS: macOS High Sierra 10.13.1 Node: 6.12.0 Yarn: 1.3.2 npm: 5.5.1 Watchman:...

Component: TextInput
Accessibility
Accessibility Team - Evaluated

If a class contains a non-default constructor, then the compiler fails with error: `java.lang.AssertionError: Value of x -1`. Here is the sample code that gives error: ```java class Main {...