Hello,
i'm developing a widget which uses custom made popups.
They should behave like normal confirms/alerts and show a message, title and a confirm button. They also trigger a layer beneath, which hides the content (like the mask used in lightboxes,...)
My Problem is: when i popup a message and try to set the focus to the first link (==popup confirmation button) of the popup, it wont get focused.
i tried with:
[Mootools Code]
modal.getFirst("a").focus();
Anybody ran into the same problem?

Reply With Quote


