Updates:
Status: Accepted
Owner: kpreid.switchb.org
Comment #1 on issue 1824 by kpreid.switchb.org:
es53-test-container-overflow fails on linux firefox @r5504
http://code.google.com/p/google-caja/issues/detail?id=1824
This seems likely to be due to r5504's introduction of a third wrapper, but
I am confused about how the test actually depends on tha...oh. Quoting from
the test:
// Force DIV style to 'inline' to ensure our styling is robust to that
var style = document.createElement('style');
style.innerHTML = 'div { display: inline; }';
I believe the innermost container is in fact not "robust to that".
The oddity, then, is why it doesn't fail on Mac — the test is not detecting
what it is intended to detect. Is this a possible quirks mode-type issue?
The fix should be just adding this line to Domado:
feralPseudoDocument.style.display = 'block';
Will attempt the fix.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.