that did it, thanks!

i already fixed the global error handler to work in ie typeof(window.wicketGlobalAjaxErrorHandler)=="undefined" seems to do the trick. were you looking at trunk?

-Igor


On 3/31/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
try to attach the tabpanel to div, instead of span. Then it works. (at
least for me). You also need to change css then, of course.
And add

var wicketGlobalAjaxErrorHandler = undefined;

to wicket-ajax.js . Without it IE is complaining that
wicketGlobalAjaxError handler is not defined.

Btw. it's not good to attach block element to span,
   a) it breaks IE in this case
   b) it's not semantically correct :)

-Matej

Igor Vaynberg wrote:
> im really not sure what to do with this one. the one about the pageable
> list being broken was because explorer has a  bug in tbody.outerHTML. so
> that was easy to fix, just removed the update region from tbody. but
> this one, im not sure why the hell its not working in explorer. all i
> get is a "unknown runtime error" which isnt really useful.
>
> what do you guys think? remove the ajaxified tabbed panel from
> extensions eventhough it works great in firefox? or add a note to it in
> javadoc?
>
> maybe someone who knows more about browsers can take a look and tell me
> what im doing wrong if anything.
>
> thanks,
> -Igor
>
>
> On 3/30/06, *SourceForge.net* <[EMAIL PROTECTED]
> <mailto: [EMAIL PROTECTED]>> wrote:
>
>     Bugs item #1461175, was opened at 2006-03-30 10:00
>     Message generated for change (Tracker Item Submitted) made by Item
>     Submitter
>     You can respond by visiting:
>     https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1461175&group_id=119783
>     <https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1461175&group_id=119783>
>
>     Please note that this message will contain a full copy of the
>     comment thread,
>     including the initial issue submission, for this request,
>     not just the latest update.
>     Category: examples
>     Group: 1.2
>     Status: Open
>     Resolution: None
>     Priority: 5
>     Submitted By: Jan Bares (jan_bar)
>     Assigned to: Nobody/Anonymous (nobody)
>     Summary: ajax examples - tabbed panel example bug
>
>     Initial Comment:
>     The tabbed panel ajax example doesn't work, IE 6.0
>     displays Unknown runtime error from _javascript_.
>
>     ----------------------------------------------------------------------
>
>     You can respond by visiting:
>     https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1461175&group_id=119783
>     < https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1461175&group_id=119783>
>
>
>     -------------------------------------------------------
>     This SF.Net email is sponsored by xPML, a groundbreaking scripting
>     language
>     that extends applications into web and mobile media. Attend the live
>     webcast
>     and join the prime developer group breaking into this new coding
>     territory!
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>     < http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
>     _______________________________________________
>     Wicket-develop mailing list
>     Wicket-develop@lists.sourceforge.net
>     <mailto:Wicket-develop@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/wicket-develop
>     <https://lists.sourceforge.net/lists/listinfo/wicket-develop>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to