Oops, it seems like tw.dynforms isn't the only problem.
On another page, where I just entered this littled snippet, the same
problem occurs!
Don't know why... :(
<script type="text/javascript">
function highline(number) {
var high = document.getElementsByClassName("hll");
for (var i=0; i < high.length; ++i) {
high[i].classList.remove("hll");
}
var line = document.getElementsByClassName("line-"+number);
for (var j=0; j < line.length; ++j) {
line[j].classList.add("hll");
}
}
</script>
Am Freitag, 13. April 2012 17:47:11 UTC+2 schrieb Moritz Schlarb:
>
> Hi everyone,
>
> Alessandro, I am amazed about tgext.debugbar and it works fine, except
> for a page on which I use tw.dynforms!
> As you can see in this screenshot < http://i.imgur.com/454nt.png>, the
> debugbar doesn't get rendered on top like it should but instead just
> show up as plain text below the site.
> It looks like there's some kind of collision between jquery from
> tgext.debugbar and the js from tw.dynforms.
>
> Do you have any idea what could cause this? I'd be glad to supply you
> with further information if it helps the case!
>
> Best wishes,
> Moritz
>
>
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/turbogears/-/TsEgYVstLMAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.