Closed GoogleCodeExporter closed 9 years ago
This sounds very similar to a problem reported before:
http://groups.google.com/group/jscrollpane/browse_thread/thread/e353ab781cc51942
/e4ccbf4bf36053a5
In that case, making sure that the radio button was contained within a FORM
(which it should be to be valid anyway) fixed it. Does that work for you?
Re. autoReinitialising "bring your browser down" - maybe you can clarify a bit?
Please use the google group ( http://groups.google.com/group/jscrollpane/ ) or
github issues for any further feedback - the issues on googlecode are no longer
used...
Original comment by kelvin.l...@gmail.com
on 5 Nov 2010 at 3:48
Hello Kelvin,
last Message here, because I won't write a new topic for a closed Topic...
The <form> tag has helped in this case. Thats very stupid - I don't work with
<form>-tags because we work only with AJAX-Requests and there is a <form>-tag
not important.
Ok, thanks for that solution. It works and in future I work with this tag.
The autoReinitialising don't Work fine, if we resize and then it is called to
often. Then the Browser can't handle it an crashes. Of this reason we call the
reinitialise manual.
If this is a great Problem, I can write a new Topic in google-groups, but I
think this is something you can work around...
Thanks a lot again.
Bye
Michael
Original comment by michaelt...@gmail.com
on 5 Nov 2010 at 4:26
Hi,
The form tag is not very stupid. Your HTML is invalid without it. The browsers
have no responsibility to work with invalid HTML (although they often do).
Re. auto-reinitialising crashing your browser, do you have problems on these
pages:
http://jscrollpane.kelvinluck.com/auto_reinitialise.html
http://jscrollpane.kelvinluck.com/image.html
? If you are reinitalising on resize then you can also check out this example:
http://jscrollpane.kelvinluck.com/dynamic_width.html
Hope it helps...
Original comment by kelvin.l...@gmail.com
on 5 Nov 2010 at 4:33
Hi,
that examples are going perfekt. But we reinitialise the complete Content. That
means, we calculate a new height and then it changes the height. I don't know
why it make crash my browser, but I think it crashes because we calculate
Pictures and other things and resize them with the Browser-Resize function. We
have a automatic scrolling with interval too. Maybe he don't like this.
The next Problem we have with the auto-reinitialise is, that a selectbox don't
show correctly - it seems to flicker.
If the site is ready I show it to you and then, we can discuss where the error
was?!
Thanks for your Help.
Bye Michael
Original comment by michaelt...@gmail.com
on 5 Nov 2010 at 5:05
One problem with reinitialising on resize and IE is that the resize event fires
multiple times before it's even finished once. If you are seeing problems in IE
then check out my dynamic width example above - it makes sure the resize event
only fires once at a time...
Original comment by kelvin.l...@gmail.com
on 5 Nov 2010 at 5:12
Original issue reported on code.google.com by
michaelt...@gmail.com
on 5 Nov 2010 at 3:42