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

       Web browser: ---
             Bug #: 34445
           Summary: user-select:none for editsection buttons and other
                    buttons
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: User interface
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: foma...@googlemail.com
                CC: krinklem...@gmail.com
    Classification: Unclassified


The edit section buttons are selectable and are annoying when transfer the HTML
text with copy and paste to a word processing program.

It is possible to disable the selection for specific elements:

https://developer.mozilla.org/en/CSS/user-select

.editsection {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

The hide/show buttons should also be not selectable.

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to