| Summary: | inputText and replaceText only do lower case inputs on editable combo boxes | ||
|---|---|---|---|
| Product: | [Technology] Jubula | Reporter: | Lars Heinemann <lhein.smx> |
| Component: | Core | Assignee: | Project Inbox <jubula.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | Oliver Goetz <Oliver.Goetz> |
| Severity: | major | ||
| Priority: | P3 | CC: | zeb.ford-reitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| See Also: | https://bxapps.bredex.de/bugzilla/show_bug.cgi?id=136 | ||
| Whiteboard: | |||
| Bug Depends on: | 363309 | ||
| Bug Blocks: | |||
|
Description
Lars Heinemann
the upper-/lower-case behavior has also been reported in the GUIdancer bugzilla: https://bxapps.bredex.de/bugzilla/show_bug.cgi?id=136 Also ran into that problem on Linux when trying to fill a URL like "http://www.eclipse.org/something" it will simply put in "http.77www.eclipse.org7something". The (In reply to comment #2) > Also ran into that problem on Linux when trying to fill a URL like > "http://www.eclipse.org/something" it will simply put in > "http.77www.eclipse.org7something". This sounds like an incorrectly configured Keyboard Layout. Check your AUT Configuration and verify that the Keyboard Layout there (default is en_US, I believe) matches the keyboard layout where your AUT is running. (In reply to comment #3) > The (In reply to comment #2) > > Also ran into that problem on Linux when trying to fill a URL like > > "http://www.eclipse.org/something" it will simply put in > > "http.77www.eclipse.org7something". > > This sounds like an incorrectly configured Keyboard Layout. Check your AUT > Configuration and verify that the Keyboard Layout there (default is en_US, I > believe) matches the keyboard layout where your AUT is running. You are right, Zeb. This was actually the problem. Thanks for the pointer. This issue has been fixed (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=363309). Upper cases are now entered correctly. To test this I used the current GD and the current Eclipse 3.8 Stream Nightly Build from Mon, 13 Feb 2012 as AUT. However there are still some issues with input/replace text under MacOS. Closing this ticket as fixed since the original issue has been resolved. |