Hi, opened the other bug report for the desktop block() method. http://bugzilla.qooxdoo.org/show_bug.cgi?id=2175
Cheers, Chris Christian Schmidt schrieb: > Hi Martin, > > I could reproduce your issues. > > Martin_GER schrieb: > >> yes it works, but it should be possible to use my version. Where is my >> mistake? >> >> > I think this is a bug. If you call this, only the desktop is blocked, > but not the window. (You can see it, if you set a color for the blocker) > I will take a look and open a bug report for that. > >> I must also say, that by using "this.getRoot().block();" the IE shows a >> script-mistake, when I click at any place. >> >> > I have also the problem with FF3 and opened a bug report for this [1]. > If you will be informed about the report, please add you to CC. > > Cheers, > Chris > > [1] http://bugzilla.qooxdoo.org/show_bug.cgi?id=2173 > > >> ################################################################## >> >> var button = new qx.ui.toolbar.Button("lock desktop"); >> button.addListener("execute", function(evt) { >> //this.widget["desktop"].block(); // <<<<<<---- here is the problem >> this.getRoot().block(); // <<<<<<---- NEW >> }, this); >> >> >> > > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
