Hi Alex,
I checked that bug again and it is interesting :-D
When I click to first row, cursor is displayed and blinking, when I
click somewhere else, cursor will hide, but I can type.
I think that this my old snip should demonstrate the behavior:
qx.Class.define("bfly.main.Application",
{
extend : qx.application.Standalone,
members :
{
// [Entry point]
main: function()
{
// [SuperClass]
this.base(arguments);
// [Main Container]
this._container = new qx.ui.container.Composite(
new qx.ui.layout.VBox().set({
spacing: 1
})
);
this.getRoot().add(this._container, {edge:0});
// [MenuBar]
this._tabView = new qx.ui.tabview.TabView();
this._container.add(this._tabView, {flex: 1});
for (var i = 0; i < 3; i++)
{
var page = new qx.ui.tabview.Page("Page " + i);
var area = new htmlarea.HtmlArea();
page.setLayout(new qx.ui.layout.Canvas);
page.add(area, {edge: 0});
this._tabView.add(page);
}
}
}
});
I'm still talking about that focus bug. If you bugs I posted, I think
that I can test HtmlArea in our product. We are now using pure
textarea's.
Cheers
- Petr
2008/11/6 Alexander Back <[EMAIL PROTECTED]>:
> Hi Petr,
>
> Petr Kobalíček wrote:
>> Hi Alex,
>>
>> 1. bug (Paragraph) submitted as #1538.
>> 2. bug (Full control over B, I, U, S) submitted as #1539
>> 3. bug (There is no API for controlling styles and current path)
>> submitted as #1540
>> 4. bug merged with #1540.
> Many thanks for filing all those bugs.
>
>> Alex, and I noticed one issue about firefox focus bug. It will focus
>> now, but cursor is not blinking (but I can type). Also report this ?
> You can report it, however I've just re-tested it with Firefox 2 and 3
> and I can't reproduce the behaviour you described. My test code was
> minimalistic using the "setVisibility" method. How is your setup where
> you encounter this behaviour?
>
> cheers,
> Alex
>
> P.S. if in doubt, report it as a bug :)
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel