Hi
I'm having issue with UploadMgr, when using firefox.
I've tested the demo with
http://demo.qooxdoo.org/contrib/demobrowser/#UploadMgr~trunk%2Fdefault%2F1.5%2Findex.html

In my case i've created a UploadMenuButton the same way the upload button
was created.

qx.Class.define("xx.ui.UploadMenuButton",{
  extend:qx.ui.menu.Button,
  include:com.zenesis.qx.upload.MUploadButton,
  members:{}
});

Then i'm trying to fire a macos finder when clicking on the menu button.
But with firefox nothing happen, with chrome and opera it's working great.

Is here how the upload button is created


var btn = new ifsr.ui.UploadMenuButton();
      btn.set({
        label:this.tr("Get a PDF copy of the analysis with a PDF annexe"),
        icon:"ifsr/icons/page-full-red-add.png",
        cursor:"pointer"
      });
      var uploader = new com.zenesis.qx.upload.UploadMgr(btn, "xx.html");

Is there something that i'm doing wrong.
Regards

-- 
Benjamin Dreux
Analyste-Programmeur
Chaire de logiciel libre-Finance Social et solidaire
UQAM
Montréal
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to