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

Shoes/Linux runs checked block too soon #264

Open
ccoupe opened this issue Jul 9, 2014 · 1 comment
Open

Shoes/Linux runs checked block too soon #264

ccoupe opened this issue Jul 9, 2014 · 1 comment

Comments

@ccoupe
Copy link

ccoupe commented Jul 9, 2014

h/t to oliver.gaida
The code below on Linux but not OSX causes the click block to run during "setup" instead of waiting for a user action to check/uncheck. Use para instead instead of Alert. The bug plus alert can hang Shoes.

Shoes.app do
flow do
check(checked: true).click do |c|
# alert "#{c.checked?}"
para "#{c.checked?}"
end
para "Check 1"
end
para "test"
end

Only happens if when (checked: true). (checked: false) behaves as expected.

@ccoupe
Copy link
Author

ccoupe commented Jul 27, 2014

Fixed in Shoes 3.2.13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant