R
Rorist
SAM Wrote:
Ok, not observed on Debian/Firefox3 tough, my bad. It's strange
because there is an event listener that checks if the window is draged
out of 'desktop' Element, the position is modified inside the
'desktop'. I look into that. The event is on the window itself,
looking for its position and compared to the desktop position (still
mootools based anyway).
Oh yes, it happens with Word because it uses an ... iFrame. I won't
say what library Word is using, no matters.
Same will happen with "Media Player" as it is flash. But the iFrame in
Word takes all the space of the Window Content, so the mouse is going
into it very quickly. This Word thing is going to disappear anyway, a
friend is going to implement his Editor called Beacon:
http://dev.gentooexperimental.org/~n9986/beacon/trunk/editor/
Human factor is terrible, "realy".
You just need to drag down, the pointer leaves the title bar.
From there you can quit the mouse button, the drag will restart coming
back over the title bar.
Ok, not observed on Debian/Firefox3 tough, my bad. It's strange
because there is an event listener that checks if the window is draged
out of 'desktop' Element, the position is modified inside the
'desktop'. I look into that. The event is on the window itself,
looking for its position and compared to the desktop position (still
mootools based anyway).
Open the word thing. Mouse down on the black header. Move mose down,
quickly. The word thing stops dragging. Release mouse button. Move mouse
around. The word thing continues to drag. It's not noticing the mouseup,
probably because the event listener may be (I didn't look) attached to the
wrong element. Hint: document or body.
Oh yes, it happens with Word because it uses an ... iFrame. I won't
say what library Word is using, no matters.
Same will happen with "Media Player" as it is flash. But the iFrame in
Word takes all the space of the Window Content, so the mouse is going
into it very quickly. This Word thing is going to disappear anyway, a
friend is going to implement his Editor called Beacon:
http://dev.gentooexperimental.org/~n9986/beacon/trunk/editor/
David said:One entry sticks out:
" - Apparently, I was drunk when I committed this. I sincerely
apologize to everyone losing their <head> and <body> because of me. "
I suspect the original author(s) were drunk as well.
Human factor is terrible, "realy".