[Seaside] Re: JQueryMobile initial release

Rolf.vandervleuten rolf.van.der.vleuten at gmail.com
Mon Oct 24 15:03:58 UTC 2011


Hi nick,

I read people are having problems with flickering in JQM. I had some
problems with that myself and this is what I found out.

- flickering can occur when using the same #id more than once in a page,
which is not unlinkely when you are using the one page template method. so
be sure to not use #id's more than once.
- I don't know why this happens, but I found out that when my first page had
an element that is outlined by default, flickering would occur, this was
fixed by adding:

input {
  outline: none;
}

to my css.

I also have a small problem, can't seem to get an onclick on a checkbox
working.
If I tie an onClick event to the checkbox it does turn up on the actual
checkbox element in the html. 
But as JQM hides this you cannot click it. You click a div instead, which is
not connected to the JQM code, so clicking the checkbox(div) has no effect.

Is this something you did not implement yet? Or am I doing something else
wrong?

I'm kind of new to smalltalk so that could also be the reason for not
understanding this ;)

Thanks,
Rolf

--
View this message in context: http://forum.world.st/JQueryMobile-initial-release-tp3905127p3933434.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list