https://bugzilla.wikimedia.org/show_bug.cgi?id=38657

       Web browser: ---
             Bug #: 38657
           Summary: VisualEditor: Use should be able to select text in the
                    save dialog.
           Product: VisualEditor
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: User Interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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

Steps to reproduce:
* View https://www.mediawiki.org/wiki/VisualEditor:Test
* Change some text
* Press "Save page"

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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to