Open hughbris opened 9 months ago
The list of changes displayed by Pushy is misaligned when it includes filenames with spaces. Attempting to submit the file for publication is unsuccessful.
Before adding the file:
Layout after adding it:
The "table" layout markup is:
<div id="list"> <div class="header select-all"> .... </div> ... <div class="select">...</div> <div class="status">New</div> <div class="edit">...</div> <div class="select">...</div> <div class="status">Deleted</div> <div class="path">....</div> <div class="edit">...</div> ...
(The .path div element is missing, which will be screwing the layout.)
.path
Selecting and attempting to publish the file with the spaces shows:
Log shows:
[CRITICAL] The path at '"pages/02.typography/my new image.jpg"' does not represent a valid file.
The list of changes displayed by Pushy is misaligned when it includes filenames with spaces. Attempting to submit the file for publication is unsuccessful.
Before adding the file:
Layout after adding it:
The "table" layout markup is:
(The
.path
div element is missing, which will be screwing the layout.)Selecting and attempting to publish the file with the spaces shows:
Log shows:
[CRITICAL] The path at '"pages/02.typography/my new image.jpg"' does not represent a valid file.