Open GoogleCodeExporter opened 9 years ago
Is there a test page for this? Can it be reproduced with one of the samples?
Original comment by msgilli...@gmail.com
on 14 Aug 2009 at 7:57
[deleted comment]
[deleted comment]
It can be reproduced. See
http://melcher.it/iui3_debug/issues/issue163.html#_home -
scroll down and then click on a link. You can fix it if you insert a
scrollTo(0, 1);
in the click eventlistener:
if (link.href && link.hash && link.hash != "#" && !link.target)
{
scrollTo(0, 1);
link.setAttribute("selected", "true");
iui.showPage($(link.hash.substr(1)));
setTimeout(unselect, 500);
}
but its bumpy.
Original comment by melcher....@gmail.com
on 14 Aug 2009 at 10:28
Yep, that's the issue. In my app, I'm loading a new page using ASP. I'm not
trying to do anything dynamic with
AJAX.
Original comment by richard....@gmail.com
on 15 Aug 2009 at 1:29
Anyone want to attach a test case we can add to the web-app/test directory?
Original comment by msgilli...@gmail.com
on 7 Oct 2009 at 8:03
Original issue reported on code.google.com by
richard....@gmail.com
on 14 Aug 2009 at 12:51Attachments: