Page MenuHomePhabricator

VisualEditor: User should be able to select text in the save dialog.
Closed, ResolvedPublic

Description

The user-select: none; style from the ve-toolbar is cascading down into the save dialog, causing issues.

Steps to reproduce:

Unexpected result:
Users can't select/highlight any text inside the Save page dialog. In Chrome users can at least still select text inside the input field, though in Firefox it applies to form elements as well.

If possible, the easiest fix would be to override user-select inside this save dialog and undo the "none" value. But its possible that that isn't possible (just like like display: block; doesn't do anything if an ancestor is display: none;).

Otherwise it may have the be re-arranged to not be inside an element with class ve-toolbar.


Version: unspecified
Severity: normal

Details

Reference
bz38657

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:59 AM
bzimport set Reference to bz38657.

There are issues in Firefox with overriding user-select properties. Fix involves attaching the save dialog to the toolbar wrapper rather the toolbar itself.

Patch in https://gerrit.wikimedia.org/r/16760