aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2018-12-18 10:54:12 -0500
committerGitHub <noreply@github.com>2018-12-18 10:54:12 -0500
commit2f6456cbe1da73c13b37e23720caa8716df85e78 (patch)
tree23a464b21860cc9011374f77cd8352590d5afbdc /actionview/CHANGELOG.md
parentd99984d48c6eeb105c5edd1c142834a5c770f499 (diff)
parent257a1a63739f43e59ec43580f969918fa80e290a (diff)
downloadrails-2f6456cbe1da73c13b37e23720caa8716df85e78.tar.gz
rails-2f6456cbe1da73c13b37e23720caa8716df85e78.tar.bz2
rails-2f6456cbe1da73c13b37e23720caa8716df85e78.zip
Merge pull request #34635 from WoH/data-disable-forever
UJS: Do not disable previously disabled elements
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index f32bc3ab40..23cbf153ce 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fix UJS permanently showing disabled text in a[data-remote][data-disable-with] elements within forms.
+ Fixes #33889
+
+ *Wolfgang Hobmaier*
+
+
* Prevent non-primary mouse keys from triggering Rails UJS click handlers.
Firefox fires click events even if the click was triggered by non-primary mouse keys such as right- or scroll-wheel-clicks.
For example, right-clicking a link such as the one described below (with an underlying ajax request registered on click) should not cause that request to occur.