Alexandre Wilhelm
7890085c6c
Fixed: CPPopover animation issue
...
Previously, when opening a popover after another one, the CPPopover was blurred.
This occurred due to some CSS Transitions specification :
"Since this specification does not define when a style change event occurs, and thus what changes to computed values are considered simultaneous, authors should be aware that changing any of the transition properties a small amount of time after making a change that might transition can result in behavior that varies between implementations, since the changes might be considered simultaneous in some implementations but not others."
The fix consists to access to a transform value of the style of the _DOMElement to force it to recalculate the values.
More information here : https://code.google.com/p/chromium/issues/detail?id=388082
Fixed #2143
Test app in Test/Manual/CPPopover
2014-08-04 10:55:29 -07:00
..
2014-04-11 10:47:28 +02:00
2014-05-11 22:11:43 +01:00
2013-08-10 17:51:20 -04:00
2014-06-24 16:53:31 -07:00
2014-04-03 20:00:28 +02:00
2013-11-24 22:21:56 +01:00
2014-03-27 15:25:38 -07:00
2014-06-25 18:08:26 -07:00
2014-07-23 15:04:07 +01:00
2013-04-08 19:20:37 -04:00
2014-06-10 11:03:08 +02:00
2014-03-01 23:11:24 -08:00
2013-08-12 16:46:14 +02:00
2010-11-01 11:10:01 -07:00
2013-11-22 14:23:52 +01:00
2014-08-04 10:55:29 -07:00
2014-06-01 21:18:14 -07:00
2013-01-23 15:48:55 +07:00
2012-12-20 14:22:09 +01:00
2013-08-12 23:31:34 -04:00
2012-12-20 14:22:09 +01:00
2013-01-23 15:48:55 +07:00
2012-12-20 14:22:09 +01:00
2014-05-07 10:52:57 -07:00
2013-03-26 16:52:46 -07:00
2013-03-13 12:22:10 -04:00
2014-03-01 23:11:24 -08:00
2014-03-27 12:19:51 -07:00
2013-08-09 08:28:36 -04:00
2013-12-09 01:24:03 -08:00
2013-03-25 15:59:10 -04:00
2013-06-12 13:21:46 -07:00
2013-08-12 16:46:14 +02:00
2014-03-30 18:27:12 -07:00
2014-03-11 13:18:26 -07:00
2014-03-01 23:11:24 -08:00
2013-02-15 12:21:13 -05:00
2014-06-14 08:14:38 +02:00
2013-12-09 01:23:14 -08:00
2013-02-08 11:26:56 +00:00
2014-04-03 11:38:11 +01:00
2013-08-12 16:46:14 +02:00
2013-04-21 14:32:10 +01:00
2013-01-23 15:48:55 +07:00
2013-08-12 16:46:14 +02:00
2014-03-27 14:50:25 -07:00
2013-10-15 14:03:26 -07:00
2014-03-28 11:49:18 -07:00
2013-01-18 14:24:37 +01:00
2013-01-08 18:07:15 +00:00
2013-10-29 23:35:04 +00:00
2013-02-20 03:00:20 -05:00
2013-06-12 10:28:41 +01:00
2013-06-12 10:27:28 +01:00
2013-01-23 15:48:55 +07:00
2013-03-24 22:08:15 +01:00
2013-01-24 19:18:39 +08:00
2014-07-23 15:00:30 +01:00
2010-12-09 13:00:52 -08:00
2013-08-12 16:46:14 +02:00
2013-05-16 11:26:01 +02:00
2013-03-06 07:56:50 -05:00
2013-05-20 21:53:35 -07:00
2013-03-13 12:22:10 -04:00
2013-02-23 13:53:20 -05:00
2014-03-27 13:55:42 -07:00
2013-08-12 16:46:14 +02:00
2013-01-24 19:18:39 +08:00
2013-04-01 12:47:00 -07:00
2014-02-21 08:43:00 +01:00
2014-02-26 15:07:44 +01:00
2013-01-20 07:24:00 +07:00
2014-04-03 15:56:04 -07:00
2014-06-25 18:08:26 -07:00
2013-05-15 08:47:43 -07:00
2014-07-07 19:21:00 -07:00
2013-08-12 16:46:14 +02:00
2013-03-13 12:22:10 -04:00
2013-08-12 16:46:14 +02:00
2013-08-22 14:31:15 +02:00
2011-03-25 22:52:57 -04:00
2013-03-13 12:22:10 -04:00
2014-03-01 23:26:20 -08:00
2014-07-23 15:04:07 +01:00
2013-08-12 16:46:14 +02:00
2011-03-25 22:52:57 -04:00
2014-05-09 13:15:47 -04:00
2013-02-06 16:36:49 +00:00
2013-08-12 16:46:14 +02:00
2013-08-12 16:46:14 +02:00
2013-08-12 16:39:54 +02:00
2014-03-27 13:33:32 -07:00
2014-03-26 17:14:27 -07:00
2014-03-01 23:11:24 -08:00
2013-01-23 15:48:56 +07:00
2013-11-24 22:21:56 +01:00
2013-11-24 22:21:56 +01:00
2014-06-10 11:03:08 +02:00
2014-02-16 23:28:57 -06:00
2014-02-16 23:25:22 -06:00
2013-10-29 01:20:00 -07:00
2014-06-19 21:05:17 -07:00
2014-06-24 15:37:59 +02:00
2013-01-10 11:27:52 -08:00
2014-06-09 14:34:08 -07:00
2014-05-11 22:09:23 +01:00
2012-12-20 14:22:09 +01:00
2013-01-11 00:48:18 +00:00
2013-01-24 19:18:39 +08:00
2014-05-12 15:17:49 +01:00
2013-08-12 16:46:14 +02:00
2013-02-25 18:27:44 +00:00
2013-02-27 09:07:21 -05:00
2013-03-06 10:19:26 -05:00
2012-02-24 19:44:13 +00:00
2011-10-25 14:33:47 +02:00
2013-01-30 12:46:27 +08:00