Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6962124

java application, executed from inactive console, can't be maden active programaticly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • 7
    • 1.4.2, 6
    • client-libs
    • x86
    • windows_vista

        Java application, executed from inactive console, stays inactive under Windows Vista.
        Moreover, executing toFront() has no effect.
        Executing:
        isActive() -> true
        isFocusable() -> true
        isFocused() -> true
        isShowing() -> true

        executing same commands when window is inactive under linux gives an output:
        isActive() -> false
        isFocusable() -> true
        isFocused() -> false
        isShowing() -> true

        This issue has critical impact to our testing automation under Windows Vista.

              Unassigned Unassigned
              iserovorcl Ilya Serov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: