SmartGWT nightly build (12-08-2010) - FF 3.5.15
Following code doesn't trigger browser's file download dialog
Instead, the downloaded file binary contents are displayed right into the HTMLPane
The same code worked perfectly with SmartGWT 2.2
Following code doesn't trigger browser's file download dialog
Code:
HTMLPane hiddenFrame = new HTMLPane(); hiddenFrame.setWidth100(); hiddenFrame.setHeight100(); hiddenFrame.setIFrameURL(url); layout.addMember(hiddenFrame);
The same code worked perfectly with SmartGWT 2.2
Comment