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
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
>
> 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
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
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
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
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.
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
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
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.
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
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
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
13 matches
Mail list logo