Menu

#16 focus disapears in text widget in Firefox

open
nobody
None
5
2007-04-20
2007-04-20
Anonymous
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.