assertj / assertj/assertj-swing
Bug with JSpinner and enterText on OSX (french)
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
_Issue by **[Olivier DOREMIEUX](http://jira.codehaus.org/secure/ViewProfile.jspa?name=odoremieux)** from Mon, 13 Dec 2010 05:59:50 -0600_
_Originally opened as http://jira.codehaus.org/browse/FEST-410_
---
When using enterText on OSX, on french OS, it makes the application quit because it's sending the shortcut "cmd + Q" instead of "cmd + A".
A similar bug has been fixed before.
The fix is quite simple, in JSpinnerDriver, in enterText instead of invokeAction(editor, selectAllAction);
Something similar to JTextComponentSelectAllTask needs to be done.
Doing a quick search showed that maybe JComboBoxDriver needs that fix too.
---
votes (original issue): 0
watches (original issue): 0
Contributor guide
Assessment
This issue has not been assessed yet.