You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
I expect to be able to create new posts and add media to them, even on sites with basic HTTP auth.
Actual behavior
If my site has basic HTTP auth, when I add an image to a post it appears broken in the editor. It is also added with width="0" and height="0" parameters in the source, so the image also doesn't appear on the published post on my site.
Steps to reproduce
Log in to a site with basic HTTP auth
Start a new post
Upload a photo from the gallery
View the image in visual and HTML mode in the editor
Result: In visual mode the image is broken, and in HTML mode you can see the 0 pixel width and height for the image.
Tested on Nexus 9, Android 6.0.1, WPAndroid alpha-19
Originally reported in 120623-h
The text was updated successfully, but these errors were encountered:
As a workaround, you can switch to HTML mode and edit the image width and height manually. The image still appears broken in the editor but will appear in the published post on the site.
Expected behavior
I expect to be able to create new posts and add media to them, even on sites with basic HTTP auth.
Actual behavior
If my site has basic HTTP auth, when I add an image to a post it appears broken in the editor. It is also added with
width="0" and height="0"
parameters in the source, so the image also doesn't appear on the published post on my site.Steps to reproduce
Result: In visual mode the image is broken, and in HTML mode you can see the 0 pixel width and height for the image.
Tested on Nexus 9, Android 6.0.1, WPAndroid alpha-19
Originally reported in 120623-h
The text was updated successfully, but these errors were encountered: