Menu

#173 Click to activate should not pass through to server

closed-fixed
nobody
None
5
2006-01-18
2006-01-13
Sean Kamath
No

In most other mac applications, when you click in a
window to activate it, you do not activate any buttons
or whatnot in the application (try this in Mail or
Mozilla: Make the app non-activated, and click on a
button or something (like delete a message or follow a
link). The window will come forward, but the app does
not activate the button/link..).

I first noticed this when i activated VirtualPC and
buttons and whatever didn't get clicked. However, with
Chicken, the activating event is passed through.

This should not be so. . .

Sean

Discussion

  • Jason Harris

    Jason Harris - 2006-01-13

    Logged In: YES
    user_id=351330

    Nope, this is called "click-through". Here it is in Apple's Human Interface
    Guidelines:
    http://developer.apple.com/documentation/UserExperience/Conceptual/
    OSXHIGuidelines/XHIGWindows/chapter_17_section_4.html#//apple_ref/doc/
    uid/20000961-CHDBBJBH

    Search for "click-through". In Cocoa apps (Chicken of the VNC) it's "on" by
    default. In Carbon apps (Virtual PC) it's "off" by default. For a comprehensive
    example where it's turned on, try System Preferences.

    Closing.

     
  • Jason Harris

    Jason Harris - 2006-01-13
    • status: open --> closed-invalid
     
  • Jason Harris

    Jason Harris - 2006-01-15

    Logged In: YES
    user_id=351330

    The connection window should not allow click-through. Reopening this bug.

     
  • Jason Harris

    Jason Harris - 2006-01-15
    • status: closed-invalid --> open-accepted
     
  • Jason Harris

    Jason Harris - 2006-01-17

    Logged In: YES
    user_id=351330

    Fixed for 2.0b4. Leaving open until we release.

     
  • Jason Harris

    Jason Harris - 2006-01-18
    • status: open-accepted --> closed-fixed
     

Log in to post a comment.