I was trying to add an image using Google Chrome, but when I click on "Add picture" no picture is added. Actually, no Markdown markup is added to the post.
I also tried on this very site, and it doesn't work.
If that makes any difference, I am using Google Chrome "25.0.1364.97 m" running on Windows 8, and the image I am trying to add is http://www.garden-seat.co.uk/townandcountrygardener/wp-content/uploads/2011/09/slug.jpg.
-
1Same problem. I can neither upload from my computer, nor link from the web!Brigand– Brigand03/04/2013 13:04:16Commented Mar 4, 2013 at 13:04
-
Same here, FireFox also won´t workJehof– Jehof03/04/2013 13:06:06Commented Mar 4, 2013 at 13:06
-
2It's a javascript problem. When you open the popup, a single clic on it will close the gray background. When the image is uploaded, a javascript method try to remove this background which doesn't exist anymore. It then generates an error and avoid the uploaded image to be put inside the textearea. Bad commit I guess :)j0k– j0k03/04/2013 13:17:43Commented Mar 4, 2013 at 13:17
-
1@j0k is correct see this and this.user152859– user15285903/04/2013 13:20:04Commented Mar 4, 2013 at 13:20
-
Same here, not working in Chrome or FF.brasofilo– brasofilo03/04/2013 13:39:22Commented Mar 4, 2013 at 13:39
1 Answer 1
Yes; well spotted. This relates to some over-zealous code that was trying to make it easier to close popups by clicking outside. Fixed and deploying real soon. It was not specific to any particular browser.