Changes between Initial Version and Version 1 of Ticket #9837, comment 4
- Timestamp:
- Mar 11, 2014, 12:56:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9837, comment 4
initial v1 2 2 http://jsfiddle.net/CfxPk/4/ 3 3 4 It would be excellent if there were a reliable CSS-only method for truncating input text but we haven't found one ("text-overflow: ellipsis" seemed hopeful but doesn't apply until input is unfocused!) Otherwise it seems we are stuck the ugly overflow of severed characters. Any insight is much appreciated.4 It would be excellent if there were a reliable CSS-only method for truncating input text but we haven't found one ("text-overflow: ellipsis" seemed hopeful but doesn't apply until input is unfocused!) Otherwise it seems we are stuck with the ugly overflow of severed characters. Any insight is much appreciated. 5 5 6 6 -Ethan