dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 1699113] Re: The File Thumbnail Dialog focus


From: hilaire
Subject: [Dr. Geo] [Bug 1699113] Re: The File Thumbnail Dialog focus
Date: Wed, 21 Jun 2017 12:07:13 -0000

Ugly hack:

DrGFileThumbnailDialog>>#handleFocusEvent: anEvent
    (anEvent isMouse and: [ anEvent isMouseWheel ])
        ifTrue: [ self activeHand releaseMouseFocus: self ].
    ^ super handleFocusEvent: anEvent

I guess, this will swallow the first scroll event, but all following are
handled by the scroll pane.

We should fix the openModal: method, to only change the mouse focus if
the active focus holder isn't nil.


** Changed in: drgeo
       Status: New => In Progress

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo II.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/1699113

Title:
  The File Thumbnail Dialog  focus

Status in Dr. Geo II:
  In Progress

Bug description:
  This dialog does not have anymore the focus when open by default.

  It is a problem when the user wants to browse with mouse wheel the
  sketch previews. Indeed he needs to first click on the dialog then he
  can browser with the mouse wheel.

  The user click should be unnecessary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1699113/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]