Opened 7 years ago
Closed 7 years ago
#1566 closed defect (fixed)
Return pressed in help browser is also captured by command line
Reported by: | Tristan Croll | Owned by: | Eric Pettersen |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Command Line | Version: | |
Keywords: | Cc: | Conrad Huang | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | Linux64 (X11) | |
Project: | ChimeraX |
Description
When logging into the ToolShed, pressing <Enter> after entering my password also executes whatever happens to be on the command line.
Change History (3)
comment:1 by , 7 years ago
Status: | assigned → accepted |
---|
comment:2 by , 7 years ago
Cc: | added |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Well, "fixed" by having floating windows not forward keystrokes to the command line. Besides being kind of weird having an entirely separate window forward keystrokes to another, floating windows don't forward all keystrokes (notably Delete is not forwarded for some reason), and since the Help Viewer is almost always floating, this "fixes" the problem in this ticket. It proved intractable to fix it by modifying the HTML widgets -- just not enough keystroke-handling/forwarding support in them.
This apparently only happens with the Google login. Going to other pages that have type-in fields don't result in execution of the command line when Return is pressed.