selenium-google-code-issue-archive
selenium-google-code-issue-archive copied to clipboard
Safari webDriver ignore maxlength attribute
Originally reported on Google Code with ID 8369
We able write in input string that contain characters more than "maxlength" permit.
For example: we have "input" with "maxlength=30"
(<input type="text" maxlength="30">) and if we execute
.sendKeys("This is more than 30 characters length string") after that we get full string
within input.
In Firefox or Chrome driver is not able write characters more than "maxlength"(input
will contain: "This is more than 30 character").
Selenium version:2.43.1
OS:Mac OS X Yosemite
Browser:Safari
Browser version:8
Reported by semernikov.ivan
on 2015-01-09 11:14:07
Reported by jmleyba
on 2015-01-16 03:31:26
- Labels added: Component-WebDriver, Browser-Safari
- Labels removed: Status-Untriaged
I am currently witnessing the same issues on both Safari 8 and Safari 7.
Reported by [email protected]
on 2015-04-27 15:46:34
I face this issue with IE-9,selenium-java-2.44.0. There is no issue with Mozilla Firefox
Reported by abhinav.m88
on 2015-07-23 11:18:55
Reported by luke.semerau
on 2015-09-17 17:47:30
- Labels added: Restrict-AddIssueComment-Commit