Changes between Initial Version and Version 1 of Ticket #21391, comment 65
- Timestamp:
- 11/11/2012 11:40:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21391, comment 65
initial v1 2 2 > But won't it feel strange if the preview is 1024px wide, and when you open the editor, the image shrinks to 400px width? 3 3 4 If the editor gets moved into a modal in a future version z, the right-column suggestion would be a lot more feasible. I think what we have now is a good improvement on 3.4 and I'm guessing it's pretty well locked-in for 3.5.4 If the editor gets moved into a modal in a future version, the right-column suggestion would be a lot more feasible. I think what we have now is a good improvement on 3.4 and I'm guessing it's pretty well locked-in for 3.5. 5 5 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.