From: SourceForge.net <no...@so...> - 2007-04-20 15:59:12
|
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 |