Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libdazzle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • libdazzle
  • Issues
  • #21
Closed
Open
Created Jul 31, 2018 by Jan-Michael Brummer@jbrummerDeveloper

Suggestions not shown on first key press

Popover is not shown when using an async model after pressing the first key. This is due to the fact that the model is set after show suggestions has been called:

  • Key 'd' is pressed

dzl_suggestion_entry_changed(): show suggestions

  • Current model has 0 items (popover not shown as popover checks for a valid model with at least one entry)

dzl_suggestion_popover_items_changed(): items 0

  • Query is done for 'd'

query_completed_cb(): Query 'd'

  • Model is set

dzl_suggestion_popover_items_changed(): items 32

This also means that the displayed search result is not in sync.

Assignee
Assign to
Time tracking