Forums Window

Some events dont fire if wired is set to true.

Subscribe to Some events dont fire if wired is set to true. 3 post(s), 3 voice(s)

 
Avatar zichzach 4 post(s)

Hi,

I tested some events and found that they would not fire if wired drag is set to true.

these are the events i tested:

position: changed
move: started
move: ended
resize: started
resize: ended

I don’t know if this is the preferred behavior but i would prefer if those events would fire just the same.

Tested on:

Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12

Hope it helps.

Thanks for this great UI anyway. I have a little hard time adopting to it but it is great and much improved.

 
Avatar Seb Administrator 133 post(s)

Thanksfor the post.
You are correct and it has been fixed in trunk, it’s not a preferred behavior :)

 
Avatar biegun 4 post(s)

i tried events responsible for moving and resizing with git version and version from website, with ‘wired’ true and false; they both dont work.
I checked them using code window_name.observe(“resize: ended”, function() {alert(“size: window_name.getSize”)})
and similiar. it seems, that ‘blurrer’ works correctly, so it is possible to read dimensions of window on this event, but it’s not exactly the same.

Forums Window