this thing is driving me nuts.
I log "document.styleSheets.length" before and after calling "$style =
$("<style type='text/css' rel='stylesheet' />").appendTo($("head"));"
In one case, the example at "
http://mleibman.github.com/SlickGrid/
examples/example-grouping", the length gets incremented, in another
case (my code), it does not!
Why does that style has to be created at runtime?
I can't try the patch because the method findCssRule() is not there
Anyway, there must be something going on in WebKit (and my code) so
that document.styleSheets doesn't get updated.
I can find very little about it on the net, other than bug reports.
Thanks,
Emanuele
On Feb 29, 9:56 am, Emanuele Ziglioli <
theb...@emanueleziglioli.it>
wrote: