Skip to content

Commit

Permalink
Fixed a bug where inserting a link into a long Redactor field would c…
Browse files Browse the repository at this point in the history
…ause the browser to jump to the top of the field.

Resolve #344
  • Loading branch information
andris-sevcenko committed Jan 28, 2022
1 parent f08a651 commit be78c65
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Fixed a bug where sometimes an empty Redactor field would pass validation. ([#260](https://github.com/craftcms/redactor/issues/260))
- Fixed a bug where Redactor fields were stripping some inline styles, even if allowed by field plugins. ([#315](https://github.com/craftcms/redactor/issues/315))
- Fixed a bug where Volume and Transform titles were double-encoded. ([#297](https://github.com/craftcms/redactor/issues/297))
- Fixed a bug where inserting a link into a long Redactor field would cause the browser to jump to the top of the field. ([#344](https://github.com/craftcms/redactor/issues/344))

### Changed
- Updated Redactor to 3.5.2.
Expand Down
2 changes: 1 addition & 1 deletion lib/redactor/redactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18661,4 +18661,4 @@ $R.add('class', 'widget.component', {
module.exports = Redactor;
module.exports.Redactor = Redactor;
}
}());
}());
2 changes: 1 addition & 1 deletion src/assets/field/dist/js/CraftAssetFiles.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/field/dist/js/CraftAssetFiles.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/field/dist/js/CraftElementLinks.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit be78c65

Please sign in to comment.