[wtr-general] Re: Watir ignores the maximum character length on a text field.

2016-03-19 Thread Chuck van der Linden
On Monday, March 14, 2016 at 4:35:22 PM UTC-7, Damien Wood wrote: > > Hi, > > I have an Angular front end and I am using Watir to test. > > One of the text fields 'First Name' has a max character length of 32. > > When I try entering something with 33 characters manually, as you would > expect,

[wtr-general] Re: Watir ignores the maximum character length on a text field.

2016-03-15 Thread Super Kevy
And when you look at whats been sent into the input is it greater then 33 chars or is it suppressed. (i.e. b.text_field(:id => "text").value) When you submit the form are you pushing the clipped string or the full string to the server. Is there a maxlength and/or size attribute on the input?

[wtr-general] Re: Watir ignores the maximum character length on a text field.

2016-03-14 Thread Titus Fortner
Is this the case for multiple browsers? Do you have a reproducible test case we can look at? Thanks, Titus On Monday, March 14, 2016 at 6:35:22 PM UTC-5, Damien Wood wrote: > > Hi, > > I have an Angular front end and I am using Watir to test. > > One of the text fields 'First Name' has a max