Changes between Version 1 and Version 2 of Ticket #21391, comment 65
- Timestamp:
- 11/11/2012 11:41:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21391, comment 65
v1 v2 6 6 > 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. 7 7 8 We don't need to mess with trying to break the line -- you can't change itanyway. 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.8 We 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.