Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56883

QWebEngineView::{dragEnter/dragLeave/dragMove/drop/mouseMove/mouseRelease/mouseDoubleClicked/mousePressed}Event not called

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2: Important P2: Important
    • None
    • 5.8.0 Alpha
    • WebEngine
    • None

      In kmail I need to intercept dnd action.
      But even if I reimplement
      " void dragEnterEvent(QDragEnterEvent *e) Q_DECL_OVERRIDE;
      void dragLeaveEvent(QDragLeaveEvent *e) Q_DECL_OVERRIDE;
      void dragMoveEvent(QDragMoveEvent *e) Q_DECL_OVERRIDE;
      void dropEvent(QDropEvent *e) Q_DECL_OVERRIDE;
      "
      I can't have access to it.
      I added debug but I didn't see method.

      There is a problem ? or I missed something ?

      I create a test case I attach it.

      Thanks

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt_webengine_team Qt WebEngine Team
            montel Montel Laurent
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes