Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The -moz-window-dragging
CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X.
The property was added in Firefox 35 to solve intermittent problems related to Firefox windows not being moveable when busy (bug 944836).
Initial value | drag |
---|---|
Applies to | all elements that create native windows, e.g. <window>, <panel> |
Inherited | no |
Media | visual |
Computed value | as specified |
Animation type | discrete |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
The -moz-window-dragging
property is specified as one of the keyword values listed below.
drag
no-drag
drag | no-drag
toolbarpaletteitem {
-moz-window-dragging: no-drag;
}
This property is not part of any specification.