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(android): set text cursor color from text color #10671

Closed
wants to merge 1 commit into from

Conversation

garymathews
Copy link
Contributor

@garymathews garymathews commented Feb 1, 2019

  • Prevent text cursor from depending on theme color, instead depend on text color
TEST CASE
const win = Ti.UI.createWindow({ backgroundColor: 'white' });
const textArea = Ti.UI.createTextArea({
    color: 'black',
    borderColor: 'black',
    lines: 2,
    left: 10,
    right: 10
});
win.add(textArea);
win.open();
  • Text cursor should be visible and match the text color

JIRA Ticket

@garymathews
Copy link
Contributor Author

Closing as this is not the best way to remedy this issue.

@garymathews garymathews closed this Feb 1, 2019
@build
Copy link
Contributor

build commented Feb 1, 2019

Messages
📖

💾 Here's the generated SDK zipfile.

📖

✅ All tests are passing
Nice one! All 2990 tests are passing.

Generated by 🚫 dangerJS against a60639e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants