Right, what I'm saying is the same div is going to be in the _sziedomcache more than once, which could cause confusion. Personally, I don't care if that makes IE not work, but some people might... :P

On 2009-04-30, at 19:16EDT, Max Carlson wrote:

There won't be multiple entries because we only create a div per style - see:

var mdiv = _sizecache[mdivKey];

In any case, that hash is only used by IE to prevent memory leaks...

P T Withington wrote:
This doesn't seem right to me:
On 2009-04-30, at 18:57EDT, [email protected] wrote:
+        ltsp._sizedomcache['lzdiv~~~' + cacheFullKey] = mdiv;
Isn't it redundant with the _sizecache now? Won't the same mdiv have multiple entries in the _sizedomcache?

--
Regards,
Max Carlson
OpenLaszlo.org

Reply via email to