assertj / assertj/assertj-swing

Bug with JSpinner and enterText on OSX (french)

Open
#84 0 comments 0 reactions 0 assignees View on GitHub
bug import from fest-swing Major
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.