-moz-window-dragging

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

Syntax

The -moz-window-dragging property is specified as one of the keyword values listed below.

Values

drag
The window is draggable.
no-drag
The window is not draggable

Formal syntax

drag | no-drag

Example

toolbarpaletteitem {
  -moz-window-dragging: no-drag;
}

Specifications

This property is not part of any specification.

Browser compatibility

This internal CSS property was added in Firefox 35 and only works in Chrome code, and only on Mac OS X.