Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d2f5f7cf
Commit
d2f5f7cf
authored
Feb 24, 2006
by
Steven Wittens
Browse files
-
#46797
: Resizable textarea grippie mispositioned sometimes in Opera
parent
3be4f176
Changes
1
Show whitespace changes
Inline
Side-by-side
misc/textarea.js
View file @
d2f5f7cf
...
...
@@ -47,7 +47,7 @@ function textArea(element) {
// Make the grippie line up in various browsers
if
(
window
.
opera
)
{
// Opera
this
.
grippie
.
style
.
marginRight
=
this
.
widthOffset
+
'
px
'
;
this
.
grippie
.
style
.
marginRight
=
'
4
px
'
;
}
if
(
document
.
all
&&
!
window
.
opera
)
{
// IE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment