Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33898

Stretch Cursor is not removed when should be (DataGrid)

    XMLWordPrintableJSON

Details

    Description

      In DataGrid when hovering the column separator the mouse cursor changes to StrechCursor then when you start to drag and accidentally move out of the separator the mouse cursor used to change back to the regular cursor.

      Now it does not. The change between 4.6 and 4.10 is :
      protected function separator_rollOutHandler(event:GridEvent):void

      { if (!enabled || resizeColumn) return; cursorManager.removeCursor(stretchCursorID); }

      The addition of the || resizeColumn ( no clue why it was added here)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              trostik Alex Trost
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: