shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

Infinite scroll bug #3

Open ccoupe opened 9 years ago

ccoupe commented 9 years ago

Still a problem in 3.2 https://github.com/shoes/shoes/issues/56

IanTrudel commented 9 years ago

The proper testing script for Shoes 3.2 is:

Shoes.app do
  stack :bottom => 0 do
    para "I'm a footnote of sorts.", :align => "right"
  end
end

The initial script provided by @zzak at https://gist.github.com/66b6ef92d5f355fe0eb3 causes the following error:

Error in <unknown> line 0 | 2015-01-22 04:05:04 -0500
uninitialized constant Window
bug003.rb:2:in `block in <main>'
eval:1:in `instance_eval'
eval:1:in `block in <main>'
-e:1:in `call'
IanTrudel commented 7 years ago

(Small update) This bug is still present in Shoes 3.3.2.