[Tclplugin-core] [ tclplugin-Bugs-1704440 ] focus disapears in text widget in Firefox
by SourceForge.net other posts by this author
May 12 2007 9:07AM messages near this date
|
[Tclplugin-core] [ tclplugin-Bugs-1534482 ] Server interaction not working under Linux
Bugs item #1704440, was opened at 2007-04-20 08:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113188&aid=1704440&group_id=13188
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: focus disapears in text widget in Firefox
Initial Comment:
Happens in Firefore 1.5.0.11 but not in IE 6.0.
Build the following tclet:
set b [button .b -text "Button"]
set t [text .t]
pack $b $t -side top
focus $t
Now type some text, and then click on the button. The insert cursor disapears from the text
widget.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113188&aid=1704440&group_id=13188
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Tclplugin-core mailing list
Tclplugin-core@[...].net
https://lists.sourceforge.net/lists/listinfo/tclplugin-core
|