Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Safari webDriver ignore maxlength attribute #8369

Open
lukeis opened this issue Mar 4, 2016 · 4 comments
Open

Safari webDriver ignore maxlength attribute #8369

lukeis opened this issue Mar 4, 2016 · 4 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

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

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by jmleyba on 2015-01-16 03:31:26

  • Labels added: Component-WebDriver, Browser-Safari
  • Labels removed: Status-Untriaged

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

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

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

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

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 17:47:30

  • Labels added: Restrict-AddIssueComment-Commit

@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant