> Aqua classes for text components enables dragEnabled by default although > setDragEnabled spec cites `"The default value of the dragEnabled property is > false. "` and there is nothing in Aqua L&F that mentions otherwise as to why > the default is overridden.
I believe the default is overridden because native text fields support drag of selected text without any custom configuration, at least when created using InterfaceBuilder. Aqua LAF is designed to mimic both the appearance and *behavior* of native components. The documentation states that a LAF can ignore this property. That could be interpreted as ignoring the property regardless of whether the value is true or false, not just when it is true.
