Skip to content
Snippets Groups Projects
Commit d2f5f7cf authored by Steven Wittens's avatar Steven Wittens
Browse files

- #46797: Resizable textarea grippie mispositioned sometimes in Opera

parent 3be4f176
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -47,7 +47,7 @@ function textArea(element) { ...@@ -47,7 +47,7 @@ function textArea(element) {
// Make the grippie line up in various browsers // Make the grippie line up in various browsers
if (window.opera) { if (window.opera) {
// Opera // Opera
this.grippie.style.marginRight = this.widthOffset +'px'; this.grippie.style.marginRight = '4px';
} }
if (document.all && !window.opera) { if (document.all && !window.opera) {
// IE // IE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment