got a strange problem with script.aculo.us - when I am using
draggable, it does not respect handle: id value

new Draggable('Popover', { starteffect: '', endeffect: '', scroll:
window, handle: 'popoverHeader' });

and the html code is simple:

<div id="Popover">
<div id="popoverHeader">
<ul class="popove_header_buttons"><li><a title="Close popup"
class="bttn_close" onclick="hidePopove();"><span>Close</span></a></
li></ul>
<h3>{Header}</h3>
</div>
<div id="popoverContent"></div>
</div>

anytime poover is oppened, I can drag whole box, not just a header...
I've tried to move a handler to h3, changing its name - didn't help.

There are two problems with that:

1. when user accidentally clicks on the popover's body, it jumps to
the strange position on the left side of the window
2. when user tries to scroll a scrollbar which is within a popover's
body, it behaves strangely - does not allow to scroll and popover
jumps randomly.

Also - it does not matter if I am using Firefox or IE7.

Many thanks in advance,
Marek

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to