[qooxdoo-devel] RadioGroup allows empty selection (0.8.2)

2009-06-09 Thread WillP
I have noticed that the RadioGroup class will allow there to be no selected item when the currently selected item is clicked - the changeSelected event has no item in it's data property as the group has an empty selection. While I can see that this appears deliberate and an initial state of "no s

[qooxdoo-devel] 0.8 - ToolTips over Menu items don't render correctly

2009-01-26 Thread WillP
If a ToolTip is applied to a Menu item the ToolTip is rendered below the menu and thus (at least partially) obscured. I notice in qx/ui/popup/Manager.js (which sets ToolTip Z-Order) the base ZIndex value is 1e6 which is the same as the base ZIndex value in qx/ui/menu/Manager.js used for Menus whi

Re: [qooxdoo-devel] 0.8 - Internal Window drag not ending when mouse leaves document

2009-01-08 Thread WillP
> > thanks for your efforts. Unfortunately your proposed solution does not > work - at least not for Firefox 3. > See my comments below. > > WillP wrote: >> Would there be anything wrong with changing the _onMoveMouseMove method >> of >> MMoveable so that i

Re: [qooxdoo-devel] 0.8 - Internal Window drag not ending when mouse leaves document

2009-01-07 Thread WillP
Alexander Back wrote: > > Hi Will, > > WillP wrote: >> Update: this does not seem to be a problem with Opera but is does happen >> in >> Firefox 3.0.5 and IE 6.0 >> >> >> WillP wrote: >>> When an internal window is dragged and the mo

[qooxdoo-devel] 0.8.1 Three bugs in tool/pylib/generator/Generator.py when using packages/parts

2009-01-05 Thread WillP
When using a config.json which defines packages with mutilple parts the Generator script fails Line 397: parts, packages = self._partBuilder.getPackages(partIncludes, smartExclude, classList, collapseCfg, variants, minPackageSize, minPackageSizeForUnshared) self._partBuilder has not been assig

Re: [qooxdoo-devel] 0.8 - Internal Window drag not ending when mouse leaves document

2008-12-23 Thread WillP
Update: this does not seem to be a problem with Opera but is does happen in Firefox 3.0.5 and IE 6.0 WillP wrote: > > When an internal window is dragged and the mouse moves outside the > document area (and even outside the browser frame) the drag is not > terminated and if a mous

[qooxdoo-devel] 0.8 - Internal Window drag not ending when mouse leaves document

2008-12-23 Thread WillP
When an internal window is dragged and the mouse moves outside the document area (and even outside the browser frame) the drag is not terminated and if a mouse up happens outside the web page the window drag continues when the mouse returns inside the document area - this is not ideal behaviour.

[qooxdoo-devel] Error in qx.ui.table.pane.Scroller losecapture event handler

2008-12-15 Thread WillP
In 0.8 the Widget capture/losecapture events have replaced the changeCapture event in 0.7. The event handler for "losecapture" (_onChangeCaptureHeader) inside qx.ui.table.pane.Scroller still expects a qx.event.type.Data event object and wrongly calls getData on the event object which is now only a

Re: [qooxdoo-devel] Rounded border colours in Internet Explorer - qooxdoo 0.8 beta1

2008-08-14 Thread WillP
I have tried using the Grid decorator to achieve rounded corners now that the Rounded decorator has been removed and there are still some problems in Internet Explorer 6.0 - it does not render the bottom border. I have altered the demo program to show the problem. I used this set of 3x3 images to

[qooxdoo-devel] Rounded border colours in Internet Explorer - qooxdoo 0.8 beta1

2008-08-08 Thread WillP
The decorator qx.ui.decoration.Rounded does not resolve themed colours in Internet Explorer. The code below illustrates this - in FireFox the border is (correctly) the same colour all the way around but in Internet Explorer the top and bottom borders are black. FireFox 3.0.1http://www.nabble.

[qooxdoo-devel] Error in Widget.flushGlobalStateQueue (v0.7.2)

2007-12-05 Thread WillP
I encountered an object undefined error (Internet Explorer and Firefox) which I have tracked down to Widget.flushGlobalStateQueue. I can see from the code below (from Widget.js) that the use of a while loop allows for the Widget._globalStateQueue to grow during the loop's execution but it does not

[qooxdoo-devel] Question about qx.core.Variant in 0.7.2

2007-11-28 Thread WillP
mshtml")? Can anyone help me out here please? Thanks, WillP -- View this message in context: http://www.nabble.com/Question-about-qx.core.Variant-in-0.7.2-tf4888078.html#a13990994 Sent from the qooxdoo-devel mail

[qooxdoo-devel] Makefile problem "unknown operand"

2007-01-04 Thread WillP
For information: While "make"ing the 0.6.4-sdk distribution on Cygwin I had to modify frontend/framework/tool/make/impl.mk to change line 153 from if [ ! -r $(FRAMEWORK_LOCALE_CLASS_PATH)/$$LOC.js -o $$mod == 1 ]; then \ to if [ ! -r $(FRAMEWORK_LOCALE_CLASS_PATH)/$$LOC.js