Changes between Version 1 and Version 2 of Ticket #27355, comment 76
- Timestamp:
- 02/19/2016 01:35:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27355, comment 76
v1 v2 4 4 I've seen this before as well in certain situations but didn't patch it yet. The issue can be easily reproduced even without selective refresh by adding a button in the preview which does: 5 5 6 {{{#! diff6 {{{#!js 7 7 wp.customize.preview.send( 'refresh' ); 8 8 wp.customize.preview.send( 'refresh' ); … … 15 15 The alternative fix, to address the symptom instead of the underlying cause, is to debounce the `requestFullRefresh` function: 16 16 17 {{{#! js17 {{{#!diff 18 18 --- src/wp-includes/js/customize-selective-refresh.js 19 19 +++ src/wp-includes/js/customize-selective-refresh.js