Status: Unconfirmed Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 6237 by geofftitmuss: java applet - AppletContext.showDocument(url) fails if url contains foreign characters. http://code.google.com/p/chromium/issues/detail?id=6237 Chrome Version : <REPLACE this with your version. Ex: 0.3.154.3> URLs (if applicable) : Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: Firefox 3:OK IE 7:OK What steps will reproduce the problem? 1. open http://www.just2easy.com/testApp.html (needs correct java version installed). 2. click on top 'go' button, linked page opens in new window. (May need to allow popups?) 3. click on lower 'go' button, page not found opens, because url is in a mess. What is the expected result? url pointed at would open. What happens instead? With Chrome, the url has been encoded twice. url fails to open. Firefox and IE do not encode the url, and so work. Please provide any additional information below. Attach a screenshot if possible. Source of applet attached. Attachments: MyApp.java 2.4 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
