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

[TIMOB-8212] Updated textfield/area to fix a ton of bugs. #2692

Merged
merged 3 commits into from Aug 9, 2012
Merged

[TIMOB-8212] Updated textfield/area to fix a ton of bugs. #2692

merged 3 commits into from Aug 9, 2012

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Aug 7, 2012

This addresses the following tickets:

TIMOB-8212
TIMOB-8277
TIMOB-9717
TIMOB-10089
TIMOB-10132
TIMOB-10156
TIMOB-10221

@@ -97,33 +92,14 @@ define(["Ti/_/declare", "Ti/_/UI/TextBox", "Ti/_/css", "Ti/_/dom", "Ti/_/lang",

hintText: {
set: function(value) {
this._field.placeholder = value;
//this._field.placeholder = value;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to comment this out? Seems we need this. Now, IE9 does not support he placeholder attribute, so perhaps we just roll our own placeholder? Or possibly shim placeholder for IE9 using a has block?

@cb1kenobi
Copy link
Contributor

Couple of issues:

  • hint text (placeholder) does not work in IE9... new ticket: TIMOB-10374
  • maxlength does not work in IE9... new ticket: TIMOB-10375

Regardless of issues, proceeding with PR.

Code reviewed and tested. Request APPROVED.

cb1kenobi added a commit that referenced this pull request Aug 9, 2012
[TIMOB-8212] Updated textfield/area to fix a ton of bugs.
@cb1kenobi cb1kenobi merged commit 6017f3a into tidev:master Aug 9, 2012
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.

None yet

2 participants