Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit_line finish proc not implemented correctly on Shoes 3.2 OSX #8

Closed
ccoupe opened this issue Dec 23, 2014 · 1 comment
Closed

edit_line finish proc not implemented correctly on Shoes 3.2 OSX #8

ccoupe opened this issue Dec 23, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@ccoupe
Copy link

ccoupe commented Dec 23, 2014

Shoes 3.2 has a new edit_line.finish method to detect enter key vs return key.

Shoes.app do
  stack do
    @el = edit_line do |e|
      para e.text+"\n"
    end
    @el.finish = proc { |slf| para "enterkey #{slf.text}\n" }
  end
end

OSX implementation is broken.

@ccoupe ccoupe added the OSX label Dec 24, 2014
@ccoupe ccoupe added this to the 3.2.24 milestone Jul 27, 2015
@ccoupe ccoupe self-assigned this Jul 27, 2015
@ccoupe
Copy link
Author

ccoupe commented Jul 27, 2015

I can't replicated this bug - everything seems fine.

@ccoupe ccoupe closed this as completed in 47c9172 Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant