Status: New
Owner: felix8a
Labels: Type-Defect Priority-Medium

New issue 1824 by felix8a: es53-test-container-overflow fails on linux firefox @r5504
http://code.google.com/p/google-caja/issues/detail?id=1824

doesn't fail on mac firefox.

symptom: elementAtCenter is null
the test does effectively
  el = document.getElementById('inner-caja-guest-0___');
  r = el.getBoundingClientRect();
  x = (r.left + r.right) / 2;
  y = (r.top + r.bottom) / 2;
  document.elementFromPoint(x, y);

on mac, r.top == -2, r.bottom == 3, so y is 0.5 and it works.
on linux, r.top == -5, r.bottom == 0, so y is -2.5 and fails.



--
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.


Reply via email to