Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #21391, comment 65


Ignore:
Timestamp:
11/11/2012 11:41:28 PM (12 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21391, comment 65

    v1 v2  
    66> Apparently, it's impossible to force a line break with CSS on an <input> element - `word-break` and `word-wrap` rules are ignored. Auto-selection on click is very easy, we just need to add `onclick="this.focus();this.select()"` to the markup.
    77
    8 We don't need to mess with trying to break the line -- you can't change it anyway. I was thinking the auto-select/copy would be a nice-to-have, but that may be a broader future decision because I see applications for it in several places in the Dashboard.
     8We don't need to mess with trying to break the line -- you can't change the value anyway. I was thinking the auto-select/copy would be a nice-to-have, but that may be a broader future decision because I see applications for it in several places in the Dashboard.