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

The TextCursor changed as DefaultCursor when we drag the selected text outside while the scrollbar is wheeling.

XMLWordPrintable

    • x86
    • solaris_10

      Testsuite name:Regression
      Test name(s):AWT_Modality/Manual/ModalityBasicCheck
      Product(s) tested:jdk7u45b11(64bit)
      OS/architecture:solaris10u11-x64

      Instruction:
      1. Notice components in test window: main-panel, box-for-text, 2 scroll-sliders, and 4 scroll-buttons.
      2. Hover mouse over box-for-text. Make sure, that mouse cursor is TextCursor (a.k.a. "beam").
      3. Hover mouse over each of components (see item 1), except for box-for-text. Make sure, that cursor is DefaultCursor (arrow).
      4. Drag mouse (using any mouse button) from box-for-text to every component in item 1, and also outside application window. Make sure, that cursor remains TextCursor while mouse button is pressed.
      5. Repeat item 4 for each other component in item 1, except for box-for-text, _but_ now make sure that cursor is DefaultCursor.
      6. If cursor behaves as described in items 2-3-4-5, then test passed; otherwise it failed.

      Actual behavior:
      1.The issue exists at step4.
      Select some text and drag mouse from box-for-text to other components(main-panel, 2 scroll-sliders and 4 scroll-buttons and outside the application window), the TextCursor change as DefaultCursor while the scrollbar wheeling.

      2.But the scrollbar doesn't move when we drag the selected text outside.
      That cursor remains TextCursor while mouse button is pressed. We mark it pass for previous test result for this reason.

            tr Tejesh R
            tolli Tony Li (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: