From a91ca8763940d7f2fe02a7f54585b8c1532d80c8 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 17 May 2016 15:58:30 +0100 Subject: [PATCH] Release note for #2614 --- CHANGELOG.txt | 1 + docs/releases/1.4.5.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e3262279e..4bd6704f3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Fix: Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard) * Fix: Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice) + * Fix: The "unsaved changes" confirmation was erroneously shown on IE / Firefox when previewing a page with validation errors (Matt Westcott) * Fix: The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott) * Fix: Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott) diff --git a/docs/releases/1.4.5.rst b/docs/releases/1.4.5.rst index 6f78a714d..518b60007 100644 --- a/docs/releases/1.4.5.rst +++ b/docs/releases/1.4.5.rst @@ -15,5 +15,6 @@ Bug fixes * Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard) * Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice) + * The "unsaved changes" confirmation was erroneously shown on IE / Firefox when previewing a page with validation errors (Matt Westcott) * The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott) * Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott)