Tapping in the Search box does not bring up the touch keyboard"

Bug #1439884 reported by Amir
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mixxx
In Progress
High
Daniel Schürmann

Bug Description

In Windows 8, tapping in the search text box doesn't bring up the touch keyboard when in tablet mode.

The machine is a Dell Inspiron 13 7352 running Windows 8.1.
CPU: Intel Core i5-200U @ 2.20GHz.
Video: Intel HD Graphics 5500 using shared system memory.
Sound: Realtek High Definition Audio.

Tags: touchscreen
Revision history for this message
jus (jus) wrote :

What is your current Mixxx version?

Is the issue with the latest alpha?
See http://mixxx.org/forums/viewtopic.php?f=1&t=6617

Changed in mixxx:
status: New → Incomplete
Revision history for this message
Amir (amir-2) wrote :

I've been using version 1.11.0 build r3862. I haven't tried it with the current alpha but certainly can.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Mixxx because there has been no activity for 60 days.]

Changed in mixxx:
status: Incomplete → Expired
Changed in mixxx:
status: Expired → New
tags: added: touchscreen
removed: touch
Revision history for this message
Daniel Schürmann (daschuer) wrote :

I can confirm the issue with Ubuntu Bionic and Onboard on screen keyboard.

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Normally Qt should show a keyboard for all widgets that have the "Qt::WA_InputMethodEnabled" enabled.

You can also set the QStyle::RSIP_OnMouseClick to decide that the keyboard appearance is delayed until the Widget was clicked.

Qt calls:
QGuiApplication::inputMethod()->show();
Which uses the abstract class QPlatformInputContext::showInputPanel() to call the target specific function. In case of Linux it is QIBusPlatformInputContext, without a override function for showInputPanel()

Than there is also QApplication::setAutoSipEnabled() to control keyboard behavior.

Revision history for this message
Daniel Schürmann (daschuer) wrote :

In case of IBUS there must be something magic to control if the Keyboard should be shown or not.

When entering the preferences,the keyboard is shown and hidden over and over again.
This bouncing can also be seen in the Qt based VLC player.

So I guess there must be a general issue.

The search box does not show the keyboard at all.

This can be fixed by adjusting the style.
https://github.com/mixxxdj/mixxx/pull/3231

Changed in mixxx:
status: New → In Progress
assignee: nobody → Daniel Schürmann (daschuer)
importance: Undecided → High
milestone: none → 2.3.0
Be (be.ing)
Changed in mixxx:
milestone: 2.3.0 → none
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/7939

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.