Make WordPress Core

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


Ignore:
Timestamp:
11/11/2012 11:40:45 PM (14 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21391, comment 65

    initial v1  
    22> But won't it feel strange if the preview is 1024px wide, and when you open the editor, the image shrinks to 400px width?
    33
    4 If the editor gets moved into a modal in a future versionz, 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.
     4If 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.
    55
    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.